summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-03-08Makefile.am: nuke RCS IdMatthieu Herrb1-1/+0
2008-03-07fixup pciaccess version detectJulien Cristau1-1/+1
2008-02-28Fix broken downscale past 2:1 - MM8190 and MM8198 can be used together for ar...Alex Villacs Lasso1-6/+15
2008-02-24Bug #11139: Remove some dead code.Tormod Volden1-8/+1
2008-01-30[PATCH] Do not wait for vertical retrace anymore on old streams engine.Alex Villacís Lasso1-0/+2
2008-01-30[PATCH] Reset lastKnownPitch to 0 right after enabling streams.Alex Villacís Lasso1-0/+3
2008-01-30[PATCH] Prevent use of BCI for YV12 -> YUY2 conversion from scribbling past t...Alex Villacís Lasso1-1/+5
2008-01-30[PATCH] BCI can only handle widths that are multiple of 16, so only use BCI f...Alex Villacís Lasso1-10/+7
2008-01-19Implement driver option IgnoreEDIDAlex Villací­s Lasso2-3/+9
2008-01-19Fix ambiguous operator precedenceAlex Villací­s Lasso1-3/+3
2008-01-19Make sure MMIO region is mapped VIDMEM_MMIO, not VIDMEM_FRAMEBUFFERAlex Villací­s Lasso1-1/+1
2008-01-19Fix reversed logic in SavageMapMem()Alex Deucher1-2/+2
2007-09-14fix the build for the non-pci-rework case (compile tested only)Alex Deucher2-2/+8
2007-09-14fix segfault from pScrn->currentModeAlex Deucher1-7/+4
2007-09-03Merge branch 'master' of ssh://git.freedesktop.org/git/xorg/driver/xf86-video...James Cloos6-112/+352
2007-09-03Add *~ to .gitignore to skip patch/emacs droppingsJames Cloos1-0/+1
2007-08-31Fix odd typo.Ian Romanick1-1/+1
2007-08-30Update to use new libpciaccess interfaces for mapping with MTRR support.Ian Romanick6-142/+163
2007-08-23Merge branch 'pci-rework'Ian Romanick4-20/+239
2007-08-23Rename .cvsignore to .gitignoreJames Cloos3-0/+0
2007-08-22Merge PCI-rework support and "classic" PCI interface support into one treeIan Romanick4-8/+313
2007-08-22Merge branch 'master' into pci-reworkIan Romanick7-108/+205
2007-08-22dos2unixIan Romanick1-644/+644
2007-08-17Include <unistd.h> to get a declaration for usleep()Julien Cristau1-0/+2
2007-08-16update for 2.1.3 releasexf86-video-savage-2.1.3Alex Deucher1-1/+1
2007-08-07Define SAVAGE_VERSION* using PACKAGE_VERSION*Brice Goglin1-4/+4
2007-07-12Unmap mem before freeing driverPrivateAlex Deucher1-1/+1
2007-07-11Add panel native mode automatically.Alex Deucher1-0/+58
2007-07-11Add "DRI" option to enable/disable DRI supportTormod Volden2-2/+12
2007-07-11fix segfault in SavageDoAdjustFrame() on server 1.3Alex Deucher1-10/+0
2007-07-11fix console corruption due to invalid shadow statusAlex Deucher1-0/+2
2007-07-11disable randr when savage rotation is enabledDavid Nusinow2-7/+20
2007-05-05Fixed a markup error.Nate Bargmann1-1/+1
2007-04-02final odds and ends for exaAlex Deucher1-4/+38
2007-03-21Get Solid() working againAlex Deucher2-14/+28
2007-03-06small exa fix ups, remove an errant commentAlex Deucher2-37/+40
2007-01-03fix savage respawn crashMikko Rapeli1-0/+3
2006-12-11Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-v...Ian Romanick5-20/+34
2006-11-22clean up some leftover cruft.Alex Deucher1-32/+0
2006-10-23Strip ^M's out of savage_driver.hAlan Coopersmith1-642/+642
2006-09-28bump to 2.1.2 for new releasexf86-video-savage-2.1.2Alex Deucher2-4/+4
2006-09-19minor exa updatesAlex Deucher2-3/+10
2006-09-18fix DRI locking in savage driver. Based on ajax's similar patch.Alex Deucher2-3/+10
2006-09-17re-order SavageMapMem() so that ram detection works again.Alex Deucher1-10/+10
2006-08-08Minimal change set to convert driver to the new PCI interfaces. Enjoy.Ian Romanick4-209/+123
2006-08-08Instead of passing SavagePciChipsets in the p_chip parameter ofIan Romanick1-7/+5
2006-08-08Add some more missing license statements. Trivial whitespace clean-ups.Ian Romanick4-20/+123
2006-08-07DRIINFO_MAJOR_VERSION has be 5 for over a year. Remove the old code.Ian Romanick1-5/+0
2006-08-07Do a single mapping per BAR. This cleans up the code a bit and pavesIan Romanick2-65/+50
2006-08-07Remove duplicate register defines.Ian Romanick1-6/+1