summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_state.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2015-03-15 18:53:50 +0100
committerMarek Olšák <[email protected]>2015-03-16 12:54:19 +0100
commitf5832f3f9dd0ac0b401d351acab19425fe3c1187 (patch)
treeffbabcdab35c69a23161bbce73869a0879ad08cd /src/gallium/drivers/radeonsi/si_state.h
parent98a23982227dce29b015dcb5a867d05f2bee4388 (diff)
radeonsi: move PA_SU_SC_MODE_CNTL to rasterizer state
This requires enabling the optional GL provoking vertex behavior for quads. + some cosmetic changes, so that the register is set exactly the same as on r600. 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, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeonsi/si_state.h b/src/gallium/drivers/radeonsi/si_state.h
index 27dd2c30d96..2f8a943846a 100644
--- a/src/gallium/drivers/radeonsi/si_state.h
+++ b/src/gallium/drivers/radeonsi/si_state.h
@@ -62,7 +62,6 @@ struct si_state_rasterizer {
bool line_stipple_enable;
unsigned sprite_coord_enable;
unsigned pa_sc_line_stipple;
- unsigned pa_su_sc_mode_cntl;
unsigned pa_cl_clip_cntl;
unsigned clip_plane_enable;
float offset_units;