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

2018-11-07 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Wed, Nov 7, 2018 at 4:19 PM Erik Faye-Lund wrote: > The extension spec has been updated to include GLES 2 support, so let's > enable it there. > > Signed-off-by: Erik Faye-Lund > --- > Here's a V2 of this patch. The only difference is that this also expose >

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

2018-11-07 Thread Erik Faye-Lund
The extension spec has been updated to include GLES 2 support, so let's enable it there. Signed-off-by: Erik Faye-Lund --- Here's a V2 of this patch. The only difference is that this also expose the extension on ES2. The piglit patches has also been updated: https://patchwork.freedesktop.org/seri