mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
mesa: Tracking for ARB_texture_view extension
Signed-off-by: Courtney Goeltzenleuchter <courtney@LunarG.com> Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
parent
d77d2af20a
commit
2e8493af51
2 changed files with 2 additions and 0 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
|
|
@ -3378,6 +3378,7 @@ struct gl_extensions
|
|||
GLboolean ARB_texture_query_lod;
|
||||
GLboolean ARB_texture_rg;
|
||||
GLboolean ARB_texture_rgb10_a2ui;
|
||||
GLboolean ARB_texture_view;
|
||||
GLboolean ARB_timer_query;
|
||||
GLboolean ARB_transform_feedback2;
|
||||
GLboolean ARB_transform_feedback3;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue