diff options
author | Eric Anholt <anholt@freebsd.org> | 2006-04-28 02:55:08 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2006-04-28 02:55:08 +0000 |
commit | eb841974d041b19461b7fb726687df8938b2e39b (patch) | |
tree | cb000a6cfcfa55e2145b2d4c406667fa493fa654 /ChangeLog | |
parent | 85e2ee6de6fd347aad66785ec7119f92013cd994 (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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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: |