diff options
author | Fabian Bieler <[email protected]> | 2014-09-21 13:40:42 +1200 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2015-02-17 22:06:19 -0800 |
commit | 599cbe5508ccb246fe06b64116c84ce976165fed (patch) | |
tree | af941470482979642b11cd131af74af0581e5389 /src/mesa/main/extensions.c | |
parent | d523fefa756eef9c7a2c0d91cf4c2df10b89ed2a (diff) |
mesa: Add ARB_tessellation_shader to extension table.
Reviewed-by: Kenneth Graunke <[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 685236a9194..c4293e7e79d 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_stencil_texturing", o(ARB_stencil_texturing), GL, 2012 }, { "GL_ARB_sync", o(ARB_sync), GL, 2003 }, { "GL_ARB_texture_barrier", o(NV_texture_barrier), GL, 2014 }, + { "GL_ARB_tessellation_shader", o(ARB_tessellation_shader), GLC, 2009 }, { "GL_ARB_texture_border_clamp", o(ARB_texture_border_clamp), GLL, 2000 }, { "GL_ARB_texture_buffer_object", o(ARB_texture_buffer_object), GLC, 2008 }, { "GL_ARB_texture_buffer_object_rgb32", o(ARB_texture_buffer_object_rgb32), GLC, 2009 }, |