mesa: Don't expose GL_EXT_shader_integer_mix in GLES 1.x
authorIan Romanick <ian.d.romanick@intel.com>
Tue, 17 Nov 2015 23:27:59 +0000 (15:27 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Thu, 19 Nov 2015 02:35:56 +0000 (18:35 -0800)
There are no shaders, so it doesn't even make sense to expose the
extension.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
Cc: Nanley Chery <nanley.g.chery@intel.com>
src/mesa/main/extensions_table.h

index d12fd9f1c8df4b62eaa29b117dcd087f48adac99..8685a891951788c30dee80f3bcd6c96ce04d5d54 100644 (file)
@@ -176,7 +176,7 @@ EXT(EXT_rescale_normal                      , dummy_true
 EXT(EXT_secondary_color                     , dummy_true                             , GLL,  x ,  x ,  x , 1999)
 EXT(EXT_separate_shader_objects             , dummy_true                             ,  x ,  x ,  x , ES2, 2013)
 EXT(EXT_separate_specular_color             , dummy_true                             , GLL,  x ,  x ,  x , 1997)
-EXT(EXT_shader_integer_mix                  , EXT_shader_integer_mix                 , GLL, GLC, ES1,  30, 2013)
+EXT(EXT_shader_integer_mix                  , EXT_shader_integer_mix                 , GLL, GLC,  x ,  30, 2013)
 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)
 EXT(EXT_stencil_wrap                        , dummy_true                             , GLL,  x ,  x ,  x , 2002)