summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/extensions_table.h
diff options
context:
space:
mode:
authorIlia Mirkin <imirkin@alum.mit.edu>2016-08-27 17:18:55 -0400
committerIlia Mirkin <imirkin@alum.mit.edu>2016-08-28 21:38:55 -0400
commit4ec1c2bb7f4ed4238ce80e25f93dd1120201aaec (patch)
tree1b904ec78731cfbf713a76f0d2d30aadd8d47c53 /src/mesa/main/extensions_table.h
parent89e95d15f96241e2851029dea80679d31798dc08 (diff)
downloadexternal_mesa3d-4ec1c2bb7f4ed4238ce80e25f93dd1120201aaec.zip
external_mesa3d-4ec1c2bb7f4ed4238ce80e25f93dd1120201aaec.tar.gz
external_mesa3d-4ec1c2bb7f4ed4238ce80e25f93dd1120201aaec.tar.bz2
mesa: remove OES_shader_io_blocks enable
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 <imirkin@alum.mit.edu> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Diffstat (limited to 'src/mesa/main/extensions_table.h')
-rw-r--r--src/mesa/main/extensions_table.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/extensions_table.h b/src/mesa/main/extensions_table.h
index a3fcad5..0a0d9a2 100644
--- a/src/mesa/main/extensions_table.h
+++ b/src/mesa/main/extensions_table.h
@@ -231,7 +231,7 @@ EXT(EXT_separate_shader_objects , dummy_true
EXT(EXT_separate_specular_color , dummy_true , GLL, x , x , x , 1997)
EXT(EXT_shader_framebuffer_fetch , MESA_shader_framebuffer_fetch , x , x , x , ES2, 2013)
EXT(EXT_shader_integer_mix , EXT_shader_integer_mix , GLL, GLC, x , 30, 2013)
-EXT(EXT_shader_io_blocks , OES_shader_io_blocks , x , x , x , 31, 2014)
+EXT(EXT_shader_io_blocks , dummy_true , x , x , x , 31, 2014)
EXT(EXT_shader_samples_identical , EXT_shader_samples_identical , GLL, GLC, x , 31, 2015)
EXT(EXT_shadow_funcs , ARB_shadow , GLL, x , x , x , 2002)
EXT(EXT_stencil_two_side , EXT_stencil_two_side , GLL, x , x , x , 2001)
@@ -357,7 +357,7 @@ EXT(OES_rgb8_rgba8 , dummy_true
EXT(OES_sample_shading , OES_sample_variables , x , x , x , 30, 2014)
EXT(OES_sample_variables , OES_sample_variables , x , x , x , 30, 2014)
EXT(OES_shader_image_atomic , ARB_shader_image_load_store , x , x , x , 31, 2015)
-EXT(OES_shader_io_blocks , OES_shader_io_blocks , x , x , x , 31, 2014)
+EXT(OES_shader_io_blocks , dummy_true , x , x , x , 31, 2014)
EXT(OES_shader_multisample_interpolation , OES_sample_variables , x , x , x , 30, 2014)
EXT(OES_single_precision , dummy_true , x , x , ES1, x , 2003)
EXT(OES_standard_derivatives , OES_standard_derivatives , x , x , x , ES2, 2005)