summaryrefslogtreecommitdiffstats
path: root/src/glsl/glsl_parser_extras.h
diff options
context:
space:
mode:
authorMartin Peres <[email protected]>2015-04-27 20:05:14 +0300
committerMartin Peres <[email protected]>2015-08-20 14:00:44 +0300
commit3d93f65ef2dbecbf615ee8041d92354ae660d71b (patch)
tree26b93ac5bd5f6afe213ec8e6d070801a9e80630a /src/glsl/glsl_parser_extras.h
parentf6c622f58432b0c3cb80bc2ed41e314abf876e03 (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/glsl/glsl_parser_extras.h')
-rw-r--r--src/glsl/glsl_parser_extras.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/glsl/glsl_parser_extras.h b/src/glsl/glsl_parser_extras.h
index e3cdbc5ee2b..e2145bea5fa 100644
--- a/src/glsl/glsl_parser_extras.h
+++ b/src/glsl/glsl_parser_extras.h
@@ -500,6 +500,8 @@ struct _mesa_glsl_parse_state {
bool ARB_shader_bit_encoding_warn;
bool ARB_shader_image_load_store_enable;
bool ARB_shader_image_load_store_warn;
+ bool ARB_shader_image_size_enable;
+ bool ARB_shader_image_size_warn;
bool ARB_shader_precision_enable;
bool ARB_shader_precision_warn;
bool ARB_shader_stencil_export_enable;