summaryrefslogtreecommitdiff
path: root/src/radeon_kms.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-25KMS: fix no accel optionAlex Deucher1-9/+6
2010-01-25radeon/kms: only enable EXA pixmaps under kms if we support render accelDave Airlie1-1/+2
2009-12-01r600: fix multi-operation in single batch support.Dave Airlie1-9/+23
2009-11-27r600/accel: cleanup and merge a lot of the accel functionsDave Airlie1-1/+1
2009-11-25radeon/exa: change option to determine exa pixmap usage.Dave Airlie1-14/+10
2009-11-25kms: flush cs on close screen.Dave Airlie1-0/+3
2009-11-25r600: refactor code to help future acceleration speedups.Dave Airlie1-2/+4
2009-11-24radeon/kms: drop special r600 indirect flushDave Airlie1-0/+6
2009-11-23radeon: fix warning in printfDave Airlie1-2/+2
2009-11-23radeon: avoid using hw pixmaps when we have little VRAM.Dave Airlie1-0/+15
2009-11-20kms: recalculate the flush limits after screen resize.Dave Airlie1-4/+22
2009-10-24Disable color tiling on r600/r700Luca Tettamanti1-0/+4
2009-10-09Revert "kms: setup colormap and gamma correctly."Dave Airlie1-2/+2
2009-10-05kms: assume accel is working is info ioctl return -EINVALJerome Glisse1-7/+8
2009-10-05kms: setup colormap and gamma correctly.Dave Airlie1-2/+2
2009-10-03Fix KMS on big endian machines.Michel Dänzer1-1/+22
2009-10-03KMS: Don't hide HW cursor when it's updated.Michel Dänzer1-0/+1
2009-10-03Fix some compiler warnings.Michel Dänzer1-2/+4
2009-09-30radeon/kms: fallback to shadowfb if kernel report acceleration is offJerome Glisse1-12/+33
2009-09-19kms: disable dgaAlex Deucher1-1/+4
2009-09-19kms: init dga using xf86DiDGAInitAlex Deucher1-0/+5
2009-08-25r6xx/r7xx EXA: WIPAlex Deucher1-2/+2
2009-08-25radeon: Fix X recycling with KMSJerome Glisse1-25/+44
2009-08-19radeon/kms: add initial colortiling support (disabled by default).Dave Airlie1-0/+8
2009-08-07Properly let radeon_cs_flush_indirect() re-emit 2D state if necessary.Michel Dänzer1-3/+2
2009-07-23radeon: fix KMS shadowfb for r6xx and newer hw.Jerome Glisse1-4/+15
2009-07-18Also drop DRM master in KMS CloseScreen.Michel Dänzer1-3/+5
2009-07-06radeon: move state changes into flush functionDave Airlie1-5/+6
2009-07-06radeon: taken from kms-support + CS fixes commit.Dave Airlie1-0/+7
2009-07-06radeon: port to new space checking in libdrm interfaceDave Airlie1-0/+29
2009-07-02kms: drop DGADave Airlie1-12/+0
2009-07-02kms: no need to reference fifo slotsDave Airlie1-1/+0
2009-07-02radeon: add KMS support (still disabled)Dave Airlie1-0/+837