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

Author: Chris Forbes <[email protected]>
Date:   Sat Feb 16 22:34:22 2013 +1300

mesa: add enable bit for ARB_texture_storage_multisample

Signed-off-by: Chris Forbes <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Reviewed-by: Brian Paul <[email protected]>

---

 src/mesa/main/extensions.c |    1 +
 src/mesa/main/mtypes.h     |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c
index 3116692..c7f038b 100644
--- a/src/mesa/main/extensions.c
+++ b/src/mesa/main/extensions.c
@@ -149,6 +149,7 @@ static const struct extension extension_table[] = {
    { "GL_ARB_texture_rgb10_a2ui",                  o(ARB_texture_rgb10_a2ui),  
                GL,             2009 },
    { "GL_ARB_texture_rg",                          o(ARB_texture_rg),          
                GL,             2008 },
    { "GL_ARB_texture_storage",                     o(ARB_texture_storage),     
                GL,             2011 },
+   { "GL_ARB_texture_storage_multisample",         
o(ARB_texture_storage_multisample),         GL,             2012 },
    { "GL_ARB_texture_swizzle",                     o(EXT_texture_swizzle),     
                GL,             2008 },
    { "GL_ARB_timer_query",                         o(ARB_timer_query),         
                GL,             2010 },
    { "GL_ARB_transform_feedback2",                 o(ARB_transform_feedback2), 
                GL,             2010 },
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index e47e835..ace6938 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -2996,6 +2996,7 @@ struct gl_extensions
    GLboolean ARB_texture_rg;
    GLboolean ARB_texture_rgb10_a2ui;
    GLboolean ARB_texture_storage;
+   GLboolean ARB_texture_storage_multisample;
    GLboolean ARB_timer_query;
    GLboolean ARB_transform_feedback2;
    GLboolean ARB_transform_feedback3;

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

Reply via email to