summaryrefslogtreecommitdiff
path: root/src/savage_dri.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-17Untangle XF86DRI from the driver-specific DRI definePeter Hutterer1-1/+1
2012-01-03Merge almost identical code in SAVAGEInitVisualConfigsAndrew Turner1-115/+51
2012-01-03Do not use the deprecated xf86PciInfo.h from xserverTormod Volden1-1/+0
2011-12-19Don't include xf86Priv.hAdam Jackson1-1/+0
2011-09-23savage: Warn if broken drm maps are detectedTormod Volden1-0/+5
2011-04-21savage: Make SAVAGESelectBuffer() private (static)Tormod Volden1-1/+1
2011-04-21savage: Factor out a SAVAGESetAgpMode and call it on resumeTormod Volden1-24/+33
2011-04-21savage: New SAVAGEDRIResume functionTormod Volden1-1/+13
2011-02-21Use proper casts on framebuffer addressesTormod Volden1-1/+1
2011-01-25savage: Fix initialization typo in SAVAGEDRIMoveBuffersTormod Volden1-1/+1
2011-01-25savage: Factor out a SAVAGEDRISetupTiledSurfaceRegs functionTormod Volden1-42/+44
2011-01-25savage: Cast all handles before printing themTormod Volden1-16/+17
2011-01-25savage: More (intermediate) casts to silence warningsTormod Volden1-1/+1
2011-01-25savage: Replace deprecated x(c)alloc/xfree with m/calloc/freeTormod Volden1-35/+35
2009-05-27Do not use XAAGetCopyROP outside of XAA-specific codeAlex Villacís Lasso1-1/+4
2009-01-16Add AGPforXv OptionAlex Villacís Lasso1-0/+37
2008-03-19Remove use of deprecated {DE,}ALLOCATE_LOCAL.Adam Jackson1-13/+13
2008-02-24Bug #11139: Remove some dead code.Tormod Volden1-8/+1
2007-08-30Update to use new libpciaccess interfaces for mapping with MTRR support.Ian Romanick1-4/+4
2007-08-22Merge PCI-rework support and "classic" PCI interface support into one treeIan Romanick1-2/+6
2006-12-11Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-v...Ian Romanick1-4/+16
2006-09-19minor exa updatesAlex Deucher1-2/+8
2006-09-18fix DRI locking in savage driver. Based on ajax's similar patch.Alex Deucher1-2/+8
2006-08-08Minimal change set to convert driver to the new PCI interfaces. Enjoy.Ian Romanick1-3/+3
2006-08-07DRIINFO_MAJOR_VERSION has be 5 for over a year. Remove the old code.Ian Romanick1-5/+0
2006-04-07Unlibcwrap. Bump server version requirement. Bump to 2.1.0.savage-2_1_0Adam Jackson1-1/+0
2006-02-08Some trivial savage fixes:Luc Verhaegen1-0/+6
2005-10-21Bug #4829: Remove some useless DRI symbol checks.Adam Jackson1-1/+0
2005-09-24Disable the {Open,Close}FullScreen DRI protocol. Remove empty FullScreenAdam Jackson1-1/+4
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 Jackson1-0/+4
2005-05-18Bug #3163: Create new DRIINFO_*_VERSION macros to indicate the versionAdam Jackson1-3/+4
2005-03-17Fixed PCI ShadowStatus initialization for the case that ShadowStatus isFelix Kuehling1-0/+4
2005-03-13Fixed fallback to PCI mode when AGP initialization fails.Felix Kuehling1-23/+36
2005-03-13- Removed lots of dead code.Felix Kuehling1-407/+8
2005-03-06- Support for the new DRM version 2.4 with command DMA.Felix Kuehling1-61/+148
2005-02-26Fixed ShadowStatus handling with DRI:Felix Kuehling1-32/+35
2005-02-05Don't clear the front buffer in SAVAGEDRIInitBuffers. Fixes blackness ofFelix Kuehling1-1/+1
2005-01-30Added two new options "DmaType" and "ForcePCIMode".Felix Kuehling1-30/+35
2005-01-10- Support for PCI Savages: on PCI cards don't run SAVAGEDRIAgpInit, add PCIFelix Kuehling1-52/+69
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 Kuehling1-281/+232
2004-10-07Require tiled mode for 3DAlex Deucher1-61/+42
2004-10-07fix glDrawPixels on SupersavageAlex Deucher1-4/+6
2004-09-23small cleanups and correctionsAlex Deucher1-54/+42
2004-09-17Fix fb config creation to match fb configs created by DRI drivers builtFelix Kuehling1-3/+3
2004-09-17Bug #1192: Remove cfb support from drivers where its use is an option.Adam Jackson1-8/+0
2004-09-16Merge savage DDX from DRI to xorg and fix conflicts.Alex Deucher1-0/+1
2004-07-30Bug #400 (partial): Driver fixes for the dlloader. When using dlloader, allAdam Jackson1-1/+1
2004-06-16Initial revisionEric Anholt1-0/+2172