diff options
author | Paul Berry <[email protected]> | 2014-01-06 09:09:07 -0800 |
---|---|---|
committer | Paul Berry <[email protected]> | 2014-02-05 08:59:37 -0800 |
commit | b7d05a58ae3655730f84c9786439e2461cdb77da (patch) | |
tree | 2da6f946234b44da0b8290dbdbf643d869ec492d /src/glsl/glsl_parser_extras.h | |
parent | 4a7da3bec5961bd82c520e1f5e363cbd2fa8fb77 (diff) |
mesa/cs: Add extension enable flags for ARB_compute_shader.
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/glsl/glsl_parser_extras.h')
-rw-r--r-- | src/glsl/glsl_parser_extras.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/glsl/glsl_parser_extras.h b/src/glsl/glsl_parser_extras.h index 8a4cbf14c91..6c0034d5008 100644 --- a/src/glsl/glsl_parser_extras.h +++ b/src/glsl/glsl_parser_extras.h @@ -356,6 +356,8 @@ struct _mesa_glsl_parse_state { bool AMD_shader_trinary_minmax_warn; bool ARB_viewport_array_enable; bool ARB_viewport_array_warn; + bool ARB_compute_shader_enable; + bool ARB_compute_shader_warn; /*@}*/ /** Extensions supported by the OpenGL implementation. */ |