diff options
author | Samuel Pitoiset <[email protected]> | 2017-07-20 10:19:23 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-07-31 13:53:40 +0200 |
commit | 540b1a8f0b19fa06303500f82824b209ef8f8ef5 (patch) | |
tree | adc069efc0789a419e412eb8725fb78762716a2b /src/mapi | |
parent | 1693ab6c3aabba33902f24789519a08b461e3f30 (diff) |
mesa: add KHR_no_error support to glPointSize()
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/mapi')
-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 3e2bdc1736e..ca514fdd0f9 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -2092,7 +2092,7 @@ <glx rop="99"/> </function> - <function name="PointSize" es1="1.0"> + <function name="PointSize" es1="1.0" no_error="true"> <param name="size" type="GLfloat"/> <glx rop="100"/> </function> |