summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-01-25savage: Add casts to silence build warningsTormod Volden2-3/+3
2010-11-25savage: fix use of privates without initialisationKeith Packard1-0/+1
2010-04-26Fix builds when XF86DRI is undefinedAlan Coopersmith3-3/+16
2009-10-22.gitignore: use common defaults with custom section # 24239Gaetan Nadon1-6/+0
2009-07-28savage: move abi check down for RACDave Airlie1-3/+4
2009-07-28savage: change to using ABI version checkDave Airlie2-2/+2
2009-07-28savage: update for resources/RAC API removalDave Airlie3-2/+9
2009-07-16Update to xextproto 7.1 support.Peter Hutterer1-0/+5
2009-05-28Remove useless loader symbol lists.Adam Jackson1-196/+0
2009-05-27Do not use XAAGetCopyROP outside of XAA-specific codeAlex Villacís Lasso3-26/+32
2009-05-27Implement use of Mastered Image Transfer through AGP for UploadToScreen EXA a...Alex Villacís Lasso2-5/+73
2009-03-23Fix crash by null pointer access when DRI is not available.Alex Villacís Lasso1-1/+1
2009-01-22Savage: Do not add panel modes when there is no panelTormod Volden1-2/+3
2009-01-16EXA: UTS OptimizationAlex Villacís Lasso1-6/+14
2009-01-16Add AGPforXv OptionAlex Villacís Lasso4-28/+159
2009-01-16YUV packed buffer and YV12 planar buffer (if required) are now separate alloc...Alex Villacís Lasso1-17/+47
2008-11-06Fix EXA CopyAlex Villacís Lasso1-4/+10
2008-11-06Bug #18378: Use xfVillKeyHelperDrawable if available.Alex Villacís Lasso1-1/+11
2008-05-21Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-v...Adam Jackson2-15/+20
2008-05-21Fake sync ranges for panels with no EDID.Adam Jackson1-0/+24
2008-05-21Don't try to call vbeModeInit(), it doesn't exist and never will.Adam Jackson1-10/+0
2008-05-10savage/pciaccess: don't try to map aperture larger than region windowDave Airlie1-2/+6
2008-05-10savage: fix typos in error messageDave Airlie1-3/+3
2008-04-10EXA upload to screen must honor pitch of the source dataAlex Villacís Lasso1-10/+11
2008-03-19Remove use of deprecated {DE,}ALLOCATE_LOCAL.Adam Jackson1-13/+13
2008-03-19Death to RCS tags.Adam Jackson8-8/+0
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-08-31Fix odd typo.Ian Romanick1-1/+1
2007-08-30Update to use new libpciaccess interfaces for mapping with MTRR support.Ian Romanick5-132/+153
2007-08-23Merge branch 'pci-rework'Ian Romanick3-20/+227
2007-08-23Rename .cvsignore to .gitignoreJames Cloos1-0/+0
2007-08-22Merge PCI-rework support and "classic" PCI interface support into one treeIan Romanick3-6/+302
2007-08-22Merge branch 'master' into pci-reworkIan Romanick5-102/+190
2007-08-22dos2unixIan Romanick1-644/+644
2007-08-17Include <unistd.h> to get a declaration for usleep()Julien Cristau1-0/+2
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 Volden1-2/+8