Changeset 16477 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Wine/d3d8
- 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/d3d8
- Files:
-
- 19 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/basetexture.c
r16410 r16477 17 17 * License along with this library; if not, write to the Free Software 18 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 19 */ 20 21 /* 22 * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 24 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 25 * a choice of LGPL license versions is made available with the language indicating 26 * that LGPLv2 or any later version may be used, or where a choice of which version 27 * of the LGPL is applied is otherwise unspecified. 19 28 */ 20 29 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/cubetexture.c
r16410 r16477 17 17 * License along with this library; if not, write to the Free Software 18 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 19 */ 20 21 /* 22 * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 24 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 25 * a choice of LGPL license versions is made available with the language indicating 26 * that LGPLv2 or any later version may be used, or where a choice of which version 27 * of the LGPL is applied is otherwise unspecified. 19 28 */ 20 29 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/d3d8_main.c
r16410 r16477 18 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 19 19 * 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/d3d8/d3d8_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/d3d8/device.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/d3d8/directx.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 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/indexbuffer.c
r16410 r16477 17 17 * License along with this library; if not, write to the Free Software 18 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 19 */ 20 21 /* 22 * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 24 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 25 * a choice of LGPL license versions is made available with the language indicating 26 * that LGPLv2 or any later version may be used, or where a choice of which version 27 * of the LGPL is applied is otherwise unspecified. 19 28 */ 20 29 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/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/d3d8/resource.c
r16410 r16477 17 17 * License along with this library; if not, write to the Free Software 18 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 19 */ 20 21 /* 22 * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 24 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 25 * a choice of LGPL license versions is made available with the language indicating 26 * that LGPLv2 or any later version may be used, or where a choice of which version 27 * of the LGPL is applied is otherwise unspecified. 19 28 */ 20 29 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/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/d3d8/surface.c
r16410 r16477 17 17 * License along with this library; if not, write to the Free Software 18 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 19 */ 20 21 /* 22 * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 24 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 25 * a choice of LGPL license versions is made available with the language indicating 26 * that LGPLv2 or any later version may be used, or where a choice of which version 27 * of the LGPL is applied is otherwise unspecified. 19 28 */ 20 29 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/swapchain.c
r16410 r16477 17 17 * License along with this library; if not, write to the Free Software 18 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 19 */ 20 21 /* 22 * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 24 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 25 * a choice of LGPL license versions is made available with the language indicating 26 * that LGPLv2 or any later version may be used, or where a choice of which version 27 * of the LGPL is applied is otherwise unspecified. 19 28 */ 20 29 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/texture.c
r16410 r16477 17 17 * License along with this library; if not, write to the Free Software 18 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 19 */ 20 21 /* 22 * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 24 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 25 * a choice of LGPL license versions is made available with the language indicating 26 * that LGPLv2 or any later version may be used, or where a choice of which version 27 * of the LGPL is applied is otherwise unspecified. 19 28 */ 20 29 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/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 "d3d8.dll" -
trunk/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/vertexbuffer.c
r16410 r16477 17 17 * License along with this library; if not, write to the Free Software 18 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 19 */ 20 21 /* 22 * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 24 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 25 * a choice of LGPL license versions is made available with the language indicating 26 * that LGPLv2 or any later version may be used, or where a choice of which version 27 * of the LGPL is applied is otherwise unspecified. 19 28 */ 20 29 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/vertexdeclaration.c
r16410 r16477 17 17 * License along with this library; if not, write to the Free Software 18 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 19 */ 20 21 /* 22 * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 24 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 25 * a choice of LGPL license versions is made available with the language indicating 26 * that LGPLv2 or any later version may be used, or where a choice of which version 27 * of the LGPL is applied is otherwise unspecified. 19 28 */ 20 29 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/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/d3d8/volume.c
r16410 r16477 17 17 * License along with this library; if not, write to the Free Software 18 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 19 */ 20 21 /* 22 * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 24 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 25 * a choice of LGPL license versions is made available with the language indicating 26 * that LGPLv2 or any later version may be used, or where a choice of which version 27 * of the LGPL is applied is otherwise unspecified. 19 28 */ 20 29 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/volumetexture.c
r16410 r16477 17 17 * License along with this library; if not, write to the Free Software 18 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 19 */ 20 21 /* 22 * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 24 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 25 * a choice of LGPL license versions is made available with the language indicating 26 * that LGPLv2 or any later version may be used, or where a choice of which version 27 * of the LGPL is applied is otherwise unspecified. 19 28 */ 20 29
Note:
See TracChangeset
for help on using the changeset viewer.