summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Fonseca <jose.r.fonseca@gmail.com>2011-10-09 10:57:43 +0100
committerJosé Fonseca <jose.r.fonseca@gmail.com>2011-10-09 10:57:43 +0100
commitdf5ce52121d300977e02d8b70a8e66020b2a1e09 (patch)
tree90cb55bcf856c12fdee947b94c07f975f9d7abf6
parent9a0ed9ce37a521e78fdfdfe3fa6042dcb6c08d39 (diff)
Remove the GL_KTX_buffer_region entry points with EXT suffix.
It was a glew bug, fixed in 1.7.0.
-rw-r--r--specs/glapi.py6
1 files changed, 0 insertions, 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")]),