Changeset 8155 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/OpenGL
- Timestamp:
- Apr 18, 2008 3:16:47 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 29865
- Location:
- trunk/src/VBox/Additions/WINNT/Graphics/OpenGL
- Files:
-
- 18 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/Makefile.kmk
r5999 r8155 5 5 6 6 # 7 # Copyright (C) 2006-2007 innotek GmbH7 # Copyright (C) 2006-2007 Sun Microsystems, Inc. 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 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 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 18 # Clara, CA 95054 USA or visit http://www.sun.com if you need 19 # additional information or have any questions. 16 20 # 17 21 -
trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/MesaGL.cpp
r5999 r8155 3 3 * VirtualBox Windows NT/2000/XP guest OpenGL ICD 4 4 * 5 * Copyright (C) 2006-2007 innotek GmbH5 * Copyright (C) 2006-2007 Sun Microsystems, Inc. 6 6 * 7 7 * This file is part of VirtualBox Open Source Edition (OSE), as … … 12 12 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 13 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 * 15 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 16 * Clara, CA 95054 USA or visit http://www.sun.com if you need 17 * additional information or have any questions. 14 18 */ 15 19 /* -
trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/OGLComplexAsync.cpp
r5999 r8155 5 5 * Complex buffered OpenGL functions 6 6 * 7 * Copyright (C) 2006-2007 innotek GmbH7 * Copyright (C) 2006-2007 Sun Microsystems, Inc. 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 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 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 18 * Clara, CA 95054 USA or visit http://www.sun.com if you need 19 * additional information or have any questions. 16 20 */ 17 21 -
trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/OGLComplexSync.cpp
r5999 r8155 5 5 * Complex buffered OpenGL functions 6 6 * 7 * Copyright (C) 2006-2007 innotek GmbH7 * Copyright (C) 2006-2007 Sun Microsystems, Inc. 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 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 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 18 * Clara, CA 95054 USA or visit http://www.sun.com if you need 19 * additional information or have any questions. 16 20 */ 17 21 -
trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/OGLLookup.cpp
r5999 r8155 5 5 * Parameter size helpers 6 6 * 7 * Copyright (C) 2006-2007 innotek GmbH7 * Copyright (C) 2006-2007 Sun Microsystems, Inc. 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 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 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 18 * Clara, CA 95054 USA or visit http://www.sun.com if you need 19 * additional information or have any questions. 16 20 */ 17 21 -
trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/OGLSimpleAsync.cpp
r5999 r8155 5 5 * Simple buffered OpenGL functions 6 6 * 7 * Copyright (C) 2006-2007 innotek GmbH7 * Copyright (C) 2006-2007 Sun Microsystems, Inc. 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 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 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 18 * Clara, CA 95054 USA or visit http://www.sun.com if you need 19 * additional information or have any questions. 16 20 */ 17 21 -
trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/OGLSimpleSync.cpp
r5999 r8155 5 5 * Simple buffered OpenGL functions 6 6 * 7 * Copyright (C) 2006-2007 innotek GmbH7 * Copyright (C) 2006-2007 Sun Microsystems, Inc. 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 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 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 18 * Clara, CA 95054 USA or visit http://www.sun.com if you need 19 * additional information or have any questions. 16 20 */ 17 21 -
trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/VBoxCmd.cpp
r5999 r8155 3 3 * VBoxDisp -- Windows Guest OpenGL ICD 4 4 * 5 * Copyright (C) 2006-2007 innotek GmbH5 * Copyright (C) 2006-2007 Sun Microsystems, Inc. 6 6 * 7 7 * This file is part of VirtualBox Open Source Edition (OSE), as … … 12 12 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 13 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 * 15 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 16 * Clara, CA 95054 USA or visit http://www.sun.com if you need 17 * additional information or have any questions. 14 18 */ 15 19 #define VBOX_OGL_WITH_CMD_STRINGS -
trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/VBoxICDList.h
r5999 r8155 3 3 * VirtualBox Windows NT/2000/XP guest OpenGL ICD 4 4 * 5 * Copyright (C) 2006-2007 innotek GmbH5 * Copyright (C) 2006-2007 Sun Microsystems, Inc. 6 6 * 7 7 * This file is part of VirtualBox Open Source Edition (OSE), as … … 12 12 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 13 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 * 15 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 16 * Clara, CA 95054 USA or visit http://www.sun.com if you need 17 * additional information or have any questions. 14 18 */ 15 19 -
trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/VBoxOGL.cpp
r5999 r8155 3 3 * VBoxDisp -- Windows Guest OpenGL ICD 4 4 * 5 * Copyright (C) 2006-2007 innotek GmbH5 * Copyright (C) 2006-2007 Sun Microsystems, Inc. 6 6 * 7 7 * This file is part of VirtualBox Open Source Edition (OSE), as … … 12 12 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 13 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 * 15 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 16 * Clara, CA 95054 USA or visit http://www.sun.com if you need 17 * additional information or have any questions. 14 18 */ 15 19 #include "VBoxOGL.h" -
trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/VBoxOGL.def
r5999 r8155 3 3 ; * VBoxDisp -- Windows Guest OpenGL ICD 4 4 ; * 5 ; Copyright (C) 2006-2007 innotek GmbH5 ; Copyright (C) 2006-2007 Sun Microsystems, Inc. 6 6 ; 7 7 ; This file is part of VirtualBox Open Source Edition (OSE), as … … 12 12 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 13 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 ; 15 ; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 16 ; Clara, CA 95054 USA or visit http://www.sun.com if you need 17 ; additional information or have any questions. 14 18 ; 15 19 ; */ -
trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/VBoxOGL.h
r5999 r8155 3 3 * VirtualBox Windows NT/2000/XP guest OpenGL ICD 4 4 * 5 * Copyright (C) 2006-2007 innotek GmbH5 * Copyright (C) 2006-2007 Sun Microsystems, Inc. 6 6 * 7 7 * This file is part of VirtualBox Open Source Edition (OSE), as … … 12 12 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 13 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 * 15 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 16 * Clara, CA 95054 USA or visit http://www.sun.com if you need 17 * additional information or have any questions. 14 18 */ 15 19 #ifndef __VBOXOGL_H__ -
trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/VBoxOGL.rc
r8107 r8155 3 3 * VBoxDisp -- Windows Guest OpenGL ICD 4 4 * 5 * Copyright (C) 2006-2007 innotek GmbH5 * Copyright (C) 2006-2007 Sun Microsystems, Inc. 6 6 * 7 7 * This file is part of VirtualBox Open Source Edition (OSE), as … … 12 12 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 13 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 * 15 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 16 * Clara, CA 95054 USA or visit http://www.sun.com if you need 17 * additional information or have any questions. 14 18 */ 15 19 #include <windows.h> -
trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/dllmain.cpp
r5999 r8155 3 3 * VBoxDisp -- Windows Guest OpenGL ICD 4 4 * 5 * Copyright (C) 2006-2007 innotek GmbH5 * Copyright (C) 2006-2007 Sun Microsystems, Inc. 6 6 * 7 7 * This file is part of VirtualBox Open Source Edition (OSE), as … … 12 12 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 13 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 * 15 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 16 * Clara, CA 95054 USA or visit http://www.sun.com if you need 17 * additional information or have any questions. 14 18 */ 15 19 #include "VBoxOGL.h" -
trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/drv.cpp
r5999 r8155 5 5 * ICD entry points. 6 6 * 7 * Copyright (C) 2006-2007 innotek GmbH7 * Copyright (C) 2006-2007 Sun Microsystems, Inc. 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 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 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 18 * Clara, CA 95054 USA or visit http://www.sun.com if you need 19 * additional information or have any questions. 16 20 */ 17 21 -
trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/glext.cpp
r5999 r8155 8 8 * http://icps.u-strasbg.fr/~marchesin/perso/extensions/ 9 9 * 10 * Copyright (C) 2006-2007 innotek GmbH10 * Copyright (C) 2006-2007 Sun Microsystems, Inc. 11 11 * 12 12 * This file is part of VirtualBox Open Source Edition (OSE), as … … 17 17 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 18 18 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 19 * 20 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 21 * Clara, CA 95054 USA or visit http://www.sun.com if you need 22 * additional information or have any questions. 19 23 */ 20 24 -
trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/test/Makefile.kmk
r5999 r8155 5 5 6 6 # 7 # Copyright (C) 2006-2007 innotek GmbH7 # Copyright (C) 2006-2007 Sun Microsystems, Inc. 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 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 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 18 # Clara, CA 95054 USA or visit http://www.sun.com if you need 19 # additional information or have any questions. 16 20 # 17 21 -
trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/test/tstShOpenGL.cpp
r5999 r8155 1 1 /* 2 * Copyright (C) 2006-2007 innotek GmbH2 * Copyright (C) 2006-2007 Sun Microsystems, Inc. 3 3 * 4 4 * This file is part of VirtualBox Open Source Edition (OSE), as … … 9 9 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 10 10 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 11 * 12 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 13 * Clara, CA 95054 USA or visit http://www.sun.com if you need 14 * additional information or have any questions. 11 15 */ 12 16
Note:
See TracChangeset
for help on using the changeset viewer.