aboutsummaryrefslogtreecommitdiff
path: root/mesalib/src/mapi/glapi/gen/gles_api.py
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2012-06-19 08:53:58 +0200
committermarha <marha@users.sourceforge.net>2012-06-19 08:53:58 +0200
commit62d040da7ea0a76d48014b5247d98b428ca50a15 (patch)
treed654468cec32beda665bb645ac854ea09279c8c3 /mesalib/src/mapi/glapi/gen/gles_api.py
parentc264407352572f07e31695637d3d78d07ae0bae8 (diff)
parent36237c651fab7aa9e65da9c33eb89a619827edff (diff)
downloadvcxsrv-62d040da7ea0a76d48014b5247d98b428ca50a15.tar.gz
vcxsrv-62d040da7ea0a76d48014b5247d98b428ca50a15.tar.bz2
vcxsrv-62d040da7ea0a76d48014b5247d98b428ca50a15.zip
Merge remote-tracking branch 'origin/released'
Diffstat (limited to 'mesalib/src/mapi/glapi/gen/gles_api.py')
-rw-r--r--mesalib/src/mapi/glapi/gen/gles_api.py2
1 files changed, 2 insertions, 0 deletions
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',
)