summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
6 daysuse XNFcallocarray() instead of xnfcalloc macroHEADmasterEnrico Weigelt, metux IT consult1-3/+3
6 daysuse XNFalloc() instead of xnfallocEnrico Weigelt, metux IT consult1-1/+1
2024-01-10Fix 5 -Wshadow warningsAlan Coopersmith1-7/+6
2024-01-10Use C99 named initializers for XF86ModReqInfo in SavagePreInit()Alan Coopersmith1-4/+4
2024-01-10Fix -Wdeclaration-after-statement warning in SavagePreInit()Alan Coopersmith1-4/+4
2024-01-10Fix warning: no previous prototype for ‘SavageGetCopyROP’Alan Coopersmith3-6/+1
2024-01-10Revert "exa: Use exaGetPixmapFirstPixel() instead of devPrivate.ptr"Alan Coopersmith1-1/+1
2024-01-10Add X.Org's standard C warning flags to AM_CFLAGSAlan Coopersmith1-1/+1
2023-12-07Don't build unused code for HorizScaleFactor != 1Alan Coopersmith1-0/+4
2023-12-07Don't call xf86DisableRandR in ABI_VIDEODRV_VERSION 24 & laterAlan Coopersmith1-0/+12
2022-12-08Fix -Wformat warnings about integer size of argumentsAlan Coopersmith2-4/+4
2022-12-08constify some char * declarationsAlan Coopersmith1-4/+6
2022-01-27Fix spelling/wording issuesAlan Coopersmith10-26/+26
2019-02-01Changing result parameter type for ScreenWakeupHandlerProcPtrKevin Brace1-1/+1
2018-12-13Eliminate unused variable compilation warningsKevin Brace3-18/+7
2018-12-13Eliminate set but not used variable compilation warningsKevin Brace2-7/+16
2018-06-26Add check for max[HV]Value to ValidMode hookStefan Dirsch1-2/+8
2017-07-17xf86-video-savage: remove the GlxSetVisualConfigs stub and friendsEmil Velikov3-171/+1
2016-07-19Adapt Block/WakeupHandler signature for ABI 23Adam Jackson1-0/+8
2016-04-27Disable tiling on SuperSavage by defaultStefan Dirsch1-1/+5
2015-05-08Fix compiler warnings with recent X serversJulien Cristau1-1/+1
2014-07-29dri: Stop (uselessly) initializing the ValidateTree hooksAdam Jackson1-3/+0
2014-05-21Use own thunk function instead of vgaHW*WeakAdam Jackson1-1/+8
2014-01-07Include xf86Modes.h to use functions from hw/xfree86/modes/xf86Modes.c.Jeremy White1-0/+1
2013-09-19Drop miInitializeBackingStore() callAlexander Grothe1-1/+0
2013-05-09Fix video window height on MX/IX/SuperSavageTormod Volden1-4/+4
2013-05-09Fix building with TRACEON definedTormod Volden1-1/+1
2013-05-09exa: Use exaGetPixmapFirstPixel() instead of devPrivate.ptrTormod Volden1-1/+1
2013-05-09Really fix default accel arch when built with no XAATormod Volden1-3/+3
2012-12-22savage: fix default accel arch when built with no XAADave Airlie1-0/+4
2012-07-18savage: move compat-api.h down to proper place.Dave Airlie1-2/+2
2012-07-16savage: make build with no xaa server.Dave Airlie6-8/+38
2012-06-06savage: i2c drop xf86Screens usage.Dave Airlie1-0/+11
2012-06-06savage: port to new compat APIDave Airlie13-102/+201
2012-03-24Refactor BIOS modes retrieval to call VBEGetVBEInfo only onceTormod Volden2-11/+15
2012-03-23Add savage_pciids.h to src/Makefile.am to fix distcheckAlan Coopersmith1-0/+1
2012-01-17Untangle XF86DRI from the driver-specific DRI definePeter Hutterer6-34/+38
2012-01-03Merge almost identical code in SAVAGEInitVisualConfigsAndrew Turner1-115/+51
2012-01-03Avoid leading underscores in #include guardsTormod Volden9-35/+33
2012-01-03Do not use the deprecated xf86PciInfo.h from xserverTormod Volden6-8/+56
2011-12-19Fix for new vgahw ABIAdam Jackson1-0/+1
2011-12-19Fall back to shadowfb if XAA is unavailableAdam Jackson1-4/+4
2011-12-19Don't include xf86Priv.hAdam Jackson1-1/+0
2011-09-23savage: Warn if broken drm maps are detectedTormod Volden1-0/+5
2011-09-23savage: Avoid unnecessary float calculation in video displayTormod Volden1-12/+11
2011-09-23savage: Fix Xv scaling on non-native resolutionsHans-Juergen Mauser1-0/+8
2011-04-21savage: Fix &/&& typo in "magical" register setupTormod Volden1-2/+2
2011-04-21savage: Make SAVAGESelectBuffer() private (static)Tormod Volden2-15/+1
2011-04-21savage: Factor out a SAVAGESetAgpMode and call it on resumeTormod Volden1-24/+33
2011-04-21savage: New SAVAGEDRIResume functionTormod Volden3-9/+16