xserver ChangeLog,3.245,3.246
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 gabe:/tmp/cvs-serv12890 Modified Files: ChangeLog Log Message: - Fix a segfault on VT switch with DRI. Still dies due to cursor allocation troubles. - Move the RemoveBlockAndWakeupHandlers to match RegisterBlockAndWakeupHandlers. - Enable R100 trapezoid "acceleration" when DRI is working, so that it can be exposed and worked on. Index: ChangeLog =================================================================== RCS file: /cvs/xserver/xserver/ChangeLog,v retrieving revision 3.245 retrieving revision 3.246 diff -u -d -r3.245 -r3.246 --- ChangeLog 12 Sep 2004 22:21:12 -0000 3.245 +++ ChangeLog 12 Sep 2004 23:22:30 -0000 3.246 @@ -1,5 +1,16 @@ 2004-09-12 Eric Anholt <[email protected]> + * hw/kdrive/ati/ati_draw.c: (ATIBlockHandler), (ATIDrawEnable), + (ATIDrawDisable), (ATIDrawFini): + - Fix a segfault on VT switch with DRI. Still dies due to cursor + allocation troubles. + - Move the RemoveBlockAndWakeupHandlers to match + RegisterBlockAndWakeupHandlers. + - Enable R100 trapezoid "acceleration" when DRI is working, so that it + can be exposed and worked on. + +2004-09-12 Eric Anholt <[email protected]> + * hw/kdrive/ati/ati_draw.c: (ATIDrawInit), (ATIDrawEnable): Move the RegisterBlockAndWakeupHandlers to before DRI initialization. The change to use that instead of manual wrapping made the DMA dispatch