From df5ce52121d300977e02d8b70a8e66020b2a1e09 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Sun, 9 Oct 2011 10:57:43 +0100 Subject: [PATCH] Remove the GL_KTX_buffer_region entry points with EXT suffix. It was a glew bug, fixed in 1.7.0. --- specs/glapi.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/specs/glapi.py b/specs/glapi.py index ad551d1..c16e836 100644 --- a/specs/glapi.py +++ b/specs/glapi.py @@ -2800,12 +2800,6 @@ glapi.add_functions([ GlFunction(Void, "glReadBufferRegion", [(GLregion, "region"), (GLint, "x"), (GLint, "y"), (GLsizei, "width"), (GLsizei, "height")]), GlFunction(Void, "glDrawBufferRegion", [(GLregion, "region"), (GLint, "x"), (GLint, "y"), (GLsizei, "width"), (GLsizei, "height"), (GLint, "xDest"), (GLint, "yDest")]), GlFunction(GLuint, "glBufferRegionEnabled", [], sideeffects=False), - # XXX: but GLEW uses EXT suffix - GlFunction(GLregion, "glNewBufferRegionEXT", [(GLenum, "type")]), - GlFunction(Void, "glDeleteBufferRegionEXT", [(GLregion, "region")]), - GlFunction(Void, "glReadBufferRegionEXT", [(GLregion, "region"), (GLint, "x"), (GLint, "y"), (GLsizei, "width"), (GLsizei, "height")]), - GlFunction(Void, "glDrawBufferRegionEXT", [(GLregion, "region"), (GLint, "x"), (GLint, "y"), (GLsizei, "width"), (GLsizei, "height"), (GLint, "xDest"), (GLint, "yDest")]), - GlFunction(GLuint, "glBufferRegionEnabledEXT", [], sideeffects=False), # GL_WIN_swap_hint GlFunction(Void, "glAddSwapHintRectWIN", [(GLint, "x"), (GLint, "y"), (GLsizei, "width"), (GLsizei, "height")]), -- 2.43.0