diff options
author | Samuel Pitoiset <[email protected]> | 2017-07-17 21:59:39 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-07-31 13:53:39 +0200 |
commit | 6c15260ecc45f8418457eb1f93ae90ba71926fae (patch) | |
tree | 5dbe6954e86f18229f7e37b84d225043a5be47d1 /src/mapi | |
parent | 5f51c970a99d0aba01baf7520d8508d725e4832d (diff) |
mesa: add KHR_no_error support to glSampleMaski()
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/ARB_texture_multisample.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/ARB_texture_multisample.xml b/src/mapi/glapi/gen/ARB_texture_multisample.xml index 595e1c7eae6..0040c5398d1 100644 --- a/src/mapi/glapi/gen/ARB_texture_multisample.xml +++ b/src/mapi/glapi/gen/ARB_texture_multisample.xml @@ -59,7 +59,7 @@ <param name="val" type="GLfloat *"/> </function> - <function name="SampleMaski" es2="3.1"> + <function name="SampleMaski" es2="3.1" no_error="true"> <param name="index" type="GLuint"/> <param name="mask" type="GLbitfield"/> </function> |