[PATCH 2/5] wined3d: Fix the ARB_pixel_buffer_object extension definitions.

Henri Verbeet hverbeet at codeweavers.com
Thu Jan 21 03:38:28 CST 2010


---
 dlls/wined3d/wined3d_gl.h |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/dlls/wined3d/wined3d_gl.h b/dlls/wined3d/wined3d_gl.h
index da1596b..eb0bda2 100644
--- a/dlls/wined3d/wined3d_gl.h
+++ b/dlls/wined3d/wined3d_gl.h
@@ -2308,14 +2308,6 @@ typedef void (WINE_GLAPI *PGLFNGETQUERYOBJECTUIVARBPROC)(GLuint query, GLenum pn
 /* GL_ARB_pixel_buffer_object */
 #ifndef GL_ARB_pixel_buffer_object
 #define GL_ARB_pixel_buffer_object 1
-#endif
-#define GL_PIXEL_PACK_BUFFER_ARB                            0x88eb
-#define GL_PIXEL_UNPACK_BUFFER_ARB                          0x88ec
-#define GL_PIXEL_PACK_BUFFER_BINDING_ARB                    0x88ed
-#define GL_PIXEL_UNPACK_BUFFER_BINDING_ARB                  0x88ef
-
-/* GL_ARB_pixel_buffer_object */
-#ifndef GL_ARB_pixel_buffer_object
 #define GL_PIXEL_PACK_BUFFER_ARB                            0x88eb
 #define GL_PIXEL_UNPACK_BUFFER_ARB                          0x88ec
 #define GL_PIXEL_PACK_BUFFER_BINDING_ARB                    0x88ed
-- 
1.6.4.4




More information about the wine-patches mailing list