summaryrefslogtreecommitdiffstats
path: root/src/mapi
diff options
context:
space:
mode:
authorErik Faye-Lund <[email protected]>2018-11-01 13:28:25 +0100
committerErik Faye-Lund <[email protected]>2018-11-09 13:03:00 +0100
commit5213be9fab72548c799b30e320dd1b257534f096 (patch)
tree4745e5e86611cc0f23c6e0fd5becbfe3a94ff8fe /src/mapi
parent35baee5dce5eaa8785e0abc09c9a4d5f2aac97d4 (diff)
mesa: expose NV_conditional_render on GLES
The extension spec has been updated to include GLES 2 support, so let's enable it there. Signed-off-by: Erik Faye-Lund <[email protected]> Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/mapi')
-rw-r--r--src/mapi/glapi/gen/NV_conditional_render.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mapi/glapi/gen/NV_conditional_render.xml b/src/mapi/glapi/gen/NV_conditional_render.xml
index 926b2629412..4b28c466f7d 100644
--- a/src/mapi/glapi/gen/NV_conditional_render.xml
+++ b/src/mapi/glapi/gen/NV_conditional_render.xml
@@ -13,12 +13,12 @@
<enum name="QUERY_BY_REGION_WAIT_NV" value="0x8E15"/>
<enum name="QUERY_BY_REGION_NO_WAIT_NV" value="0x8E16"/>
- <function name="BeginConditionalRenderNV" alias="BeginConditionalRender">
+ <function name="BeginConditionalRenderNV" alias="BeginConditionalRender" es2="2.0">
<param name="query" type="GLuint"/>
<param name="mode" type="GLenum"/>
</function>
- <function name="EndConditionalRenderNV" alias="EndConditionalRender">
+ <function name="EndConditionalRenderNV" alias="EndConditionalRender" es2="2.0">
</function>
</category>