Go to file
Eric Anholt 4078457919 Fix problems in render fb implementation found by rendercheck:
- fbCombineSaturate was pointed at fbCombineDisjointOver, instead of
    fbCombineDisjointOverReverse as it should. Instead, point
    fbCombineDisjointOverReverse at fbCombineSaturate (which is likely to
    be faster).
- fix previously-unused fbCombineSaturate implementation.
- fbCombineMaskAlphaC was just a copy of fbCombineMaskValueC. Make it do
    what it's supposed to (return a cs.alpha).
- fbCombineAtopC didn't invert the source alpha value.
- fix copy'n'paste errors in fbCombine(Dis/Con)jointGeneralC, also source
    alpha wasn't treated in a component fashion.
- fbCompositeSrc_8888* didn't handle when the source lacks an alpha
    channel. Rather than adding that and possilby slowing down the (normal)
    alpha case, don't let x8r8g8b8/x8b8g8r8 Pictures be used in
    fbCompositeSrc_8888* because Over with one of these is just Src.
2004-05-12 01:49:46 +00:00
afb Merging XORG-CURRENT into trunk 2004-04-23 19:54:30 +00:00
cfb xc/config/cf/sun.cf 2004-04-26 02:39:58 +00:00
cfb24 Merging XORG-CURRENT into trunk 2004-04-23 19:54:30 +00:00
dbe Merging XORG-CURRENT into trunk 2004-04-23 19:54:30 +00:00
dix Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=541 - 2004-04-25 22:42:09 +00:00
doc Merging XORG-CURRENT into trunk 2004-04-23 19:54:30 +00:00
fb Fix problems in render fb implementation found by rendercheck: 2004-05-12 01:49:46 +00:00
GL Merging XORG-CURRENT into trunk 2004-04-23 18:54:16 +00:00
hw BugZilla #601: Fixing makedepend choking on floating point exception 2004-05-06 17:31:17 +00:00
ilbm Merging XORG-CURRENT into trunk 2004-04-23 19:54:30 +00:00
include Merging XORG-CURRENT into trunk 2004-04-23 19:54:30 +00:00
iplan2p4 Merging XORG-CURRENT into trunk 2004-04-23 19:54:30 +00:00
lbx Merging XORG-CURRENT into trunk 2004-04-23 19:54:30 +00:00
mfb Merging XORG-CURRENT into trunk 2004-04-23 19:54:30 +00:00
mi Work-in-progress for 2004-04-26 11:07:03 +00:00
miext Merging XORG-CURRENT into trunk 2004-04-23 19:54:30 +00:00
os Merging XORG-CURRENT into trunk 2004-04-23 19:54:30 +00:00
randr Merging XORG-CURRENT into trunk 2004-04-23 19:54:30 +00:00
record Merging XORG-CURRENT into trunk 2004-04-23 19:54:30 +00:00
render Merging XORG-CURRENT into trunk 2004-04-23 19:54:30 +00:00
Xext Merging XORG-CURRENT into trunk 2004-04-23 18:54:16 +00:00
Xi Merging XORG-CURRENT into trunk 2004-04-23 18:54:16 +00:00
xkb Merging XORG-CURRENT into trunk 2004-04-23 19:54:30 +00:00
XpConfig Merging XORG-CURRENT into trunk 2004-04-23 19:54:30 +00:00
Xprint Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=608 2004-05-08 02:06:46 +00:00
XTrap Merging XORG-CURRENT into trunk 2004-04-23 18:54:16 +00:00