mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-20 20:12:21 +00:00
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:
parent
5f45776ef3
commit
34d0b9228f
2 changed files with 97 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue