diff options
author | Eric Anholt <anholt@freebsd.org> | 2006-04-26 07:26:15 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2006-04-26 07:26:15 +0000 |
commit | 13b19edf5accb7427436d3f0b1c9a9efb4fe98fa (patch) | |
tree | e93f61f063f6e6dd22c0c7adef8d2fdc20e8dd7b /ChangeLog | |
parent | 44a45bcb82d49349f4fdfae3e4b8f24f98d99b46 (diff) |
Add support for some component-alpha operations (InReverse, OutReverse)
necessary for testing upcoming general component alpha acceleration
assistance in EXA. Tested with rendercheck on an r100.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2006-04-26 Eric Anholt <anholt@FreeBSD.org> + + * src/radeon_exa_render.c: (RADEONGetBlendCntl), + (R100CheckComposite), (R100PrepareComposite), (R200CheckComposite), + (R200PrepareComposite): + Add support for some component-alpha operations (InReverse, OutReverse) + necessary for testing upcoming general component alpha acceleration + assistance in EXA. Tested with rendercheck on an r100. + 2006-04-25 Eric Anholt <anholt@FreeBSD.org> * configure.ac: |