Module: Mesa
Branch: master
Commit: ff59700d29bb5db0010c3f7508336bf66a03d11f
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=ff59700d29bb5db0010c3f7508336bf66a03d11f

Author: Ian Romanick <[email protected]>
Date:   Tue Nov 17 15:32:10 2015 -0800

mesa: Extension tracking for EXT_shader_samples_indentical

Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Reviewed-by: Chris Forbes <[email protected]>

---

 src/mesa/main/extensions_table.h |    1 +
 src/mesa/main/mtypes.h           |    1 +
 2 files changed, 2 insertions(+)

diff --git a/src/mesa/main/extensions_table.h b/src/mesa/main/extensions_table.h
index 2075168..7facc7f 100644
--- a/src/mesa/main/extensions_table.h
+++ b/src/mesa/main/extensions_table.h
@@ -212,6 +212,7 @@ EXT(EXT_secondary_color                     , dummy_true
 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,  x ,  30, 2013)
+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)
 EXT(EXT_stencil_wrap                        , dummy_true                       
      , GLL,  x ,  x ,  x , 2002)
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index 4efdf1e..65276f9 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -3761,6 +3761,7 @@ struct gl_extensions
    GLboolean EXT_polygon_offset_clamp;
    GLboolean EXT_provoking_vertex;
    GLboolean EXT_shader_integer_mix;
+   GLboolean EXT_shader_samples_identical;
    GLboolean EXT_stencil_two_side;
    GLboolean EXT_texture_array;
    GLboolean EXT_texture_compression_latc;

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to