[Mesa-dev] [PATCH 2/2] gles2: support for GL_EXT_occlusion_query_boolean

Tapani Pälli tapani.palli at intel.com
Wed Oct 25 06:40:40 UTC 2017



On 10/24/2017 09:56 PM, Eric Anholt wrote:
> 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"

doh true, will fix before pushing

> Other than that, this patch is:
> 
> Reviewed-by: Eric Anholt <eric at anholt.net>
> 

thanks for the review!

// Tapani


More information about the mesa-dev mailing list