diff options
author | Erik Faye-Lund <[email protected]> | 2018-11-09 17:39:25 +0100 |
---|---|---|
committer | Erik Faye-Lund <[email protected]> | 2018-11-09 17:39:25 +0100 |
commit | b55af392d9e81e6c1e06536c22d434f275c429f4 (patch) | |
tree | d8e66762f15643db2c649f914a9f899ace1c2f6a /src/mapi | |
parent | cf8b271cbe69d8ac9013cc46e6f1d37ead0bc229 (diff) |
Revert "mesa: expose NV_conditional_render on GLES"
This reverts commit 5213be9fab72548c799b30e320dd1b257534f096.
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 4b28c466f7d..926b2629412 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" es2="2.0"> + <function name="BeginConditionalRenderNV" alias="BeginConditionalRender"> <param name="query" type="GLuint"/> <param name="mode" type="GLenum"/> </function> - <function name="EndConditionalRenderNV" alias="EndConditionalRender" es2="2.0"> + <function name="EndConditionalRenderNV" alias="EndConditionalRender"> </function> </category> |