From 4b6819b407220f5d7d97a40ed9474d7673448370 Mon Sep 17 00:00:00 2001 From: Ilia Mirkin Date: Fri, 1 Apr 2016 22:51:39 -0400 Subject: glsl: process blend_support_* qualifiers v2 (Ken): Add a BLEND_NONE enum value (no qualifiers in use). v3 (Ken): Rename gl_blend_support_qualifier to gl_advanced_blend_mode. v4 (Ken): Mark map[] as static const (Ilia). Signed-off-by: Ilia Mirkin Reviewed-by: Kenneth Graunke Reviewed-by: Francisco Jerez --- src/compiler/glsl/glsl_parser_extras.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/compiler/glsl/glsl_parser_extras.h') diff --git a/src/compiler/glsl/glsl_parser_extras.h b/src/compiler/glsl/glsl_parser_extras.h index ad29149093a..f8136092494 100644 --- a/src/compiler/glsl/glsl_parser_extras.h +++ b/src/compiler/glsl/glsl_parser_extras.h @@ -746,6 +746,8 @@ struct _mesa_glsl_parse_state { bool fs_early_fragment_tests; + unsigned fs_blend_support; + /** * For tessellation control shaders, size of the most recently seen output * declaration that was a sized array, or 0 if no sized output array -- cgit v1.2.3