summaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi/gen/gles_api.py
diff options
context:
space:
mode:
authorFredrik Höglund <[email protected]>2012-10-10 16:27:31 +0200
committerFredrik Höglund <[email protected]>2012-10-16 13:21:41 +0200
commit762d9ace6b02e792b2efe69e81c6c5b81069e43b (patch)
treed8a71e0cf4ab298e9958ea2f969cd7a10b03fb17 /src/mapi/glapi/gen/gles_api.py
parent017c6fb324194ba1c2e15fbee2f85a2fd8f140c4 (diff)
mesa/es: Enable GL_EXT_map_buffer_range
This extension is functionally the same as GL_ARB_map_buffer_range. Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mapi/glapi/gen/gles_api.py')
-rw-r--r--src/mapi/glapi/gen/gles_api.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mapi/glapi/gen/gles_api.py b/src/mapi/glapi/gen/gles_api.py
index 8dfef655a8c..3bee1a62691 100644
--- a/src/mapi/glapi/gen/gles_api.py
+++ b/src/mapi/glapi/gen/gles_api.py
@@ -185,6 +185,9 @@ es1_api = es1_core + (
'GetBufferPointervOES',
'MapBufferOES',
'UnmapBufferOES',
+ # GL_EXT_map_buffer_range
+ 'MapBufferRangeEXT',
+ 'FlushMappedBufferRangeEXT',
# GL_EXT_multi_draw_arrays
'MultiDrawArraysEXT',
'MultiDrawElementsEXT',
@@ -436,6 +439,9 @@ es2_api = es2_core + (
'GetBufferPointervOES',
'MapBufferOES',
'UnmapBufferOES',
+ # GL_EXT_map_buffer_range
+ 'MapBufferRangeEXT',
+ 'FlushMappedBufferRangeEXT',
# GL_EXT_multi_draw_arrays
'MultiDrawArraysEXT',
'MultiDrawElementsEXT',