Simplify ops that would use the alpha channel when an alpha channel is

always 1.0, and short circuit PictOpDst for good measure.
This commit is contained in:
Eric Anholt 2006-02-12 20:53:35 +00:00
commit 34d0b9228f
2 changed files with 97 additions and 0 deletions

View file

@ -1,3 +1,11 @@
2006-02-12 Eric Anholt <anholt@FreeBSD.org>
reviewed by: keithp (in principle)
* render/picture.c: (ReduceCompositeOp), (CompositePicture):
Simplify ops that would use the alpha channel when an alpha channel is
always 1.0, and short circuit PictOpDst for good measure.
2006-02-12 Eric Anholt <anholt@FreeBSD.org>
* hw/kdrive/linux/Makefile.am: