diff options
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: |