summaryrefslogtreecommitdiff
path: root/src/savage_dri.c
AgeCommit message (Expand)Author
2024-07-14Move sizeof to second argument in calloc callsHEADmasterAlan Coopersmith
2024-05-29drop dead codeEnrico Weigelt, metux IT consult
2024-05-29drop obsolete compat macrosEnrico Weigelt, metux IT consult
2024-05-18Raise minimum supported Xserver version to 1.18 (ABI_VIDEODRV_VERSION 20.0)Alan Coopersmith
2024-01-10Fix warning: no previous prototype for ‘SavageGetCopyROP’Alan Coopersmith
2022-12-08Fix -Wformat warnings about integer size of argumentsAlan Coopersmith
2018-12-13Eliminate unused variable compilation warningsKevin Brace
2017-07-17xf86-video-savage: remove the GlxSetVisualConfigs stub and friendsEmil Velikov
2014-07-29dri: Stop (uselessly) initializing the ValidateTree hooksAdam Jackson
2012-07-16savage: make build with no xaa server.Dave Airlie
2012-06-06savage: port to new compat APIDave Airlie
2012-01-17Untangle XF86DRI from the driver-specific DRI definePeter Hutterer
2012-01-03Merge almost identical code in SAVAGEInitVisualConfigsAndrew Turner
2012-01-03Do not use the deprecated xf86PciInfo.h from xserverTormod Volden
2011-12-19Don't include xf86Priv.hAdam Jackson
2011-09-23savage: Warn if broken drm maps are detectedTormod Volden
2011-04-21savage: Make SAVAGESelectBuffer() private (static)Tormod Volden
2011-04-21savage: Factor out a SAVAGESetAgpMode and call it on resumeTormod Volden
2011-04-21savage: New SAVAGEDRIResume functionTormod Volden
2011-02-21Use proper casts on framebuffer addressesTormod Volden
2011-01-25savage: Fix initialization typo in SAVAGEDRIMoveBuffersTormod Volden
2011-01-25savage: Factor out a SAVAGEDRISetupTiledSurfaceRegs functionTormod Volden
2011-01-25savage: Cast all handles before printing themTormod Volden
2011-01-25savage: More (intermediate) casts to silence warningsTormod Volden
2011-01-25savage: Replace deprecated x(c)alloc/xfree with m/calloc/freeTormod Volden
2009-05-27Do not use XAAGetCopyROP outside of XAA-specific codeAlex Villacís Lasso
2009-01-16Add AGPforXv OptionAlex Villacís Lasso
2008-03-19Remove use of deprecated {DE,}ALLOCATE_LOCAL.Adam Jackson
2008-02-24Bug #11139: Remove some dead code.Tormod Volden
2007-08-30Update to use new libpciaccess interfaces for mapping with MTRR support.Ian Romanick
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