Changeset 4071 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/OpenGL
- Timestamp:
- Aug 7, 2007 5:07:59 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 23517
- Location:
- trunk/src/VBox/Additions/WINNT/Graphics/OpenGL
- Files:
-
- 18 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/Makefile.kmk
r3451 r4071 5 5 6 6 # 7 # Copyright (C) 2006-2007 innotek GmbH 8 # 9 # This file is part of VirtualBox Open Source Edition (OSE), as 10 # available from http://www.virtualbox.org. This file is free software; 11 # you can redistribute it and/or modify it under the terms of the GNU 12 # General Public License as published by the Free Software Foundation, 13 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 # distribution. VirtualBox OSE is distributed in the hope that it will 15 # be useful, but WITHOUT ANY WARRANTY of any kind. 16 # 17 # If you received this file as part of a commercial VirtualBox 18 # distribution, then only the terms of your commercial VirtualBox 19 # license agreement apply instead of the previous paragraph. 20 # 7 # Copyright (C) 2006-2007 innotek GmbH 8 # 9 # This file is part of VirtualBox Open Source Edition (OSE), as 10 # available from http://www.virtualbox.org. This file is free software; 11 # you can redistribute it and/or modify it under the terms of the GNU 12 # General Public License as published by the Free Software Foundation, 13 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 # distribution. VirtualBox OSE is distributed in the hope that it will 15 # be useful, but WITHOUT ANY WARRANTY of any kind. 21 16 22 17 DEPTH ?= ../../../../../.. -
trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/MesaGL.cpp
r3339 r4071 12 12 * distribution. VirtualBox OSE is distributed in the hope that it will 13 13 * be useful, but WITHOUT ANY WARRANTY of any kind. 14 *15 * If you received this file as part of a commercial VirtualBox16 * distribution, then only the terms of your commercial VirtualBox17 * license agreement apply instead of the previous paragraph.18 *19 14 */ 20 15 /* -
trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/OGLComplexAsync.cpp
r3493 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 *21 16 */ 22 17 -
trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/OGLComplexSync.cpp
r3493 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 *21 16 */ 22 17 -
trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/OGLLookup.cpp
r3446 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 *21 16 */ 22 17 -
trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/OGLSimpleAsync.cpp
r3493 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 *21 16 */ 22 17 -
trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/OGLSimpleSync.cpp
r3447 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 *21 16 */ 22 17 -
trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/VBoxCmd.cpp
r3442 r4071 12 12 * distribution. VirtualBox OSE is distributed in the hope that it will 13 13 * be useful, but WITHOUT ANY WARRANTY of any kind. 14 *15 * If you received this file as part of a commercial VirtualBox16 * distribution, then only the terms of your commercial VirtualBox17 * license agreement apply instead of the previous paragraph.18 *19 14 */ 20 15 #define VBOX_OGL_WITH_CMD_STRINGS -
trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/VBoxICDList.h
r3339 r4071 12 12 * distribution. VirtualBox OSE is distributed in the hope that it will 13 13 * be useful, but WITHOUT ANY WARRANTY of any kind. 14 *15 * If you received this file as part of a commercial VirtualBox16 * distribution, then only the terms of your commercial VirtualBox17 * license agreement apply instead of the previous paragraph.18 *19 14 */ 20 15 -
trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/VBoxOGL.cpp
r3513 r4071 12 12 * distribution. VirtualBox OSE is distributed in the hope that it will 13 13 * be useful, but WITHOUT ANY WARRANTY of any kind. 14 *15 * If you received this file as part of a commercial VirtualBox16 * distribution, then only the terms of your commercial VirtualBox17 * license agreement apply instead of the previous paragraph.18 *19 14 */ 20 15 #include "VBoxOGL.h" -
trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/VBoxOGL.def
r3419 r4071 3 3 ; * VBoxDisp -- Windows Guest OpenGL ICD 4 4 ; * 5 ; * Copyright (C) 2006-2007 innotek GmbH 6 ; * 7 ; * This file is part of VirtualBox Open Source Edition (OSE), as 8 ; * available from http://www.virtualbox.org. This file is free software; 9 ; * you can redistribute it and/or modify it under the terms of the GNU 10 ; * General Public License as published by the Free Software Foundation, 11 ; * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 12 ; * distribution. VirtualBox OSE is distributed in the hope that it will 13 ; * be useful, but WITHOUT ANY WARRANTY of any kind. 14 ; * 15 ; * If you received this file as part of a commercial VirtualBox 16 ; * distribution, then only the terms of your commercial VirtualBox 17 ; * license agreement apply instead of the previous paragraph. 18 ; * 5 ; Copyright (C) 2006-2007 innotek GmbH 6 ; 7 ; This file is part of VirtualBox Open Source Edition (OSE), as 8 ; available from http://www.virtualbox.org. This file is free software; 9 ; you can redistribute it and/or modify it under the terms of the GNU 10 ; General Public License as published by the Free Software Foundation, 11 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 12 ; distribution. VirtualBox OSE is distributed in the hope that it will 13 ; be useful, but WITHOUT ANY WARRANTY of any kind. 19 14 ; */ 20 15 -
trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/VBoxOGL.h
r3513 r4071 12 12 * distribution. VirtualBox OSE is distributed in the hope that it will 13 13 * be useful, but WITHOUT ANY WARRANTY of any kind. 14 *15 * If you received this file as part of a commercial VirtualBox16 * distribution, then only the terms of your commercial VirtualBox17 * license agreement apply instead of the previous paragraph.18 *19 14 */ 20 15 #ifndef __VBOXOGL_H__ -
trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/VBoxOGL.rc
r3339 r4071 12 12 * distribution. VirtualBox OSE is distributed in the hope that it will 13 13 * be useful, but WITHOUT ANY WARRANTY of any kind. 14 *15 * If you received this file as part of a commercial VirtualBox16 * distribution, then only the terms of your commercial VirtualBox17 * license agreement apply instead of the previous paragraph.18 *19 14 */ 20 15 #include <windows.h> -
trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/dllmain.cpp
r3339 r4071 12 12 * distribution. VirtualBox OSE is distributed in the hope that it will 13 13 * be useful, but WITHOUT ANY WARRANTY of any kind. 14 *15 * If you received this file as part of a commercial VirtualBox16 * distribution, then only the terms of your commercial VirtualBox17 * license agreement apply instead of the previous paragraph.18 *19 14 */ 20 15 #include "VBoxOGL.h" -
trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/drv.cpp
r3499 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 *21 16 */ 22 17 -
trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/glext.cpp
r3516 r4071 17 17 * distribution. VirtualBox OSE is distributed in the hope that it will 18 18 * be useful, but WITHOUT ANY WARRANTY of any kind. 19 *20 * If you received this file as part of a commercial VirtualBox21 * distribution, then only the terms of your commercial VirtualBox22 * license agreement apply instead of the previous paragraph.23 *24 19 */ 25 20 -
trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/test/Makefile.kmk
r3478 r4071 5 5 6 6 # 7 # Copyright (C) 2006-2007 innotek GmbH 8 # 9 # This file is part of VirtualBox Open Source Edition (OSE), as 10 # available from http://www.virtualbox.org. This file is free software; 11 # you can redistribute it and/or modify it under the terms of the GNU 12 # General Public License as published by the Free Software Foundation, 13 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 # distribution. VirtualBox OSE is distributed in the hope that it will 15 # be useful, but WITHOUT ANY WARRANTY of any kind. 16 # 17 # If you received this file as part of a commercial VirtualBox 18 # distribution, then only the terms of your commercial VirtualBox 19 # license agreement apply instead of the previous paragraph. 20 # 7 # Copyright (C) 2006-2007 innotek GmbH 8 # 9 # This file is part of VirtualBox Open Source Edition (OSE), as 10 # available from http://www.virtualbox.org. This file is free software; 11 # you can redistribute it and/or modify it under the terms of the GNU 12 # General Public License as published by the Free Software Foundation, 13 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 # distribution. VirtualBox OSE is distributed in the hope that it will 15 # be useful, but WITHOUT ANY WARRANTY of any kind. 21 16 22 17 DEPTH ?= ../../../../../../.. -
trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/test/tstShOpenGL.cpp
r3352 r4071 9 9 * distribution. VirtualBox OSE is distributed in the hope that it will 10 10 * be useful, but WITHOUT ANY WARRANTY of any kind. 11 *12 * If you received this file as part of a commercial VirtualBox13 * distribution, then only the terms of your commercial VirtualBox14 * license agreement apply instead of the previous paragraph.15 11 */ 16 12
Note:
See TracChangeset
for help on using the changeset viewer.