Changeset 48345 in vbox
- Timestamp:
- Sep 6, 2013 9:47:19 AM (11 years ago)
- Location:
- trunk/src/VBox/Additions/WINNT/Graphics/Wine_new
- Files:
-
- 65 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/buffer.c
r46521 r48345 15 15 * License along with this library; if not, write to the Free Software 16 16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 17 */ 18 19 /* 20 * Oracle 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, Oracle 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. 17 26 */ 18 27 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/d3d8_main.c
r46521 r48345 18 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 19 19 * 20 */ 21 22 /* 23 * Oracle 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, Oracle 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_new/d3d8/d3d8_private.h
r46521 r48345 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 * Oracle 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, Oracle 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_new/d3d8/device.c
r46521 r48345 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 * Oracle 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, Oracle 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_new/d3d8/directx.c
r46521 r48345 21 21 */ 22 22 23 /* 24 * Oracle 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, Oracle 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_new/d3d8/shader.c
r46521 r48345 16 16 * License along with this library; if not, write to the Free Software 17 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 18 */ 19 20 /* 21 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 22 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 23 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 24 * a choice of LGPL license versions is made available with the language indicating 25 * that LGPLv2 or any later version may be used, or where a choice of which version 26 * of the LGPL is applied is otherwise unspecified. 18 27 */ 19 28 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/surface.c
r46521 r48345 19 19 */ 20 20 21 /* 22 * Oracle 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, Oracle 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. 28 */ 29 21 30 #include "config.h" 22 31 #include "d3d8_private.h" -
trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/swapchain.c
r46521 r48345 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 * Oracle 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, Oracle 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_new/d3d8/texture.c
r46521 r48345 15 15 * License along with this library; if not, write to the Free Software 16 16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 17 */ 18 19 /* 20 * Oracle 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, Oracle 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. 17 26 */ 18 27 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/version.rc
r46521 r48345 17 17 */ 18 18 19 /* 20 * Oracle 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, Oracle 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_new/d3d8/vertexdeclaration.c
r46521 r48345 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 * Oracle 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, Oracle 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_new/d3d8/volume.c
r46521 r48345 19 19 */ 20 20 21 /* 22 * Oracle 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, Oracle 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. 28 */ 29 21 30 #include "config.h" 22 31 #include "d3d8_private.h" -
trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/buffer.c
r46521 r48345 19 19 */ 20 20 21 /* 22 * Oracle 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, Oracle 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. 28 */ 29 21 30 #include "config.h" 22 31 #include "d3d9_private.h" -
trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/d3d9_main.c
r46521 r48345 20 20 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 21 21 * 22 */ 23 24 /* 25 * Oracle 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, Oracle 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_new/d3d9/d3d9_private.h
r46521 r48345 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 * Oracle 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, Oracle 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_new/d3d9/device.c
r48155 r48345 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 * Oracle 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, Oracle 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_new/d3d9/directx.c
r46521 r48345 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 * Oracle 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, Oracle 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_new/d3d9/query.c
r46521 r48345 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 * Oracle 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, Oracle 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_new/d3d9/shader.c
r46521 r48345 18 18 */ 19 19 20 /* 21 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 22 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 23 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 24 * a choice of LGPL license versions is made available with the language indicating 25 * that LGPLv2 or any later version may be used, or where a choice of which version 26 * of the LGPL is applied is otherwise unspecified. 27 */ 28 20 29 #include "config.h" 21 30 #include "d3d9_private.h" -
trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/stateblock.c
r46521 r48345 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 * Oracle 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, Oracle 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_new/d3d9/surface.c
r46783 r48345 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 * Oracle 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, Oracle 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_new/d3d9/swapchain.c
r46966 r48345 21 21 */ 22 22 23 /* 24 * Oracle 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, Oracle 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_new/d3d9/texture.c
r46521 r48345 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 * Oracle 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, Oracle 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_new/d3d9/vboxport.asm
r48155 r48345 14 14 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 ;17 ; The contents of this file may alternatively be used under the terms18 ; of the Common Development and Distribution License Version 1.019 ; (CDDL) only, as it comes in the "COPYING.CDDL" file of the20 ; VirtualBox OSE distribution, in which case the provisions of the21 ; CDDL are applicable instead of those of the GPL.22 ;23 ; You may elect to license modified versions of this file under the24 ; terms and conditions of either the GPL or the CDDL or both.25 16 ; 26 17 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/version.rc
r46521 r48345 17 17 */ 18 18 19 /* 20 * Oracle 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, Oracle 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_new/d3d9/vertexdeclaration.c
r46521 r48345 20 20 */ 21 21 22 /* 23 * Oracle 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, Oracle 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_new/d3d9/volume.c
r46521 r48345 20 20 */ 21 21 22 /* 23 * Oracle 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, Oracle 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_new/vbox/libWineStub/include/d3d8.h
r46521 r48345 15 15 * License along with this library; if not, write to the Free Software 16 16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 17 */ 18 19 /* 20 * Oracle 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, Oracle 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. 17 26 */ 18 27 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/d3d9.h
r46521 r48345 16 16 * License along with this library; if not, write to the Free Software 17 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 18 */ 19 20 /* 21 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 22 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 23 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 24 * a choice of LGPL license versions is made available with the language indicating 25 * that LGPLv2 or any later version may be used, or where a choice of which version 26 * of the LGPL is applied is otherwise unspecified. 18 27 */ 19 28 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/debug.h
r46521 r48345 19 19 */ 20 20 21 /* 22 * Oracle 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, Oracle 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. 28 */ 29 21 30 #ifndef __WINE_WINE_DEBUG_H 22 31 #define __WINE_WINE_DEBUG_H -
trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/list.h
r46521 r48345 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 * Oracle 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, Oracle 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_new/vbox/libWineStub/include/wine/port.h
r48073 r48345 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 * Oracle 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, Oracle 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_new/vbox/libWineStub/include/wine/rbtree.h
r46521 r48345 20 20 */ 21 21 22 /* 23 * Oracle 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, Oracle 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 #ifndef __WINE_WINE_RBTREE_H 23 32 #define __WINE_WINE_RBTREE_H -
trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/unicode.h
r46521 r48345 19 19 */ 20 20 21 /* 22 * Oracle 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, Oracle 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. 28 */ 29 21 30 #ifndef __WINE_WINE_UNICODE_H 22 31 #define __WINE_WINE_UNICODE_H -
trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/wined3d.h
r48073 r48345 22 22 * License along with this library; if not, write to the Free Software 23 23 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 24 */ 25 26 /* 27 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 28 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 29 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 30 * a choice of LGPL license versions is made available with the language indicating 31 * that LGPLv2 or any later version may be used, or where a choice of which version 32 * of the LGPL is applied is otherwise unspecified. 24 33 */ 25 34 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/arb_program_shader.c
r48073 r48345 26 26 * License along with this library; if not, write to the Free Software 27 27 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 28 */ 29 30 /* 31 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 32 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 33 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 34 * a choice of LGPL license versions is made available with the language indicating 35 * that LGPLv2 or any later version may be used, or where a choice of which version 36 * of the LGPL is applied is otherwise unspecified. 28 37 */ 29 38 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/ati_fragment_shader.c
r46521 r48345 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 * Oracle 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, Oracle 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_new/wined3d/buffer.c
r48073 r48345 21 21 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 22 22 * 23 */ 24 25 /* 26 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 27 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 28 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 29 * a choice of LGPL license versions is made available with the language indicating 30 * that LGPLv2 or any later version may be used, or where a choice of which version 31 * of the LGPL is applied is otherwise unspecified. 23 32 */ 24 33 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/context.c
r46783 r48345 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 * Oracle 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, Oracle 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_new/wined3d/device.c
r48073 r48345 23 23 * License along with this library; if not, write to the Free Software 24 24 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 25 */ 26 27 /* 28 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 29 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 30 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 31 * a choice of LGPL license versions is made available with the language indicating 32 * that LGPLv2 or any later version may be used, or where a choice of which version 33 * of the LGPL is applied is otherwise unspecified. 25 34 */ 26 35 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/directx.c
r48073 r48345 20 20 * License along with this library; if not, write to the Free Software 21 21 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 22 */ 23 24 /* 25 * Oracle 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, Oracle 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_new/wined3d/drawprim.c
r46521 r48345 25 25 */ 26 26 27 /* 28 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 29 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 30 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 31 * a choice of LGPL license versions is made available with the language indicating 32 * that LGPLv2 or any later version may be used, or where a choice of which version 33 * of the LGPL is applied is otherwise unspecified. 34 */ 35 27 36 #include "config.h" 28 37 #include "wine/port.h" -
trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/gl_compat.c
r46521 r48345 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 * Oracle 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, Oracle 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_new/wined3d/glsl_shader.c
r48078 r48345 20 20 * License along with this library; if not, write to the Free Software 21 21 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 22 */ 23 24 /* 25 * Oracle 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, Oracle 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_new/wined3d/nvidia_texture_shader.c
r46521 r48345 20 20 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 21 21 */ 22 23 /* 24 * Oracle 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, Oracle 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 22 32 #include "config.h" 23 33 #include "wine/port.h" -
trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/palette.c
r46521 r48345 19 19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 20 20 */ 21 22 /* 23 * Oracle 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, Oracle 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 21 31 #include "config.h" 22 32 #include "wine/port.h" -
trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/query.c
r46521 r48345 19 19 */ 20 20 21 /* 22 * Oracle 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, Oracle 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. 28 */ 21 29 22 30 #include "config.h" -
trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/resource.c
r46521 r48345 21 21 */ 22 22 23 /* 24 * Oracle 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, Oracle 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 "wine/port.h" -
trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/sampler.c
r46539 r48345 16 16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 17 17 * 18 */ 19 20 /* 21 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 22 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 23 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 24 * a choice of LGPL license versions is made available with the language indicating 25 * that LGPLv2 or any later version may be used, or where a choice of which version 26 * of the LGPL is applied is otherwise unspecified. 18 27 */ 19 28 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/shader.c
r46521 r48345 21 21 * License along with this library; if not, write to the Free Software 22 22 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 23 */ 24 25 /* 26 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 27 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 28 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 29 * a choice of LGPL license versions is made available with the language indicating 30 * that LGPLv2 or any later version may be used, or where a choice of which version 31 * of the LGPL is applied is otherwise unspecified. 23 32 */ 24 33 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/shader_sm1.c
r46521 r48345 21 21 * License along with this library; if not, write to the Free Software 22 22 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 23 */ 24 25 /* 26 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 27 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 28 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 29 * a choice of LGPL license versions is made available with the language indicating 30 * that LGPLv2 or any later version may be used, or where a choice of which version 31 * of the LGPL is applied is otherwise unspecified. 23 32 */ 24 33 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/shader_sm4.c
r46521 r48345 15 15 * License along with this library; if not, write to the Free Software 16 16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 17 */ 18 19 /* 20 * Oracle 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, Oracle 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. 17 26 */ 18 27 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/state.c
r48073 r48345 24 24 * License along with this library; if not, write to the Free Software 25 25 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 26 */ 27 28 /* 29 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 30 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 31 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 32 * a choice of LGPL license versions is made available with the language indicating 33 * that LGPLv2 or any later version may be used, or where a choice of which version 34 * of the LGPL is applied is otherwise unspecified. 26 35 */ 27 36 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/stateblock.c
r46521 r48345 21 21 * License along with this library; if not, write to the Free Software 22 22 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 23 */ 24 25 /* 26 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 27 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 28 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 29 * a choice of LGPL license versions is made available with the language indicating 30 * that LGPLv2 or any later version may be used, or where a choice of which version 31 * of the LGPL is applied is otherwise unspecified. 23 32 */ 24 33 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/surface.c
r48073 r48345 25 25 * License along with this library; if not, write to the Free Software 26 26 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 27 */ 28 29 /* 30 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 31 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 32 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 33 * a choice of LGPL license versions is made available with the language indicating 34 * that LGPLv2 or any later version may be used, or where a choice of which version 35 * of the LGPL is applied is otherwise unspecified. 27 36 */ 28 37 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/swapchain.c
r46966 r48345 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 * Oracle 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, Oracle 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_new/wined3d/texture.c
r46579 r48345 21 21 */ 22 22 23 /* 24 * Oracle 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, Oracle 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 "wine/port.h" -
trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/utils.c
r48073 r48345 23 23 * License along with this library; if not, write to the Free Software 24 24 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 25 */ 26 27 /* 28 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 29 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 30 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 31 * a choice of LGPL license versions is made available with the language indicating 32 * that LGPLv2 or any later version may be used, or where a choice of which version 33 * of the LGPL is applied is otherwise unspecified. 25 34 */ 26 35 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/version.rc
r46521 r48345 17 17 */ 18 18 19 /* 20 * Oracle 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, Oracle 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 #include "config.h" /* Needed to get PACKAGE_VERSION */ 20 29 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/vertexdeclaration.c
r46521 r48345 23 23 */ 24 24 25 /* 26 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 27 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 28 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 29 * a choice of LGPL license versions is made available with the language indicating 30 * that LGPLv2 or any later version may be used, or where a choice of which version 31 * of the LGPL is applied is otherwise unspecified. 32 */ 33 25 34 #include "config.h" 26 35 #include "wine/port.h" -
trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/view.c
r46521 r48345 16 16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 17 17 * 18 */ 19 20 /* 21 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 22 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 23 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 24 * a choice of LGPL license versions is made available with the language indicating 25 * that LGPLv2 or any later version may be used, or where a choice of which version 26 * of the LGPL is applied is otherwise unspecified. 18 27 */ 19 28 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/volume.c
r46521 r48345 20 20 */ 21 21 22 /* 23 * Oracle 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, Oracle 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 "wine/port.h" -
trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/wined3d_gl.h
r46966 r48345 20 20 * License along with this library; if not, write to the Free Software 21 21 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 22 */ 23 24 /* 25 * Oracle 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, Oracle 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_new/wined3d/wined3d_main.c
r46521 r48345 23 23 */ 24 24 25 /* 26 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 27 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 28 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 29 * a choice of LGPL license versions is made available with the language indicating 30 * that LGPLv2 or any later version may be used, or where a choice of which version 31 * of the LGPL is applied is otherwise unspecified. 32 */ 33 25 34 #include "config.h" 26 35 #include "wine/port.h" -
trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/wined3d_private.h
r48073 r48345 21 21 * License along with this library; if not, write to the Free Software 22 22 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 23 */ 24 25 /* 26 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 27 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 28 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 29 * a choice of LGPL license versions is made available with the language indicating 30 * that LGPLv2 or any later version may be used, or where a choice of which version 31 * of the LGPL is applied is otherwise unspecified. 23 32 */ 24 33
Note:
See TracChangeset
for help on using the changeset viewer.