summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2005-11-21Add .cvsignores for drivers.Eric Anholt1-0/+6
2005-11-09Bump version numbers for X11R6.9/X11R7 RC2.XORG-6_99_99_902XORG-6_8_99_903XORG-6_8_99_902Kevin E Martin1-2/+2
2005-11-09Fix DoLoadableServer NO build.Kevin E Martin1-2/+0
2005-11-08See ChangeLog entry 2005-11-07 for details.Kean Johnson1-1/+1
2005-10-21Bug #4829: Remove some useless DRI symbol checks.Adam Jackson1-1/+0
2005-10-19lib/Xcomposite/Xcomposite.hXORG-6_8_99_901Kevin E Martin1-2/+2
2005-09-24Disable the {Open,Close}FullScreen DRI protocol. Remove empty FullScreenAdam Jackson1-1/+4
2005-08-27- re-add RestoreAccelState() to make XAA happy for dualheadAlex Deucher1-0/+25
2005-08-06Somehow I missed Bresenham lines when I fixed accel on crtc2. Make sure toAlex Deucher1-1/+5
2005-08-05I have resolved this by making all the "Direct rendering disabled" messagesIan Romanick1-1/+1
2005-08-04- fix accel problems on crtc2. It seems the GBD doesn't always updateAlex Deucher2-92/+69
2005-07-26Build system for savageSøren Sandmann Pedersen1-0/+57
2005-07-11Prep for modular builds by adding guarded #include "config.h" everywhere.XORG-6_8_99_900XORG-6_8_99_16XORG-6_8_99_15Adam Jackson12-4/+52
2005-06-25Bug #3626: _X_EXPORT tags for video and input drivers.XORG-6_8_99_14XORG-6_8_99_13Adam Jackson1-2/+6
2005-05-19Disable ScreenToScreenCopy on crtc2 at depth 24. Fixes screen corruption.XORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10Alex Deucher1-0/+7
2005-05-18Bug #3163: Create new DRIINFO_*_VERSION macros to indicate the versionAdam Jackson1-3/+4
2005-05-17Set the hardware to 8bit CLUT mode in 8 bpp. We used to flag anEgbert Eich2-21/+27
2005-04-20Fix includes right throughout the Xserver tree:sco_port_update-baseXORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4Daniel Stone5-6/+6
2005-04-14User reports indicate that both command and vertex DMA on SuperSavages lockXORG-6_8_99_3Felix Kuehling1-1/+11
2005-04-04Add ROP_NEEDS_SOURCE to Mono8x8PatternFill as S3 chips tend to lock upXORG-6_8_99_2Egbert Eich1-0/+1
2005-03-17Invalidate 3D hardware state in SavageEnterVT. This fixes 3D applicationsXORG-6_8_99_1Felix Kuehling1-0/+6
2005-03-17Fixed PCI ShadowStatus initialization for the case that ShadowStatus isFelix Kuehling1-0/+4
2005-03-16- small fixups for old streamsAlex Deucher3-59/+207
2005-03-13Fixed fallback to PCI mode when AGP initialization fails.Felix Kuehling1-23/+36
2005-03-13- Removed lots of dead code.Felix Kuehling3-493/+71
2005-03-06- Support for the new DRM version 2.4 with command DMA.Felix Kuehling4-66/+198
2005-02-26Fixed ShadowStatus handling with DRI:Felix Kuehling3-85/+130
2005-02-05Don't clear the front buffer in SAVAGEDRIInitBuffers. Fixes blackness ofFelix Kuehling1-1/+1
2005-02-04Applied patch (id=1354) by Mike A. Harris from bug #1901: The attachedFelix Kuehling2-26/+2
2005-02-02- fix long standing bug in depth 24 that made colors look dithered. TheAlex Deucher1-5/+7
2005-02-01- Changed option ForcePCIMode to option BusType for consistency with otherFelix Kuehling1-35/+48
2005-01-31- Shadow status update thresholds on Savage4 were reversed. Fixed now.Felix Kuehling3-19/+46
2005-01-30- update comment about tiled surface regs for savage3dAlex Deucher1-7/+8
2005-01-30Added two new options "DmaType" and "ForcePCIMode".Felix Kuehling3-34/+75
2005-01-27- Fix tiled framebuffer setup on Savage3D (Alex Deucher)Adam Jackson1-3/+3
2005-01-10- Support for PCI Savages: on PCI cards don't run SAVAGEDRIAgpInit, add PCIFelix Kuehling4-90/+183
2005-01-02Make 32-bit visuals match the set of visuals supported by the DRI driver.Felix Kuehling1-6/+6
2005-01-01Reenabled SAVAGEDRIInitBuffers and SAVAGEDRIMoveBuffers and fixed lockupsFelix Kuehling1-146/+38
2005-01-01Updates to support the new Savage DRM driver (version 2.0.x) which was justFelix Kuehling8-406/+564
2004-11-23- fix and enable HW Cursor on crtc2Alex Deucher2-17/+34
2004-11-23- fixed tiled framebuffer on savage2000Alex Deucher5-53/+102
2004-10-31Make the Savage driver work with the dl-loader.Felix Kuehling2-9/+3
2004-10-21Make sure the overlay is off when switching modes, otherwise you can get aAlex Deucher1-2/+2
2004-10-21when using the overlay for Xv, only enable it when displaying the videoAlex Deucher4-12/+57
2004-10-20Take doublescan and interlace flags into account when choosing a BIOS mode.Felix Kuehling1-3/+16
2004-10-19Fix a regression in the CrtOnly option. This was fixed in DRI CVS once butFelix Kuehling1-1/+1
2004-10-16- fix savage2000, savage3DAlex Deucher5-130/+678
2004-10-11- fix resume on radeons (bug 1220)Alex Deucher1-4/+2
2004-10-11Turn off vertical interpolation on "old" engines by default. It's bandwidthAlex Deucher1-6/+31
2004-10-11Fix Xv on savages with the "old" streams engine.Alex Deucher2-73/+30