xserver ChangeLog,3.366,3.367
Billy Biggs <xserver-commit-u7BhqnqprCWvj1b/[email protected]> Thu, 18 Aug 2005 05:59:40 -0700 (PDT)
| Newsgroups | gmane.comp.freedesktop.xserver.cvs |
|---|---|
| Message-ID | <[email protected]> |
Committed by: vektor Update of /cvs/xserver/xserver In directory gabe:/tmp/cvs-serv28478 Modified Files: ChangeLog Log Message: * fb/fbmmx.c: (fbCompositeSolidMaskSrc_nx8x8888mmx): For the source operator, the output should be cleared if the mask is zero. This fixes the MMX code to match the fbcompose code. Index: ChangeLog =================================================================== RCS file: /cvs/xserver/xserver/ChangeLog,v retrieving revision 3.366 retrieving revision 3.367 diff -u -d -r3.366 -r3.367 --- ChangeLog 16 Aug 2005 23:34:18 -0000 3.366 +++ ChangeLog 18 Aug 2005 12:59:20 -0000 3.367 @@ -1,3 +1,9 @@ +2005-08-18 Billy Biggs <[email protected]> + + * fb/fbmmx.c: (fbCompositeSolidMaskSrc_nx8x8888mmx): For the source + operator, the output should be cleared if the mask is zero. This + fixes the MMX code to match the fbcompose code. + 2005-08-16 Billy Biggs <[email protected]> reviewed by: ssp, keithp