From c571395e5d768b46bef511d89af641d55cd2ad98 Mon Sep 17 00:00:00 2001 From: Cooper Yuan Date: Thu, 2 Jul 2009 16:52:11 +0800 Subject: [PATCH] R6xx/r7xx: Fix line width issue, ROUND_MODE and QUANT_MODE aren't bits of LINE_CNTL --- src/mesa/drivers/dri/r600/r700_state.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/mesa/drivers/dri/r600/r700_state.c b/src/mesa/drivers/dri/r600/r700_state.c index a98ffed..d251b99 100644 --- a/src/mesa/drivers/dri/r600/r700_state.c +++ b/src/mesa/drivers/dri/r600/r700_state.c @@ -1115,10 +1115,6 @@ void r700InitState(GLcontext * ctx) //------------------- /* Set up line control */ SETfield(r700->PA_SU_LINE_CNTL.u32All, 0x8, PA_SU_LINE_CNTL__WIDTH_shift, PA_SU_LINE_CNTL__WIDTH_mask); - SETfield(r700->PA_SU_LINE_CNTL.u32All, 0x2, - PA_SU_VTX_CNTL__ROUND_MODE_shift, PA_SU_VTX_CNTL__ROUND_MODE_mask); - SETfield(r700->PA_SU_LINE_CNTL.u32All, 0x5, - QUANT_MODE_shift, QUANT_MODE_mask); r700->PA_SC_LINE_CNTL.u32All = 0; CLEARbit(r700->PA_SC_LINE_CNTL.u32All, EXPAND_LINE_WIDTH_bit); -- 2.7.4