xserver ChangeLog,3.196,3.197
Damien Ciabrini <xserver-commit-u7BhqnqprCWvj1b/[email protected]>
| Newsgroups | gmane.comp.freedesktop.xserver.cvs |
|---|---|
| Message-ID | <[email protected]> |
Committed by: damienc Update of /cvs/xserver/xserver In directory pdx:/home/damienc/xserver Modified Files: ChangeLog Log Message: Update MGA composite patch commit. (some files were missing in the previous commit) Index: ChangeLog =================================================================== RCS file: /cvs/xserver/xserver/ChangeLog,v retrieving revision 3.196 retrieving revision 3.197 diff -u -d -r3.196 -r3.197 --- ChangeLog 10 Jun 2004 19:22:53 -0000 3.196 +++ ChangeLog 16 Jun 2004 21:36:37 -0000 3.197 @@ -1,3 +1,15 @@ +2004-06-16 Damien Ciabrini <braun-fBIn7JHAfCbUKx/[email protected]> + + * hw/kdrive/mga/g400_common.h: + * hw/kdrive/mga/g400_composite.c: (MGA_LOG2), (mgaPrepareBlend), + (mgaBlend), (mgaDoneBlend), (PrepareSourceTexture), + (mgaPrepareComposite), (mgaComposite), (mgaDoneComposite): + Add missing files to support hardware composition with g400 + * hw/kdrive/mga/mga.c: (mgaUnmapReg): + * hw/kdrive/mga/mgadraw.c: (mgaSetup), (mgaPrepareSolid), + (mgaUploadToScreen), (mgaDrawInit): + ANSIfy files to please gcc 2.95 (variables declaration and comments) + 2004-06-11 Eric Anholt <[email protected]> * hw/kdrive/ati/ati_draw.c: (ATIDrawEnable):