Module: wine Branch: master Commit: 53c35217958cc4a3af30637dad08fa1ebbb1cedb URL: http://source.winehq.org/git/wine.git/?a=commit;h=53c35217958cc4a3af30637dad...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Thu Jan 21 10:38:28 2010 +0100
wined3d: Fix the ARB_pixel_buffer_object extension definitions.
---
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