diff options
author | Ilia Mirkin <[email protected]> | 2015-08-27 23:01:29 -0400 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2015-09-10 17:37:05 -0400 |
commit | 6efae687b7ef46eb1f738f1bc2acbde1805e364b (patch) | |
tree | 0937f2bfbdcd0d25208c667fa6b9ec37114fac4a /src/mesa/main/extensions.c | |
parent | 284dcad20a9a55278c1d3dd98f53e45650b22896 (diff) |
mesa: add infra for ARB_shader_texture_image_samples
Signed-off-by: Ilia Mirkin <[email protected]>
Reviewed-by: Ian Romanick <[email protected]>
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 a57d5baeafd..1f7d5420fff 100644 --- a/src/mesa/main/extensions.c +++ b/src/mesa/main/extensions.c @@ -159,6 +159,7 @@ static const struct extension extension_table[] = { { "GL_ARB_shader_stencil_export", o(ARB_shader_stencil_export), GL, 2009 }, { "GL_ARB_shader_storage_buffer_object", o(ARB_shader_storage_buffer_object), GL, 2012 }, { "GL_ARB_shader_subroutine", o(ARB_shader_subroutine), GLC, 2010 }, + { "GL_ARB_shader_texture_image_samples", o(ARB_shader_texture_image_samples), GL, 2014 }, { "GL_ARB_shader_texture_lod", o(ARB_shader_texture_lod), GL, 2009 }, { "GL_ARB_shading_language_100", o(dummy_true), GLL, 2003 }, { "GL_ARB_shading_language_packing", o(ARB_shading_language_packing), GL, 2011 }, |