summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_state.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2015-10-22 22:18:49 +0200
committerMarek Olšák <[email protected]>2015-10-24 00:01:20 +0200
commit50bb2decf70b59ac8021048c0f8baf05ab3766f6 (patch)
tree8b04d04022027e86cf9bb04fe88fd3ea54cf2fe3 /src/gallium/drivers/radeonsi/si_state.h
parented95cb3a310951c9623fa6757226359c60fa7375 (diff)
radeonsi: add draw_vbo check for a NULL pixel shader
Reviewed-by: Michel Dänzer <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi/si_state.h')
-rw-r--r--src/gallium/drivers/radeonsi/si_state.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeonsi/si_state.h b/src/gallium/drivers/radeonsi/si_state.h
index fba6619d2fd..8b9a311cd3f 100644
--- a/src/gallium/drivers/radeonsi/si_state.h
+++ b/src/gallium/drivers/radeonsi/si_state.h
@@ -61,6 +61,7 @@ struct si_state_rasterizer {
bool poly_smooth;
bool uses_poly_offset;
bool clamp_fragment_color;
+ bool rasterizer_discard;
};
struct si_dsa_stencil_ref_part {