summaryrefslogtreecommitdiff
path: root/src/mapi/glapi/gen/ARB_direct_state_access.xml
diff options
context:
space:
mode:
authorTimothy Arceri <tarceri@itsqueeze.com>2017-05-04 13:08:57 +1000
committerTimothy Arceri <tarceri@itsqueeze.com>2017-05-07 15:29:33 +1000
commit9d010f57dbb905c79a8916a2de3bc060a4099854 (patch)
tree63da7ce831db663e9b5d9d07941932cb52b24b31 /src/mapi/glapi/gen/ARB_direct_state_access.xml
parente83b0a41037df29f1ff256966a967327b27dcc07 (diff)
mesa: add KHR_no_error support for some map buffer functions
Reviewed-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'src/mapi/glapi/gen/ARB_direct_state_access.xml')
-rw-r--r--src/mapi/glapi/gen/ARB_direct_state_access.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mapi/glapi/gen/ARB_direct_state_access.xml b/src/mapi/glapi/gen/ARB_direct_state_access.xml
index 43841bb6c06..b147e7252e0 100644
--- a/src/mapi/glapi/gen/ARB_direct_state_access.xml
+++ b/src/mapi/glapi/gen/ARB_direct_state_access.xml
@@ -101,13 +101,13 @@
<param name="data" type="const GLvoid *" />
</function>
- <function name="MapNamedBuffer">
+ <function name="MapNamedBuffer" no_error="true">
<return type="GLvoid *" />
<param name="buffer" type="GLuint" />
<param name="access" type="GLenum" />
</function>
- <function name="MapNamedBufferRange">
+ <function name="MapNamedBufferRange" no_error="true">
<return type="GLvoid *" />
<param name="buffer" type="GLuint" />
<param name="offset" type="GLintptr" />