diff options
author | Timothy Arceri <[email protected]> | 2017-06-28 13:47:42 +1000 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2017-06-29 08:54:10 +1000 |
commit | 8e77fceedbd2b030906bacc7c524a77997ae11a1 (patch) | |
tree | 9fa93bec38debe2e24ec0e626fc6b4d327d94440 /src/mapi/glapi | |
parent | ccbcb3ca17d68358f1c75a9440e4062785723f90 (diff) |
mesa: add KHR_no_error support for glLogicOp()
Reviewed-by: Samuel Pitoiset <[email protected]>
Diffstat (limited to 'src/mapi/glapi')
-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 a63fd3c918f..b49ea916432 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -2551,7 +2551,7 @@ <glx rop="160"/> </function> - <function name="LogicOp" es1="1.0"> + <function name="LogicOp" es1="1.0" no_error="true"> <param name="opcode" type="GLenum"/> <glx rop="161"/> </function> |