summaryrefslogtreecommitdiffstats
path: root/src/glsl/glsl_parser_extras.h
diff options
context:
space:
mode:
authorFrancisco Jerez <[email protected]>2014-02-12 16:54:40 +0100
committerFrancisco Jerez <[email protected]>2014-02-12 18:39:48 +0100
commit9e611fc72dc80abd7bc1fec7863eb1fccb833930 (patch)
treefed4488a9c3ce8ca29026d22a3473b8941ae06a9 /src/glsl/glsl_parser_extras.h
parent9afbd04d892f96e7fc6b689ca57ea5da124f7560 (diff)
glsl: Add ARB_shader_image_load_store extension enables.
Reviewed-by: Paul Berry <[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 7d661473d04..2083d555f67 100644
--- a/src/glsl/glsl_parser_extras.h
+++ b/src/glsl/glsl_parser_extras.h
@@ -377,6 +377,8 @@ struct _mesa_glsl_parse_state {
bool ARB_viewport_array_warn;
bool ARB_compute_shader_enable;
bool ARB_compute_shader_warn;
+ bool ARB_shader_image_load_store_enable;
+ bool ARB_shader_image_load_store_warn;
/*@}*/
/** Extensions supported by the OpenGL implementation. */