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
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
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