xserver ChangeLog,3.212,3.213
Eric Anholt <xserver-commit-u7BhqnqprCWvj1b/[email protected]>
| Newsgroups | gmane.comp.freedesktop.xserver.cvs |
|---|---|
| Message-ID | <[email protected]> |
Committed by: anholt Update of /cvs/xserver/xserver In directory pdx:/tmp/cvs-serv20297 Modified Files: ChangeLog Log Message: Use the offscreen memory manager as much as possible to do the reservation of memory at startup. Do some drive-by cleanups while I'm here (sorry!). Index: ChangeLog =================================================================== RCS file: /cvs/xserver/xserver/ChangeLog,v retrieving revision 3.212 retrieving revision 3.213 diff -u -d -r3.212 -r3.213 --- ChangeLog 19 Jul 2004 07:20:02 -0000 3.212 +++ ChangeLog 19 Jul 2004 07:53:53 -0000 3.213 @@ -1,5 +1,20 @@ 2004-07-19 Eric Anholt <[email protected]> + * hw/kdrive/ati/ati.c: (ATISetOffscreen), (ATIDisable), (ATILog2): + * hw/kdrive/ati/ati.h: + * hw/kdrive/ati/ati_cursor.c: (ATIMoveCursor), (ClassicLoadCursor), + (RadeonLoadCursor), (ATICursorSave), (ATICursorEnable), + (ATICursorInit): + * hw/kdrive/ati/ati_draw.c: (ATIDrawSetup), (ATIUploadToScratch), + (ATIBlockHandler), (ATIWakeupHandler), (ATIDrawInit), + (ATIScratchSave), (ATIDrawEnable), (ATIDrawDisable): + * hw/kdrive/ati/ati_draw.h: + Use the offscreen memory manager as much as possible to do the + reservation of memory at startup. Do some drive-by cleanups while I'm + here (sorry!). + +2004-07-19 Eric Anholt <[email protected]> + * hw/kdrive/ati/r128_composite.c: (R128CheckComposite), (R128TextureSetup), (R128Composite): Add support for transforms of textures on R128.