summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/mtypes.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/mtypes.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/mtypes.h')
-rw-r--r--src/mesa/main/mtypes.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index fceed95..4013ca7 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -3941,7 +3941,6 @@ struct gl_extensions
GLboolean EXT_window_rectangles;
GLboolean OES_copy_image;
GLboolean OES_sample_variables;
- GLboolean OES_shader_io_blocks;
GLboolean OES_standard_derivatives;
GLboolean OES_texture_buffer;
GLboolean OES_texture_cube_map_array;