From 039d836d6ea5621ede88ff3504be841a6dd865c6 Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Wed, 30 Nov 2016 14:47:41 +0000 Subject: mesa: add support for GL_INTEL_conservative_rasterization Signed-off-by: Lionel Landwerlin Reviewed-by: Chris Forbes --- src/compiler/glsl/glsl_parser_extras.h | 4 ++++ 1 file changed, 4 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 4277d43aa72..d6fc37777e4 100644 --- a/src/compiler/glsl/glsl_parser_extras.h +++ b/src/compiler/glsl/glsl_parser_extras.h @@ -761,6 +761,8 @@ struct _mesa_glsl_parse_state { bool EXT_texture_buffer_warn; bool EXT_texture_cube_map_array_enable; bool EXT_texture_cube_map_array_warn; + bool INTEL_conservative_rasterization_enable; + bool INTEL_conservative_rasterization_warn; bool MESA_shader_framebuffer_fetch_enable; bool MESA_shader_framebuffer_fetch_warn; bool MESA_shader_framebuffer_fetch_non_coherent_enable; @@ -788,6 +790,8 @@ struct _mesa_glsl_parse_state { bool fs_early_fragment_tests; + bool fs_inner_coverage; + bool fs_post_depth_coverage; unsigned fs_blend_support; -- cgit v1.2.3