diff options
author | Alex Deucher <[email protected]> | 2008-05-02 12:48:39 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2008-05-02 12:48:39 -0400 |
commit | 734ef96d5f7dae620115f328296d7e560e624042 (patch) | |
tree | a5561169b8356b7e5fc1c5483f6bdb1d66cdecf8 /src/mesa/drivers/dri/r300/r300_state.c | |
parent | db1fc51ccc24745e83bd2f635bed97787873341b (diff) |
R300: cleanup VAP_CLIP_CNTL
Diffstat (limited to 'src/mesa/drivers/dri/r300/r300_state.c')
-rw-r--r-- | src/mesa/drivers/dri/r300/r300_state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_state.c b/src/mesa/drivers/dri/r300/r300_state.c index 57ff9e9a73f..27615fd5687 100644 --- a/src/mesa/drivers/dri/r300/r300_state.c +++ b/src/mesa/drivers/dri/r300/r300_state.c @@ -2035,7 +2035,7 @@ static void r300ResetHwState(r300ContextPtr r300) /* XXX: Other families? */ if (has_tcl) { - r300->hw.vap_clip_cntl.cmd[1] = R300_221C_NORMAL; + r300->hw.vap_clip_cntl.cmd[1] = R300_PS_UCP_MODE_DIST_COP; r300->hw.vap_clip.cmd[1] = r300PackFloat32(1.0); /* X */ r300->hw.vap_clip.cmd[2] = r300PackFloat32(1.0); /* X */ |