diff options
author | Timothy Arceri <[email protected]> | 2017-05-04 13:08:57 +1000 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2017-05-07 15:29:33 +1000 |
commit | 9d010f57dbb905c79a8916a2de3bc060a4099854 (patch) | |
tree | 63da7ce831db663e9b5d9d07941932cb52b24b31 /src/mapi/glapi/gen/gl_API.xml | |
parent | e83b0a41037df29f1ff256966a967327b27dcc07 (diff) |
mesa: add KHR_no_error support for some map buffer functions
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/mapi/glapi/gen/gl_API.xml')
-rw-r--r-- | src/mapi/glapi/gen/gl_API.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml index 83f4c013ee1..29e4ba43de6 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -5097,7 +5097,7 @@ <glx ignore="true"/> </function> - <function name="MapBuffer"> + <function name="MapBuffer" no_error="true"> <param name="target" type="GLenum"/> <param name="access" type="GLenum"/> <return type="GLvoid *"/> |