Re: [Mesa-dev] [PATCH] mesa: expose NV_conditional_render on GLES

2018-11-05 Thread Erik Faye-Lund
On Mon, 2018-11-05 at 12:29 -0500, Ilia Mirkin wrote: > I doesn't need ES 3.0, just EXT_occlusion_query_boolean, which mesa > happens to support. Whoops, I don't know how I missed that fact. Yeah, you're right, ES 2.0 should be enough. > Are there any drivers that support conditional > render but

Re: [Mesa-dev] [PATCH] mesa: expose NV_conditional_render on GLES

2018-11-05 Thread Ilia Mirkin
I doesn't need ES 3.0, just EXT_occlusion_query_boolean, which mesa happens to support. Are there any drivers that support conditional render but not ARB_occlusion_query? (I don't think that's really possible given that the feature is basically designed for occlusion queries...) On Mon, Nov 5, 2018

[Mesa-dev] [PATCH] mesa: expose NV_conditional_render on GLES

2018-11-05 Thread Erik Faye-Lund
The extension spec has been updated to include GLES 3 support, so let's enable it there. Signed-off-by: Erik Faye-Lund --- This patch can be tested with this piglit-series: https://patchwork.freedesktop.org/series/52039/ src/mapi/glapi/gen/NV_conditional_render.xml | 4 ++-- src/mesa/main/exte