summaryrefslogtreecommitdiff
path: root/src/savage_driver.c
AgeCommit message (Expand)Author
2007-08-22Merge PCI-rework support and "classic" PCI interface support into one treepci-reworkIan Romanick
2007-08-22Merge branch 'master' into pci-reworkIan Romanick
2007-08-17Include <unistd.h> to get a declaration for usleep()Julien Cristau
2007-07-12Unmap mem before freeing driverPrivateAlex Deucher
2007-07-11Add panel native mode automatically.Alex Deucher
2007-07-11Add "DRI" option to enable/disable DRI supportTormod Volden
2007-07-11fix segfault in SavageDoAdjustFrame() on server 1.3Alex Deucher
2007-07-11fix console corruption due to invalid shadow statusAlex Deucher
2007-07-11disable randr when savage rotation is enabledDavid Nusinow
2007-03-06small exa fix ups, remove an errant commentAlex Deucher
2007-01-03fix savage respawn crashMikko Rapeli
2006-12-11Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-v...Ian Romanick
2006-09-17re-order SavageMapMem() so that ram detection works again.Alex Deucher
2006-08-08Minimal change set to convert driver to the new PCI interfaces. Enjoy.Ian Romanick
2006-08-08Instead of passing SavagePciChipsets in the p_chip parameter ofIan Romanick
2006-08-08Add some more missing license statements. Trivial whitespace clean-ups.Ian Romanick
2006-08-07Do a single mapping per BAR. This cleans up the code a bit and pavesIan Romanick
2006-08-07Introduce the savage_region structure, which is used to track mappableIan Romanick
2006-08-04Make a couple local, static arrays const. The RamSavage4 array is notIan Romanick
2006-08-04Merge SavageMapMMIO and SavageMapFB into a single, new function calledIan Romanick
2006-08-04Pass the HaveDriverFuncs flag to xf86AddDriver. Make sure theIan Romanick
2006-07-20Make sure CLUTs are enabled
2006-07-20no accel at depth 24 in dualhead mode in MX/IX chips (hardware limitation)
2006-07-18make sure to map full FB in dualhead mode. fixes some issues with dualhead.
2006-04-30- Add exa support (solid, copy, UTS)Alex Deucher
2006-02-08Some trivial savage fixes:Luc Verhaegen
2005-11-09Fix DoLoadableServer NO build.Kevin E Martin
2005-08-05I have resolved this by making all the "Direct rendering disabled" messagesIan Romanick
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-06-25Bug #3626: _X_EXPORT tags for video and input drivers.XORG-6_8_99_14XORG-6_8_99_13Adam Jackson
2005-05-17Set the hardware to 8bit CLUT mode in 8 bpp. We used to flag anEgbert Eich
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 Stone
2005-04-14User reports indicate that both command and vertex DMA on SuperSavages lockXORG-6_8_99_3Felix Kuehling
2005-03-17Invalidate 3D hardware state in SavageEnterVT. This fixes 3D applicationsXORG-6_8_99_1Felix 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-04Applied patch (id=1354) by Mike A. Harris from bug #1901: The attachedFelix Kuehling
2005-02-02- fix long standing bug in depth 24 that made colors look dithered. TheAlex Deucher
2005-02-01- Changed option ForcePCIMode to option BusType for consistency with otherFelix Kuehling
2005-01-31- Shadow status update thresholds on Savage4 were reversed. Fixed now.Felix 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-01Updates to support the new Savage DRM driver (version 2.0.x) which was justFelix Kuehling
2004-11-23- fix and enable HW Cursor on crtc2xprint_packagertest_20041125_basexprint_packagertest_20041125Alex Deucher
2004-11-23- fixed tiled framebuffer on savage2000Alex Deucher
2004-10-31Make the Savage driver work with the dl-loader.Felix Kuehling
2004-10-21Make sure the overlay is off when switching modes, otherwise you can get aAlex Deucher
2004-10-21when using the overlay for Xv, only enable it when displaying the videoAlex Deucher
2004-10-20Take doublescan and interlace flags into account when choosing a BIOS mode.Felix Kuehling
2004-10-16- fix savage2000, savage3DAlex Deucher