diff options
author | Ilia Mirkin <[email protected]> | 2016-02-19 23:07:38 -0500 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2016-03-10 22:34:46 -0500 |
commit | 075a5742bf65b35d19a1d86346db1c02f6dba9b2 (patch) | |
tree | 93f9a1e06a998ccb687ec92f27d73475707f855f /src/compiler/glsl/glsl_parser_extras.h | |
parent | a8819fb1fff4fa64ff6aef9435682fe7633cd2a4 (diff) |
mesa: add GL_ARB_shader_atomic_counter_ops support
Signed-off-by: Ilia Mirkin <[email protected]>
Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/compiler/glsl/glsl_parser_extras.h')
-rw-r--r-- | src/compiler/glsl/glsl_parser_extras.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compiler/glsl/glsl_parser_extras.h b/src/compiler/glsl/glsl_parser_extras.h index 74825a0bd35..12a3a46928c 100644 --- a/src/compiler/glsl/glsl_parser_extras.h +++ b/src/compiler/glsl/glsl_parser_extras.h @@ -533,6 +533,8 @@ struct _mesa_glsl_parse_state { bool ARB_sample_shading_warn; bool ARB_separate_shader_objects_enable; bool ARB_separate_shader_objects_warn; + bool ARB_shader_atomic_counter_ops_enable; + bool ARB_shader_atomic_counter_ops_warn; bool ARB_shader_atomic_counters_enable; bool ARB_shader_atomic_counters_warn; bool ARB_shader_bit_encoding_enable; |