summaryrefslogtreecommitdiff
path: root/src/savage_dri.c
AgeCommit message (Expand)Author
2007-08-22Merge PCI-rework support and "classic" PCI interface support into one treepci-reworkIan Romanick
2006-12-11Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-v...Ian Romanick
2006-09-19minor exa updatesAlex Deucher
2006-09-18fix DRI locking in savage driver. Based on ajax's similar patch.Alex Deucher
2006-08-08Minimal change set to convert driver to the new PCI interfaces. Enjoy.Ian Romanick
2006-08-07DRIINFO_MAJOR_VERSION has be 5 for over a year. Remove the old code.Ian Romanick
2006-04-07Unlibcwrap. Bump server version requirement. Bump to 2.1.0.savage-2_1_0Adam Jackson
2006-02-08Some trivial savage fixes:Luc Verhaegen
2005-10-21Bug #4829: Remove some useless DRI symbol checks.accelerated_indirect-0-0-1Adam Jackson
2005-09-24Disable the {Open,Close}FullScreen DRI protocol. Remove empty FullScreenAdam Jackson
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 Jackson
2005-05-18Bug #3163: Create new DRIINFO_*_VERSION macros to indicate the versionAdam Jackson
2005-03-17Fixed PCI ShadowStatus initialization for the case that ShadowStatus isFelix Kuehling
2005-03-13Fixed fallback to PCI mode when AGP initialization fails.Felix Kuehling
2005-03-13- Removed lots of dead code.Felix Kuehling
2005-03-06- Support for the new DRM version 2.4 with command DMA.Felix Kuehling
2005-02-26Fixed ShadowStatus handling with DRI:Felix Kuehling
2005-02-05Don't clear the front buffer in SAVAGEDRIInitBuffers. Fixes blackness ofFelix Kuehling
2005-01-30Added two new options "DmaType" and "ForcePCIMode".Felix Kuehling
2005-01-10- Support for PCI Savages: on PCI cards don't run SAVAGEDRIAgpInit, add PCIFelix Kuehling
2005-01-02Make 32-bit visuals match the set of visuals supported by the DRI driver.Felix Kuehling
2005-01-01Reenabled SAVAGEDRIInitBuffers and SAVAGEDRIMoveBuffers and fixed lockupsFelix Kuehling
2005-01-01Updates to support the new Savage DRM driver (version 2.0.x) which was justFelix Kuehling
2004-10-07Require tiled mode for 3DAlex Deucher
2004-10-07fix glDrawPixels on SupersavageAlex Deucher
2004-09-23small cleanups and correctionsAlex Deucher
2004-09-17Fix fb config creation to match fb configs created by DRI drivers builtFelix Kuehling
2004-09-17Bug #1192: Remove cfb support from drivers where its use is an option.Adam Jackson
2004-09-16Merge savage DDX from DRI to xorg and fix conflicts.Alex Deucher
2004-07-30Bug #400 (partial): Driver fixes for the dlloader. When using dlloader, allAdam Jackson
2004-06-16Initial revisionEric Anholt