gles2: support for GL_EXT_occlusion_query_boolean
authorHarish Krupo <harish.krupo.kps@intel.com>
Wed, 4 Oct 2017 11:56:28 +0000 (14:56 +0300)
committerTapani Pälli <tapani.palli@intel.com>
Wed, 25 Oct 2017 11:10:38 +0000 (14:10 +0300)
commitd37bcf3cc2bfea79a7130ab123e94f6b881a5b7e
tree3494bfa96bd978642a98a470b89a77a5dbb0d8b2
parentf5bec8583a568b62cf5bbdadc669ecec6b9c28cb
gles2: support for GL_EXT_occlusion_query_boolean

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@intel.com>
Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mapi/glapi/gen/es_EXT.xml
src/mesa/main/extensions_table.h
src/mesa/main/tests/dispatch_sanity.cpp