From: José Fonseca Date: Sun, 9 Oct 2011 09:57:43 +0000 (+0100) Subject: Remove the GL_KTX_buffer_region entry points with EXT suffix. X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=df5ce52121d300977e02d8b70a8e66020b2a1e09;p=apitrace Remove the GL_KTX_buffer_region entry points with EXT suffix. It was a glew bug, fixed in 1.7.0. --- 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")]),