diff options
author | Courtney Goeltzenleuchter <[email protected]> | 2013-11-04 13:18:55 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2013-12-13 12:31:53 -0700 |
commit | 2e8493af51477d3ce40e0d11e4b8ee20d4cc6477 (patch) | |
tree | 1386bbeccbd4f33dbe38ffc941dd6c0f5a310755 /src/mesa/main/extensions.c | |
parent | d77d2af20a978972d74dcaa6c1099be02578f247 (diff) |
mesa: Tracking for ARB_texture_view extension
Signed-off-by: Courtney Goeltzenleuchter <[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 0828c60dce6..cc85f7886d8 100644 --- a/src/mesa/main/extensions.c +++ b/src/mesa/main/extensions.c @@ -158,6 +158,7 @@ static const struct extension extension_table[] = { { "GL_ARB_texture_rg", o(ARB_texture_rg), GL, 2008 }, { "GL_ARB_texture_storage", o(dummy_true), GL, 2011 }, { "GL_ARB_texture_storage_multisample", o(ARB_texture_multisample), GL, 2012 }, + { "GL_ARB_texture_view", o(ARB_texture_view), 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 }, |