diff options
author | Chris Forbes <[email protected]> | 2013-02-16 22:34:22 +1300 |
---|---|---|
committer | Chris Forbes <[email protected]> | 2013-03-31 22:19:32 +1300 |
commit | 9cbfe98bfc6095b0d9e13c33440c687983218a76 (patch) | |
tree | 8cb272c193bf408d1a8c85e863ac259cdef853d6 /src/mesa/main/extensions.c | |
parent | 719974b54c292a507b5600bcfe1f259c2938e963 (diff) |
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]>
Diffstat (limited to 'src/mesa/main/extensions.c')
-rw-r--r-- | src/mesa/main/extensions.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c index 3116692a5e6..c7f038b8808 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 }, |