summaryrefslogtreecommitdiff
path: root/src
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-22drop support for ancient xserver versionsEnrico Weigelt, metux IT consult
2024-05-22no need to check for xf86XVFillKeyHelperDrawable()Enrico 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
2024-01-10Fix warning: no previous prototype for ‘SavageGetCopyROP’Alan Coopersmith
2024-01-10Revert "exa: Use exaGetPixmapFirstPixel() instead of devPrivate.ptr"Alan Coopersmith
2024-01-10Add X.Org's standard C warning flags to AM_CFLAGSAlan 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-08Fix -Wformat warnings about integer size of argumentsAlan Coopersmith
2022-12-08constify some char * declarationsAlan Coopersmith
2022-01-27Fix spelling/wording issuesAlan Coopersmith
2019-02-01Changing result parameter type for ScreenWakeupHandlerProcPtrKevin Brace
2018-12-13Eliminate unused variable compilation warningsKevin Brace
2018-12-13Eliminate set but not used variable compilation warningsKevin Brace
2018-06-26Add check for max[HV]Value to ValidMode hookStefan Dirsch
2017-07-17xf86-video-savage: remove the GlxSetVisualConfigs stub and friendsEmil Velikov
2016-07-19Adapt Block/WakeupHandler signature for ABI 23Adam Jackson
2016-04-27Disable tiling on SuperSavage by defaultStefan Dirsch
2015-05-08Fix compiler warnings with recent X serversJulien Cristau
2014-07-29dri: Stop (uselessly) initializing the ValidateTree hooksAdam Jackson
2014-05-21Use own thunk function instead of vgaHW*WeakAdam Jackson
2014-01-07Include xf86Modes.h to use functions from hw/xfree86/modes/xf86Modes.c.Jeremy White
2013-09-19Drop miInitializeBackingStore() callAlexander Grothe
2013-05-09Fix video window height on MX/IX/SuperSavageTormod Volden
2013-05-09Fix building with TRACEON definedTormod Volden
2013-05-09exa: Use exaGetPixmapFirstPixel() instead of devPrivate.ptrTormod 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-18savage: move compat-api.h down to proper place.Dave Airlie
2012-07-16savage: make build with no xaa server.Dave Airlie
2012-06-06savage: i2c drop xf86Screens usage.Dave Airlie
2012-06-06savage: port to new compat APIDave Airlie
2012-03-24Refactor BIOS modes retrieval to call VBEGetVBEInfo only onceTormod Volden
2012-03-23Add savage_pciids.h to src/Makefile.am to fix distcheckAlan Coopersmith
2012-01-17Untangle XF86DRI from the driver-specific DRI definePeter Hutterer
2012-01-03Merge almost identical code in SAVAGEInitVisualConfigsAndrew Turner
2012-01-03Avoid leading underscores in #include guardsTormod Volden
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-12-19Don't include xf86Priv.hAdam Jackson
2011-09-23savage: Warn if broken drm maps are detectedTormod Volden