summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2006-04-28 02:55:08 +0000
committerEric Anholt <anholt@freebsd.org>2006-04-28 02:55:08 +0000
commiteb841974d041b19461b7fb726687df8938b2e39b (patch)
treecb000a6cfcfa55e2145b2d4c406667fa493fa654 /ChangeLog
parent85e2ee6de6fd347aad66785ec7119f92013cd994 (diff)
Bug #6761: Fix font rendering in non-DRI mode by replacing RB2D_DSTCACHE_*
with RB3D_DSTCACHE_*. The RB2D versions are read-only mirrors of the RB3D. This is masked when DRI is enabled because the DRM uses the right registers in its flushing.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6cab2c7..dbeeb8f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2006-04-27 Eric Anholt <anholt@FreeBSD.org>
+
+ reviewed by: Michel Dänzer <michel@daenzer.net>
+
+ * src/radeon_accel.c: (RADEONEngineFlush), (RADEONEngineReset):
+ Bug #6761: Fix font rendering in non-DRI mode by replacing
+ RB2D_DSTCACHE_* with RB3D_DSTCACHE_*. The RB2D versions are read-only
+ mirrors of the RB3D. This is masked when DRI is enabled because the DRM
+ uses the right registers in its flushing.
+
2006-04-26 Dave Airlie <airlied@linux.ie>
* src/radeon.h: