diff options
author | Martin Peres <[email protected]> | 2015-04-27 20:05:14 +0300 |
---|---|---|
committer | Martin Peres <[email protected]> | 2015-08-20 14:00:44 +0300 |
commit | 3d93f65ef2dbecbf615ee8041d92354ae660d71b (patch) | |
tree | 26b93ac5bd5f6afe213ec8e6d070801a9e80630a /src/mesa/main/extensions.c | |
parent | f6c622f58432b0c3cb80bc2ed41e314abf876e03 (diff) |
main: add extension GL_ARB_shader_image_size
Reviewed-by: Edward O'Callaghan <[email protected]>
Reviewed-by: Francisco Jerez <[email protected]>
Signed-off-by: Martin Peres <[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 017de2d1614..4a3c231e36f 100644 --- a/src/mesa/main/extensions.c +++ b/src/mesa/main/extensions.c @@ -153,6 +153,7 @@ static const struct extension extension_table[] = { { "GL_ARB_shader_atomic_counters", o(ARB_shader_atomic_counters), GL, 2011 }, { "GL_ARB_shader_bit_encoding", o(ARB_shader_bit_encoding), GL, 2010 }, { "GL_ARB_shader_image_load_store", o(ARB_shader_image_load_store), GL, 2011 }, + { "GL_ARB_shader_image_size", o(ARB_shader_image_size), GL, 2012 }, { "GL_ARB_shader_objects", o(dummy_true), GL, 2002 }, { "GL_ARB_shader_precision", o(ARB_shader_precision), GL, 2010 }, { "GL_ARB_shader_stencil_export", o(ARB_shader_stencil_export), GL, 2009 }, |