summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-09-19Drop miInitializeBackingStore() callHEADmasterAlexander 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-17xf86-video-savage: bump to version 2.3.6Dave Airlie1-1/+1
2012-07-16savage: make build with no xaa server.Dave Airlie7-8/+56
2012-07-02savage: bump to 2.3.5Dave Airlie1-1/+1
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-23xf86-video-savage 2.3.4xf86-video-savage-2.3.4Alan Coopersmith1-1/+1
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 Hutterer7-36/+40
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-10-08Bump version to 2.3.3xf86-video-savage-2.3.3Tormod Volden1-1/+1
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
2011-04-21savage: Fix logic in waitHSyncTormod Volden1-2/+2
2011-03-31Fix wrong frequency unit in trace outputTormod Volden1-1/+1
2011-02-21Use proper casts on framebuffer addressesTormod Volden2-2/+2
2011-01-25savage: Fix initialization typo in SAVAGEDRIMoveBuffersTormod Volden1-1/+1
2011-01-25savage: Fix building with TRACEON definedTormod Volden1-3/+3
2011-01-25savage: Setup tiled surface registers in SavageEnterVTTormod Volden2-0/+2
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: Fix ambiguity in SavageLoadPaletteSavage4Tormod Volden1-1/+1
2011-01-25savage: Drop unused variables and functionsTormod Volden4-6/+5
2011-01-25savage: More (intermediate) casts to silence warningsTormod Volden2-2/+2
2011-01-25savage: Replace deprecated x(c)alloc/xfree with m/calloc/freeTormod Volden6-72/+72
2011-01-25savage: Add casts to silence build warningsTormod Volden2-3/+3
2010-12-05savage 2.3.2xf86-video-savage-2.3.2Dave Airlie1-1/+1
2010-11-25savage: fix use of privates without initialisationKeith Packard1-0/+1
2010-10-06Purge cvs tags.Jesse Adkins1-1/+0
2010-07-22config: add comments for main statementsGaetan Nadon1-6/+7
2010-07-21config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILESGaetan Nadon1-4/+5
2010-07-21config: replace deprecated AC_HELP_STRING with AS_HELP_STRINGGaetan Nadon1-2/+2
2010-07-21config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSGaetan Nadon1-1/+1