From: Marek Olšák Date: Fri, 6 Feb 2015 17:00:50 +0000 (+0100) Subject: radeonsi: small fix in SPI state X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a27b74819ad375e8c0bc88e13f42c951d2b5cd6a;p=mesa.git radeonsi: small fix in SPI state Cc: 10.5 10.4 Reviewed-by: Michel Dänzer --- diff --git a/src/gallium/drivers/radeonsi/si_state_shaders.c b/src/gallium/drivers/radeonsi/si_state_shaders.c index 27ccc8e5034..dea99ea92b8 100644 --- a/src/gallium/drivers/radeonsi/si_state_shaders.c +++ b/src/gallium/drivers/radeonsi/si_state_shaders.c @@ -662,8 +662,10 @@ bcolor: } if (j == vsinfo->num_outputs) { - /* No corresponding output found, load defaults into input */ - tmp |= S_028644_OFFSET(0x20); + /* No corresponding output found, load defaults into input. + * Don't set any other bits. + * (FLAT_SHADE=1 completely changes behavior) */ + tmp = S_028644_OFFSET(0x20); } si_pm4_set_reg(pm4,