summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_ioctl.c
diff options
context:
space:
mode:
authorOliver McFadden <z3ro.geek@gmail.com>2007-03-13 00:48:17 +0000
committerOliver McFadden <z3ro.geek@gmail.com>2007-03-13 00:48:17 +0000
commit0c750ca98de5a08c0fe4c513a741c78b7bab80e3 (patch)
tree273327618a80d26d6cb988850315b84f04e79b40 /src/mesa/drivers/dri/r300/r300_ioctl.c
parent708d836e6b785764692c485e6cdf42f2b50fcf86 (diff)
Guess another unknown register used for R300 pacification.
Diffstat (limited to 'src/mesa/drivers/dri/r300/r300_ioctl.c')
-rw-r--r--src/mesa/drivers/dri/r300/r300_ioctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_ioctl.c b/src/mesa/drivers/dri/r300/r300_ioctl.c
index 6fa34ee482..41114a875d 100644
--- a/src/mesa/drivers/dri/r300/r300_ioctl.c
+++ b/src/mesa/drivers/dri/r300/r300_ioctl.c
@@ -165,7 +165,7 @@ static void r300ClearBuffer(r300ContextPtr r300, int flags, int buffer)
e32(0x0000000a);
- reg_start(0x4f18,0);
+ reg_start(R300_RB3D_ZCACHE_CTLSTAT,0);
e32(0x00000003);
cp_wait(rmesa, R300_WAIT_3D | R300_WAIT_3D_CLEAN);
}