xserver ChangeLog,3.242,3.243
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-serv12540 Modified Files: ChangeLog Log Message: Fix handling of is_agp. is_agp is whether the card is actually AGP, while using_agp should say whether AGP is being used as part of DMA/DRI. Index: ChangeLog =================================================================== RCS file: /cvs/xserver/xserver/ChangeLog,v retrieving revision 3.242 retrieving revision 3.243 diff -u -d -r3.242 -r3.243 --- ChangeLog 12 Sep 2004 19:52:50 -0000 3.242 +++ ChangeLog 12 Sep 2004 20:02:10 -0000 3.243 @@ -1,5 +1,13 @@ 2004-09-12 Eric Anholt <[email protected]> + * hw/kdrive/ati/ati_dri.c: (R128DRIKernelInit), + (RadeonDRIKernelInit), (ATIDRIBufInit), (ATIDRIScreenInit), + (R128DRIFinishScreenInit), (RadeonDRIFinishScreenInit): + Fix handling of is_agp. is_agp is whether the card is actually AGP, + while using_agp should say whether AGP is being used as part of DMA/DRI. + +2004-09-12 Eric Anholt <[email protected]> + * hw/kdrive/ati/ati_dma.c: (ATIDebugFifo), (ATIWaitIdle): * hw/kdrive/ati/ati_dma.h: * hw/kdrive/ati/ati_dri.c: (ATIDRIDMAStart), (ATIDRIGetBuffer):