diff options
author | Erik Faye-Lund <erik.faye-lund@collabora.com> | 2018-11-01 13:28:25 +0100 |
---|---|---|
committer | Erik Faye-Lund <erik.faye-lund@collabora.com> | 2019-01-30 09:43:44 +0100 |
commit | 3b6f95ad666eafafe74f2729f085caf5a36128d4 (patch) | |
tree | fb3513b0cc8a01ccd12737847bd87bd943246819 /src/mapi | |
parent | 90458bef544ac46a912f06e73f71c3cb20fdaaf6 (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.
v2: fixup ABI-check as well
Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Diffstat (limited to 'src/mapi')
-rw-r--r-- | src/mapi/glapi/gen/NV_conditional_render.xml | 4 |
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 926b26294121..4b28c466f7d7 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> |