From: Oliver McFadden Date: Sun, 6 May 2007 11:36:24 +0000 (+0000) Subject: r300: Use the defined values for R300_VAP_CNTL_STATUS. X-Git-Tag: 062012170305~19416^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=62cbe6c3f3ba972c653d00c3f3797dde576c29fa;p=profile%2Fivi%2Fmesa.git r300: Use the defined values for R300_VAP_CNTL_STATUS. --- diff --git a/src/mesa/drivers/dri/r300/r300_state.c b/src/mesa/drivers/dri/r300/r300_state.c index a1e2d52..2a1b6c3 100644 --- a/src/mesa/drivers/dri/r300/r300_state.c +++ b/src/mesa/drivers/dri/r300/r300_state.c @@ -1962,9 +1962,9 @@ void r300ResetHwState(r300ContextPtr r300) r300->hw.unk2134.cmd[1] = 0x00FFFFFF; r300->hw.unk2134.cmd[2] = 0x00000000; if (_mesa_little_endian()) - r300->hw.vap_cntl_status.cmd[1] = 0x00000000; + r300->hw.vap_cntl_status.cmd[1] = R300_VC_NO_SWAP; else - r300->hw.vap_cntl_status.cmd[1] = 0x00000002; + r300->hw.vap_cntl_status.cmd[1] = R300_VC_32BIT_SWAP; /* disable VAP/TCL on non-TCL capable chips */ if (!has_tcl)