From f5832f3f9dd0ac0b401d351acab19425fe3c1187 Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Sun, 15 Mar 2015 18:53:50 +0100 Subject: radeonsi: move PA_SU_SC_MODE_CNTL to rasterizer state MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- src/gallium/drivers/radeonsi/si_state.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gallium/drivers/radeonsi/si_state.h') 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; -- cgit v1.2.3