diff options
author | Eric Anholt <anholt@freebsd.org> | 2006-02-07 04:39:59 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2006-02-07 04:39:59 +0000 |
commit | 79c60ebbc34aaf0ac0b0723898d5b63015547178 (patch) | |
tree | 170361c3c9dc95cefbf0b095cdcb0a223f4172f9 /ChangeLog | |
parent | 8d74f3d49e73626f5d658ba6586a7c1487dae141 (diff) |
Fix a copy'n'paste-o in the EXA render implementation that resulted in
[ax]8b8g8r8 pict formats not being supported on r200, but no other
issues.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2006-02-06 Eric Anholt <anholt@FreeBSD.org> + + * src/radeon_exa_render.c: + Fix a copy'n'paste-o in the EXA render implementation that resulted in + [ax]8b8g8r8 pict formats not being supported on r200, but no other + issues. + 2006-01-19 Daniel Stone <daniel@freedesktop.org> * src/radeon_driver.c: |