Changeset 16477 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Wine/d3d9
- Timestamp:
- Feb 3, 2009 7:45:51 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 42364
- Location:
- trunk/src/VBox/Additions/WINNT/Graphics/Wine/d3d9
- Files:
-
- 20 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/basetexture.c
r16410 r16477 18 18 * License along with this library; if not, write to the Free Software 19 19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 20 */ 21 22 /* 23 * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 24 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 25 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 26 * a choice of LGPL license versions is made available with the language indicating 27 * that LGPLv2 or any later version may be used, or where a choice of which version 28 * of the LGPL is applied is otherwise unspecified. 20 29 */ 21 30 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/cubetexture.c
r16410 r16477 19 19 * License along with this library; if not, write to the Free Software 20 20 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 21 */ 22 23 /* 24 * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 25 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 26 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 27 * a choice of LGPL license versions is made available with the language indicating 28 * that LGPLv2 or any later version may be used, or where a choice of which version 29 * of the LGPL is applied is otherwise unspecified. 21 30 */ 22 31 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/d3d9_main.c
r16410 r16477 20 20 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 21 21 * 22 */ 23 24 /* 25 * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 26 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 27 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 28 * a choice of LGPL license versions is made available with the language indicating 29 * that LGPLv2 or any later version may be used, or where a choice of which version 30 * of the LGPL is applied is otherwise unspecified. 22 31 */ 23 32 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/d3d9_private.h
r16410 r16477 19 19 * License along with this library; if not, write to the Free Software 20 20 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 21 */ 22 23 /* 24 * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 25 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 26 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 27 * a choice of LGPL license versions is made available with the language indicating 28 * that LGPLv2 or any later version may be used, or where a choice of which version 29 * of the LGPL is applied is otherwise unspecified. 21 30 */ 22 31 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/device.c
r16410 r16477 19 19 * License along with this library; if not, write to the Free Software 20 20 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 21 */ 22 23 /* 24 * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 25 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 26 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 27 * a choice of LGPL license versions is made available with the language indicating 28 * that LGPLv2 or any later version may be used, or where a choice of which version 29 * of the LGPL is applied is otherwise unspecified. 21 30 */ 22 31 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/directx.c
r16410 r16477 18 18 * License along with this library; if not, write to the Free Software 19 19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 20 */ 21 22 /* 23 * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 24 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 25 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 26 * a choice of LGPL license versions is made available with the language indicating 27 * that LGPLv2 or any later version may be used, or where a choice of which version 28 * of the LGPL is applied is otherwise unspecified. 20 29 */ 21 30 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/indexbuffer.c
r16410 r16477 18 18 * License along with this library; if not, write to the Free Software 19 19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 20 */ 21 22 /* 23 * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 24 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 25 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 26 * a choice of LGPL license versions is made available with the language indicating 27 * that LGPLv2 or any later version may be used, or where a choice of which version 28 * of the LGPL is applied is otherwise unspecified. 20 29 */ 21 30 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/pixelshader.c
r16410 r16477 18 18 * License along with this library; if not, write to the Free Software 19 19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 20 */ 21 22 /* 23 * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 24 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 25 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 26 * a choice of LGPL license versions is made available with the language indicating 27 * that LGPLv2 or any later version may be used, or where a choice of which version 28 * of the LGPL is applied is otherwise unspecified. 20 29 */ 21 30 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/query.c
r16410 r16477 19 19 * License along with this library; if not, write to the Free Software 20 20 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 21 */ 22 23 /* 24 * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 25 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 26 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 27 * a choice of LGPL license versions is made available with the language indicating 28 * that LGPLv2 or any later version may be used, or where a choice of which version 29 * of the LGPL is applied is otherwise unspecified. 21 30 */ 22 31 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/resource.c
r16410 r16477 18 18 * License along with this library; if not, write to the Free Software 19 19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 20 */ 21 22 /* 23 * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 24 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 25 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 26 * a choice of LGPL license versions is made available with the language indicating 27 * that LGPLv2 or any later version may be used, or where a choice of which version 28 * of the LGPL is applied is otherwise unspecified. 20 29 */ 21 30 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/stateblock.c
r16410 r16477 19 19 * License along with this library; if not, write to the Free Software 20 20 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 21 */ 22 23 /* 24 * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 25 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 26 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 27 * a choice of LGPL license versions is made available with the language indicating 28 * that LGPLv2 or any later version may be used, or where a choice of which version 29 * of the LGPL is applied is otherwise unspecified. 21 30 */ 22 31 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/surface.c
r16410 r16477 18 18 * License along with this library; if not, write to the Free Software 19 19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 20 */ 21 22 /* 23 * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 24 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 25 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 26 * a choice of LGPL license versions is made available with the language indicating 27 * that LGPLv2 or any later version may be used, or where a choice of which version 28 * of the LGPL is applied is otherwise unspecified. 20 29 */ 21 30 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/swapchain.c
r16410 r16477 21 21 */ 22 22 23 /* 24 * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 25 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 26 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 27 * a choice of LGPL license versions is made available with the language indicating 28 * that LGPLv2 or any later version may be used, or where a choice of which version 29 * of the LGPL is applied is otherwise unspecified. 30 */ 31 23 32 #include "config.h" 24 33 #include "d3d9_private.h" -
trunk/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/texture.c
r16410 r16477 19 19 * License along with this library; if not, write to the Free Software 20 20 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 21 */ 22 23 /* 24 * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 25 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 26 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 27 * a choice of LGPL license versions is made available with the language indicating 28 * that LGPLv2 or any later version may be used, or where a choice of which version 29 * of the LGPL is applied is otherwise unspecified. 21 30 */ 22 31 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/version.rc
r16410 r16477 17 17 */ 18 18 19 /* 20 * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 21 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 22 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 23 * a choice of LGPL license versions is made available with the language indicating 24 * that LGPLv2 or any later version may be used, or where a choice of which version 25 * of the LGPL is applied is otherwise unspecified. 26 */ 27 19 28 #define WINE_FILEDESCRIPTION_STR "Wine Direct3D" 20 29 #define WINE_FILENAME_STR "d3d9.dll" -
trunk/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/vertexbuffer.c
r16410 r16477 19 19 * License along with this library; if not, write to the Free Software 20 20 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 21 */ 22 23 /* 24 * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 25 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 26 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 27 * a choice of LGPL license versions is made available with the language indicating 28 * that LGPLv2 or any later version may be used, or where a choice of which version 29 * of the LGPL is applied is otherwise unspecified. 21 30 */ 22 31 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/vertexdeclaration.c
r16410 r16477 20 20 */ 21 21 22 /* 23 * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 24 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 25 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 26 * a choice of LGPL license versions is made available with the language indicating 27 * that LGPLv2 or any later version may be used, or where a choice of which version 28 * of the LGPL is applied is otherwise unspecified. 29 */ 30 22 31 #include "config.h" 23 32 #include "d3d9_private.h" -
trunk/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/vertexshader.c
r16410 r16477 18 18 * License along with this library; if not, write to the Free Software 19 19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 20 */ 21 22 /* 23 * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 24 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 25 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 26 * a choice of LGPL license versions is made available with the language indicating 27 * that LGPLv2 or any later version may be used, or where a choice of which version 28 * of the LGPL is applied is otherwise unspecified. 20 29 */ 21 30 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/volume.c
r16410 r16477 18 18 * License along with this library; if not, write to the Free Software 19 19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 20 */ 21 22 /* 23 * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 24 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 25 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 26 * a choice of LGPL license versions is made available with the language indicating 27 * that LGPLv2 or any later version may be used, or where a choice of which version 28 * of the LGPL is applied is otherwise unspecified. 20 29 */ 21 30 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/volumetexture.c
r16410 r16477 18 18 * License along with this library; if not, write to the Free Software 19 19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 20 */ 21 22 /* 23 * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 24 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 25 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 26 * a choice of LGPL license versions is made available with the language indicating 27 * that LGPLv2 or any later version may be used, or where a choice of which version 28 * of the LGPL is applied is otherwise unspecified. 20 29 */ 21 30
Note:
See TracChangeset
for help on using the changeset viewer.