diff options
author | Samuel Pitoiset <[email protected]> | 2017-06-26 17:46:39 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-06-28 10:25:13 +0200 |
commit | e529ade0ea5dd47d2943eedc012f30eb5671b55d (patch) | |
tree | 34e92dd26f323274f13855e93278ce64c3dd94f7 /src/mapi | |
parent | 34e8d0e4baedeb658b87d64577f6acc766b3f51f (diff) |
mesa: add KHR_no_error support for glClear()
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 64078c44166..85083a428da 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -2291,7 +2291,7 @@ <glx rop="126"/> </function> - <function name="Clear" es1="1.0" es2="2.0"> + <function name="Clear" es1="1.0" es2="2.0" no_error="true"> <param name="mask" type="GLbitfield"/> <glx rop="127"/> </function> |