aboutsummaryrefslogtreecommitdiff
path: root/mesalib/src/mapi/glapi
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2012-06-19 08:51:12 +0200
committermarha <marha@users.sourceforge.net>2012-06-19 08:51:12 +0200
commit36237c651fab7aa9e65da9c33eb89a619827edff (patch)
treeab3ed4f72cf398ca5c3760f91b70a8b3bb2e1bd0 /mesalib/src/mapi/glapi
parenta3691edaff553b5130c97ff912ecaa96f08a6643 (diff)
downloadvcxsrv-36237c651fab7aa9e65da9c33eb89a619827edff.tar.gz
vcxsrv-36237c651fab7aa9e65da9c33eb89a619827edff.tar.bz2
vcxsrv-36237c651fab7aa9e65da9c33eb89a619827edff.zip
mesa git update 19 Juni 2012
Diffstat (limited to 'mesalib/src/mapi/glapi')
-rw-r--r--mesalib/src/mapi/glapi/gen/es_EXT.xml7
-rw-r--r--mesalib/src/mapi/glapi/gen/gles_api.py2
2 files changed, 9 insertions, 0 deletions
diff --git a/mesalib/src/mapi/glapi/gen/es_EXT.xml b/mesalib/src/mapi/glapi/gen/es_EXT.xml
index c7e7d07e3..b26cac54b 100644
--- a/mesalib/src/mapi/glapi/gen/es_EXT.xml
+++ b/mesalib/src/mapi/glapi/gen/es_EXT.xml
@@ -627,4 +627,11 @@
<enum name="REQUIRED_TEXTURE_IMAGE_UNITS_OES" value="0x8D68"/>
</category>
+<!-- 93. GL_NV_read_buffer -->
+<category name="NV_read_buffer">
+ <function name="ReadBufferNV" offset="assign">
+ <param name="mode" type="GLenum"/>
+ </function>
+</category>
+
</OpenGLAPI>
diff --git a/mesalib/src/mapi/glapi/gen/gles_api.py b/mesalib/src/mapi/glapi/gen/gles_api.py
index 0116ba474..70ae2e300 100644
--- a/mesalib/src/mapi/glapi/gen/gles_api.py
+++ b/mesalib/src/mapi/glapi/gen/gles_api.py
@@ -451,4 +451,6 @@ es2_api = es2_core + (
'ProgramBinaryOES',
# GL_NV_draw_buffers
'DrawBuffersNV',
+ # GL_NV_read_buffer
+ 'ReadBufferNV',
)