Re: [Mesa-dev] [PATCH] mesa: remove OES_shader_io_blocks enable

2016-08-28 Thread Ian Romanick
Reviewed-by: Ian Romanick On 08/27/2016 02:20 PM, Ilia Mirkin wrote: > This extension should just be available whenever ES 3.1 is available. > With the new extension verification infrastructure, it will only be > enable-able on a #version 310 es shader, rendering the original reason > for having

[Mesa-dev] [PATCH] mesa: remove OES_shader_io_blocks enable

2016-08-27 Thread Ilia Mirkin
This extension should just be available whenever ES 3.1 is available. With the new extension verification infrastructure, it will only be enable-able on a #version 310 es shader, rendering the original reason for having a separate enable moot. Signed-off-by: Ilia Mirkin --- src/mesa/drivers/dri/