Mesa (master): radeonsi: emit PA_SU_PRIM_FILTER_CNTL

Christian König deathsimple at kemper.freedesktop.org
Mon Oct 1 08:30:00 UTC 2012


Module: Mesa
Branch: master
Commit: 304beb81bb53f327e835250dc4bf141dff61f535
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=304beb81bb53f327e835250dc4bf141dff61f535

Author: Alex Deucher <alexander.deucher at amd.com>
Date:   Fri Sep 28 19:04:44 2012 -0400

radeonsi: emit PA_SU_PRIM_FILTER_CNTL

has no default value.

Signed-off-by: Alex Deucher <alexander.deucher at amd.com>
Reviewed-by: Christian König <deathsimple at vodafone.de>

---

 src/gallium/drivers/radeonsi/si_state.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/gallium/drivers/radeonsi/si_state.c b/src/gallium/drivers/radeonsi/si_state.c
index b6e37fb..d8b091e 100644
--- a/src/gallium/drivers/radeonsi/si_state.c
+++ b/src/gallium/drivers/radeonsi/si_state.c
@@ -2622,5 +2622,7 @@ void si_init_config(struct r600_context *rctx)
 
 	si_pm4_set_reg(pm4, R_028804_DB_EQAA, 0x110000);
 
+	si_pm4_set_reg(pm4, R_02882C_PA_SU_PRIM_FILTER_CNTL, 0);
+
 	si_pm4_set_state(rctx, init, pm4);
 }




More information about the mesa-commit mailing list