summaryrefslogtreecommitdiff
path: root/src/savage_driver.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-05-08use XNFcallocarray() instead of xnfcalloc macroEnrico Weigelt, metux IT consult
2024-05-08use XNFalloc() instead of xnfallocEnrico Weigelt, metux IT consult
2024-01-10Fix 5 -Wshadow warningsAlan Coopersmith
2024-01-10Use C99 named initializers for XF86ModReqInfo in SavagePreInit()Alan Coopersmith
2024-01-10Fix -Wdeclaration-after-statement warning in SavagePreInit()Alan Coopersmith
2023-12-07Don't build unused code for HorizScaleFactor != 1Alan Coopersmith
2023-12-07Don't call xf86DisableRandR in ABI_VIDEODRV_VERSION 24 & laterAlan Coopersmith
2022-12-08constify some char * declarationsAlan Coopersmith
2022-01-27Fix spelling/wording issuesAlan Coopersmith
2018-12-13Eliminate unused variable compilation warningsKevin Brace
2018-06-26Add check for max[HV]Value to ValidMode hookStefan Dirsch
2016-04-27Disable tiling on SuperSavage by defaultStefan Dirsch
2015-05-08Fix compiler warnings with recent X serversJulien Cristau
2014-05-21Use own thunk function instead of vgaHW*WeakAdam Jackson
2013-09-19Drop miInitializeBackingStore() callAlexander Grothe
2013-05-09Fix building with TRACEON definedTormod Volden
2013-05-09Really fix default accel arch when built with no XAATormod Volden
2012-12-22savage: fix default accel arch when built with no XAADave Airlie
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-03Do not use the deprecated xf86PciInfo.h from xserverTormod Volden
2011-12-19Fix for new vgahw ABIAdam Jackson
2011-12-19Fall back to shadowfb if XAA is unavailableAdam Jackson
2011-04-21savage: Fix &/&& typo in "magical" register setupTormod Volden
2011-04-21savage: New SAVAGEDRIResume functionTormod Volden
2011-03-31Fix wrong frequency unit in trace outputTormod Volden
2011-01-25savage: Fix building with TRACEON definedTormod Volden
2011-01-25savage: Setup tiled surface registers in SavageEnterVTTormod Volden
2011-01-25savage: Fix ambiguity in SavageLoadPaletteSavage4Tormod Volden
2011-01-25savage: Replace deprecated x(c)alloc/xfree with m/calloc/freeTormod Volden
2010-11-25savage: fix use of privates without initialisationKeith Packard
2010-04-26Fix builds when XF86DRI is undefinedAlan Coopersmith
2009-07-28savage: move abi check down for RACDave Airlie
2009-07-28savage: change to using ABI version checkDave Airlie
2009-07-28savage: update for resources/RAC API removalDave Airlie
2009-07-16Update to xextproto 7.1 support.Peter Hutterer
2009-05-28Remove useless loader symbol lists.Adam Jackson
2009-01-22Savage: Do not add panel modes when there is no panelTormod Volden
2009-01-16Add AGPforXv OptionAlex Villacís Lasso
2008-05-21Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-v...Adam Jackson
2008-05-21Fake sync ranges for panels with no EDID.Adam Jackson
2008-05-10savage/pciaccess: don't try to map aperture larger than region windowDave Airlie
2008-05-10savage: fix typos in error messageDave Airlie
2008-01-19Implement driver option IgnoreEDIDAlex Villací­s Lasso
2008-01-19Make sure MMIO region is mapped VIDMEM_MMIO, not VIDMEM_FRAMEBUFFERAlex Villací­s Lasso