diff options
author | Timothy Arceri <[email protected]> | 2017-06-28 13:32:35 +1000 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2017-06-29 08:54:10 +1000 |
commit | 774580c8b9ae6a2def64f63163c71179fd55a624 (patch) | |
tree | 40c184bee31862c50b99451dbc8d51de7bb05be1 /src/mapi | |
parent | 9853ca6037b92d176ea35dc0d213b66c25392dc0 (diff) |
mesa: add KHR_no_error support for glPixelStore*()
Reviewed-by: Samuel Pitoiset <[email protected]>
Diffstat (limited to 'src/mapi')
-rw-r--r-- | src/mapi/glapi/gen/gl_API.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml index 85083a428da..a63fd3c918f 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -2593,13 +2593,13 @@ <glx rop="167"/> </function> - <function name="PixelStoref"> + <function name="PixelStoref" no_error="true"> <param name="pname" type="GLenum"/> <param name="param" type="GLfloat"/> <glx sop="109" handcode="client"/> </function> - <function name="PixelStorei" es1="1.0" es2="2.0"> + <function name="PixelStorei" es1="1.0" es2="2.0" no_error="true"> <param name="pname" type="GLenum"/> <param name="param" type="GLint"/> <glx sop="110" handcode="client"/> |