diff options
author | Nicolai Hähnle <[email protected]> | 2017-03-30 11:17:47 +0200 |
---|---|---|
committer | Nicolai Hähnle <[email protected]> | 2017-04-05 15:25:48 +0200 |
commit | b8440ec9fa1ddaf33b590fcf9120122e3acbf497 (patch) | |
tree | 984ad1db731970f3efce41c1991ee8029d944ffb /src/compiler/glsl/glsl_parser_extras.h | |
parent | 4fdb691f109bee26e172b0358b26e7436aee3b23 (diff) |
glsl: add ARB_shader_ballot enable
Reviewed-by: Marek Olšák <[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 af08bb27170..6c3bc8a9173 100644 --- a/src/compiler/glsl/glsl_parser_extras.h +++ b/src/compiler/glsl/glsl_parser_extras.h @@ -632,6 +632,8 @@ struct _mesa_glsl_parse_state { bool ARB_shader_atomic_counter_ops_warn; bool ARB_shader_atomic_counters_enable; bool ARB_shader_atomic_counters_warn; + bool ARB_shader_ballot_enable; + bool ARB_shader_ballot_warn; bool ARB_shader_bit_encoding_enable; bool ARB_shader_bit_encoding_warn; bool ARB_shader_clock_enable; |