xserver ChangeLog,3.335,3.336
Eric Anholt <xserver-commit-u7BhqnqprCWvj1b/[email protected]> Thu, 9 Jun 2005 16:22:55 -0700 (PDT)
| Newsgroups | gmane.comp.freedesktop.xserver.cvs |
|---|---|
| Message-ID | <[email protected]> |
Committed by: anholt Update of /cvs/xserver/xserver In directory gabe:/tmp/cvs-serv11124 Modified Files: ChangeLog Log Message: Perform a warnings sweep on hw/kdrive. A number of these were my fault, but some come from others. Index: ChangeLog =================================================================== RCS file: /cvs/xserver/xserver/ChangeLog,v retrieving revision 3.335 retrieving revision 3.336 diff -u -d -r3.335 -r3.336 --- ChangeLog 9 Jun 2005 21:59:26 -0000 3.335 +++ ChangeLog 9 Jun 2005 23:22:53 -0000 3.336 @@ -1,5 +1,32 @@ 2005-06-09 Eric Anholt <[email protected]> + * hw/kdrive/chips/chips.c: (chipsCardInit), (chipsScreenInit), + (chipsPreserve), (chipsCardFini): + * hw/kdrive/chips/chipsdraw.c: (chipsWaitMarker): + * hw/kdrive/ephyr/ephyrinit.c: + * hw/kdrive/ephyr/hostx.c: + * hw/kdrive/fake/fake.c: (fakeScreenInitialize): + * hw/kdrive/fbdev/fbinit.c: + * hw/kdrive/i810/i810.c: (i810CardInit): + * hw/kdrive/i810/i810.h: + * hw/kdrive/i810/i810_cursor.c: (writeStandardMMIO), + (_i810MoveCursor), (i810MoveCursor), (_i810SetCursorColors), + (i810LoadCursor), (i810UnloadCursor), (i810RealizeCursor), + (i810SetCursor), (i810QueryBestSize), (i810CursorInit), + (i810CursorEnable), (i810CursorDisable), (i810CursorFini): + * hw/kdrive/mga/mgadraw.c: + * hw/kdrive/nvidia/nvidia.c: + * hw/kdrive/pm2/pm2.c: (pmCardInit), (pmRestore), (pmEnable), + (pmDisable): + * hw/kdrive/pm2/pm2stub.c: (InitCard): + * hw/kdrive/smi/smi.c: + * hw/kdrive/src/kdrive.c: + * hw/kdrive/vesa/vesainit.c: + Perform a warnings sweep on hw/kdrive. A number of these were my fault, + but some come from others. + +2005-06-09 Eric Anholt <[email protected]> + * hw/kdrive/mga/g400_common.h: * hw/kdrive/mga/g400_composite.c: (mgaCheckSourceTexture), (PrepareSourceTexture), (mgaCheckComposite), (mgaPrepareComposite):