summaryrefslogtreecommitdiff
path: root/src/r600_exa.c
AgeCommit message (Expand)Author
2009-10-04R6/7xx EXA: Add support for BGRA picture formats.Alex Deucher
2009-09-25r600: space check wasn't correct.Dave Airlie
2009-09-10r600: add CS UTS and DFS hooksAlex Deucher
2009-09-08Merge branch 'r6xx-cs'Dave Airlie
2009-09-08r600: more alignment fixups + vb map/unmapDave Airlie
2009-09-03EXA: Check for solid/gradient pictures the same way for all generations.Michel Dänzer
2009-08-31r6xx/r7xx: various CS fixes from DaveAlex Deucher
2009-08-28EXA: RENDER repeat fix and more cleanup.Michel Dänzer
2009-08-27EXA: RENDER repeat cleanups.Michel Dänzer
2009-08-26r6xx/r7xx: set EXA_HANDLES_PIXMAPSAlex Deucher
2009-08-26r6xx/r7xx: more WIPAlex Deucher
2009-08-25r6xx/r7xx: fix some define problems in Xv codeAlex Deucher
2009-08-25R6xx/r7xx: unmap vb bo when doneAlex Deucher
2009-08-25r6xx/r7xx: fix flipped domainsAlex Deucher
2009-08-25r6xx/r7xx: more cs exa wipAlex Deucher
2009-08-25r6xx/r7xx EXA: WIPAlex Deucher
2009-08-25r6xx/r7xx: first pass at kms accel supportAlex Deucher
2009-08-25R6xx/r7xx: add begin/end batch macrosAlex Deucher
2009-08-25r6xx/r7xx: move more common state to default state setupAlex Deucher
2009-08-25RV740: disable small DFS transfersAlex Deucher
2009-08-24r600: use exa fallback code for solid/copy codepaths.Dave Airlie
2009-08-24r600: fix bad unit in texture setupDave Airlie
2009-08-11radeon/r600: abstract vertex buffer for r600 & r700 hardwareJerome Glisse
2009-08-04RS880: enable accelAlex Deucher
2009-07-23R6xx/R7xx: clip rendering to destination surface dimensionsAlex Deucher
2009-07-16R6xx/r7xx: reduce the amount of default state setupAlex Deucher
2009-07-08KMS CS fixes, take two.Michel Dänzer
2009-07-06Revert "KMS CS fixes."Dave Airlie
2009-07-05KMS CS fixes.Michel Dänzer
2009-05-13R6xx/R7xx: do EXA transforms in the vertex shaderAlex Deucher
2009-03-26R6xx/R7xx EXA: rework composite pixel shaderAlex Deucher
2009-03-26R6xx/R7xx: clean up logic in EXA Comp PS setupAlex Deucher
2009-03-26R6xx/R7xx: clean up bool const codeAlex Deucher
2009-03-19R6xx/R7xx EXA: fix maxPitchBytesAlex Deucher
2009-03-18R6xx/R7xx AGP: disable gart data transfersAlex Deucher
2009-03-13R6xx/R7xx: EXA VSync Option not supported yetAlex Deucher
2009-03-13r600: reload shaders into VRAM on resumeDave Airlie
2009-03-02R6xx/r7xx: remove some unneeded code I missed in the last commitAlex Deucher
2009-03-02R6xx/R7xx EXA: cleanup composite texture setupAlex Deucher
2009-03-02R6xx/R7xx EXA: combine composite mask/non-mask VSAlex Deucher
2009-03-02R6xx/R7xx Xv: combine packed and planar shadersAlex Deucher
2009-03-01R6xx/R7xx: move shaders to r600_shader.c and fixup Xv PSChristian Koenig
2009-03-01R6xx/R7xx: code cleanupsAlex Deucher
2009-03-01R6xx/R7xx: write vertexes directly to the IBAlex Deucher
2009-03-01R6xx/R7xx: switch emit functions to macrosAlex Deucher
2009-02-27EXA: Make sure Prepare/FinishAccess hooks can handle EXA_PREPARE_AUX* indices.Michel Dänzer
2009-02-25R6xx/R7xx EXA: same surface and same coords equals nopAlex Deucher
2009-02-24R6xx/R7xx EXA: init copy_area to NULLAlex Deucher
2009-02-24R6xx/R7xx EXA: Optimize temp surface for overlapping copiesAlex Deucher
2009-02-24R6xx/R7xx EXA: use a temp surface for overlapping copyMark van Doesburg