xserver ChangeLog,3.198,3.199
Keith Packard <xserver-commit-u7BhqnqprCWvj1b/[email protected]>
| Newsgroups | gmane.comp.freedesktop.xserver.cvs |
|---|---|
| Message-ID | <[email protected]> |
Committed by: keithp Update of /cvs/xserver/xserver In directory pdx:/tmp/cvs-serv4032 Modified Files: ChangeLog Log Message: 2004-06-27 Keith Packard <[email protected]> * hw/kdrive/ati/ati.c: (ATICardInit), (ATISetOffscreen), (ATIScreenInit), (ATIRandRSetConfig), (ATIRandRInit), (ATIFinishInitScreen), (ATIEnable): * hw/kdrive/ati/ati.h: * hw/kdrive/ati/ati_cursor.c: (ATICursorInit): * hw/kdrive/ati/ati_draw.c: (RadeonSwitchTo2D), (RadeonSwitchTo3D), (ATIBlockHandler), (ATIWakeupHandler), (ATIDrawEnable), (ATIDrawDisable), (ATIDrawFini): Separate out off-screen allocation from Init. Fix Enable to update off-screen addresses. Wrap RandR to update off-screen addresses. * hw/kdrive/fbdev/fbdev.c: (fbdevMapFramebuffer): Set off_screen_base and memory_size fields correctly. Index: ChangeLog =================================================================== RCS file: /cvs/xserver/xserver/ChangeLog,v retrieving revision 3.198 retrieving revision 3.199 diff -u -d -r3.198 -r3.199 --- ChangeLog 26 Jun 2004 04:13:02 -0000 3.198 +++ ChangeLog 28 Jun 2004 00:48:51 -0000 3.199 @@ -1,3 +1,20 @@ +2004-06-27 Keith Packard <[email protected]> + + * hw/kdrive/ati/ati.c: (ATICardInit), (ATISetOffscreen), + (ATIScreenInit), (ATIRandRSetConfig), (ATIRandRInit), + (ATIFinishInitScreen), (ATIEnable): + * hw/kdrive/ati/ati.h: + * hw/kdrive/ati/ati_cursor.c: (ATICursorInit): + * hw/kdrive/ati/ati_draw.c: (RadeonSwitchTo2D), (RadeonSwitchTo3D), + (ATIBlockHandler), (ATIWakeupHandler), (ATIDrawEnable), + (ATIDrawDisable), (ATIDrawFini): + Separate out off-screen allocation from Init. + Fix Enable to update off-screen addresses. + Wrap RandR to update off-screen addresses. + + * hw/kdrive/fbdev/fbdev.c: (fbdevMapFramebuffer): + Set off_screen_base and memory_size fields correctly. + 2004-06-25 Keith Packard <[email protected]> * hw/kdrive/ati/ati.c: (ATIScreenInit):