summaryrefslogtreecommitdiff
path: root/src/r6xx_accel.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-09r600 EXA: fix up mask reg mixupAlex Deucher1-1/+1
2009-09-25kms/r600: add support for vline relocsAlex Deucher1-8/+29
2009-09-25radeon: fix vline handling for kmsAlex Deucher1-31/+33
2009-09-25r600: space check wasn't correct.Dave Airlie1-18/+3
2009-09-10r6xx: fix EXA crash with gtkperf -aDave Airlie1-3/+4
2009-09-08r600: more alignment fixups + vb map/unmapDave Airlie1-4/+5
2009-08-31r6xx/r7xx: various CS fixes from DaveAlex Deucher1-2/+4
2009-08-26r6xx/r7xx: more WIPAlex Deucher1-0/+10
2009-08-25r6xx/r7xx: fix reloc for vtx bufferAlex Deucher1-1/+1
2009-08-25r6xx/r7xx: more cs exa wipAlex Deucher1-5/+7
2009-08-25r6xx/r7xx: first pass at kms accel supportAlex Deucher1-23/+166
2009-08-25R6xx/r7xx: add begin/end batch macrosAlex Deucher1-24/+83
2009-08-25r6xx/r7xx: move more common state to default state setupAlex Deucher1-0/+16
2009-08-11radeon/r600: abstract vertex buffer for r600 & r700 hardwareJerome Glisse1-0/+20
2009-08-04RS880: enable accelAlex Deucher1-0/+2
2009-07-23R6xx/R7xx: clip rendering to destination surface dimensionsAlex Deucher1-3/+0
2009-07-16R6xx/r7xx: reduce the amount of default state setupAlex Deucher1-122/+0
2009-06-28R6xx/R7xx: fix pixel centersRoland Scheidegger1-1/+1
2009-05-29Add RV740 (HD4770) supportAlex Deucher1-0/+1
2009-03-26R6xx/R7xx: clean up bool const codeAlex Deucher1-5/+9
2009-03-13R6xx/R7xx: fix up vline stuff along the lines of previous chipsAlex Deucher1-4/+1
2009-03-02R6xx/R7xx EXA: combine composite mask/non-mask VSAlex Deucher1-19/+3
2009-03-02R6xx/R7xx Xv: combine packed and planar shadersAlex Deucher1-0/+23
2009-03-01R6xx/R7xx: switch emit functions to macrosAlex Deucher1-362/+297
2009-02-18R6xx/R7xx EXA/Xv: properly deal with running out of vertex buffer spaceAlex Deucher1-1/+1
2009-02-17R6xx/R7xx EXA: switch to surface sync packetAlex Deucher1-10/+5
2009-02-07Xv vsync support on r6xx/r7xx cards.Pierre Ossman1-2/+57
2009-02-03Initial R6xx/R7xx EXA and textured video supportAlex Deucher1-0/+1110