diff options
author | Ilia Mirkin <[email protected]> | 2016-05-23 21:38:38 -0400 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2016-05-23 22:22:06 -0400 |
commit | 979bcb9f4288564fb6c5807bcfbfd0a78176c3ef (patch) | |
tree | 3745984ea430424246cf087b03565f6a4dfb51ca /src/compiler/glsl/glsl_parser_extras.h | |
parent | f236f1f506f06440886450392f01992998fca7af (diff) |
glsl: add EXT_clip_cull_distance support based on ARB_cull_distance
Signed-off-by: Ilia Mirkin <[email protected]>
Reviewed-by: Dave Airlie <[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 aaf12dddff0..3ae3c82a70d 100644 --- a/src/compiler/glsl/glsl_parser_extras.h +++ b/src/compiler/glsl/glsl_parser_extras.h @@ -639,6 +639,8 @@ struct _mesa_glsl_parse_state { bool AMD_vertex_shader_viewport_index_warn; bool EXT_blend_func_extended_enable; bool EXT_blend_func_extended_warn; + bool EXT_clip_cull_distance_enable; + bool EXT_clip_cull_distance_warn; bool EXT_draw_buffers_enable; bool EXT_draw_buffers_warn; bool EXT_gpu_shader5_enable; |