[Mesa-dev] [PATCH 2/2] gles2: support for GL_EXT_occlusion_query_boolean
Eric Anholt
eric at anholt.net
Tue Oct 24 18:56:12 UTC 2017
Tapani Pälli <tapani.palli at intel.com> writes:
> From: Harish Krupo <harish.krupo.kps at intel.com>
>
> Following test checking entrypoints passes:
> dEQP-EGL.functional.get_proc_address.extension.gl_ext_occlusion_query_boolean
>
> Piglit test 'ext_occlusion_query_boolean-any-samples' passes with these changes.
>
> No changes/regression observed in WebGL occlusion tests or Intel CI.
>
> v2: add es2="2.0" for glapi entrypoints, clean up xml
> dispatch_sanity changes (fix 'make check')
>
> Signed-off-by: Harish Krupo <harish.krupo.kps at intel.com>
> Signed-off-by: Tapani Pälli <tapani.palli at intel.com>
> ---
> src/mapi/glapi/gen/es_EXT.xml | 51 +++++++++++++++++++++++++++++++++
> src/mesa/main/extensions_table.h | 1 +
> src/mesa/main/tests/dispatch_sanity.cpp | 31 +++++++++++++++-----
> 3 files changed, 76 insertions(+), 7 deletions(-)
>
> diff --git a/src/mapi/glapi/gen/es_EXT.xml b/src/mapi/glapi/gen/es_EXT.xml
> index 3a2bdb2fdc..a09ff969c6 100644
> --- a/src/mapi/glapi/gen/es_EXT.xml
> +++ b/src/mapi/glapi/gen/es_EXT.xml
> @@ -751,6 +751,57 @@
> </function>
> </category>
>
> +<!-- 100. GL_EXT_occlusion_query_boolean -->
> +<category name="GL_EXT_occlusion_query_boolean" number="29">
I think you want number="100"
Other than that, this patch is:
Reviewed-by: Eric Anholt <eric at anholt.net>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 832 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20171024/19409c52/attachment.sig>
More information about the mesa-dev
mailing list