summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r600
Commit message (Expand)AuthorAgeFilesLines
* radeon: Fix scissors for r600 KMS.Pauli Nieminen2009-09-241-2/+3
* r600: add support for CUBE textures, also TXPAndre Maasikas2009-09-242-47/+263
* r600: fix typo in the last commitAlex Deucher2009-09-241-5/+5
* r600: various cleanupsAlex Deucher2009-09-242-40/+22
* r600: fix some issues with LIT instructionAndre Maasikas2009-09-241-33/+36
* r600: fix point sizesAlex Deucher2009-09-241-4/+4
* r600: fix polygon offsetAlex Deucher2009-09-241-3/+8
* r600: support position_invariant programsAndre Maasikas2009-09-241-12/+18
* r600: add span support for 1D tilesAlex Deucher2009-09-242-1/+3
* r600: fix warningAlex Deucher2009-09-241-0/+1
* r600: fix texcoords from constantsAndre Maasikas2009-09-241-40/+52
* r600: enable caching of vertex programsAndre Maasikas2009-09-246-62/+110
* r600: check if textures are actually enabled before submissionAlex Deucher2009-09-242-56/+64
* r600: fix ftp for dri1Alex Deucher2009-09-241-3/+4
* r600: don't setup hardware state if TFPDave Airlie2009-09-241-0/+4
* r600: fix dri2 clippingAlex Deucher2009-09-241-2/+2
* r600: fix Elts handlingAlex Deucher2009-09-042-3/+16
* r600: rework cb/db setupAlex Deucher2009-09-033-130/+109
* r600: make sure the active vertex shader bo is re-added to persistent list.Alex Deucher2009-09-031-0/+7
* r600: visual depth has no meaning here.Dave Airlie2009-09-031-12/+2
* r600: make sure the active shader bo is re-added to persistent list.Dave Airlie2009-09-031-0/+8
* r600: Add more trace debug output to rendering pipeline.Pauli Nieminen2009-08-311-0/+10
* r600: Convert to shared debug code and add a few new debug messages.Pauli Nieminen2009-08-3114-173/+141
* radeon: Add common debugging functions.Pauli Nieminen2009-08-312-0/+2
* r600: fix scissor also.Dave Airlie2009-08-281-2/+2
* r600: fix two sided stencilAlex Deucher2009-08-261-14/+4
* r600: add missing radeon_cs_space_set_flush callAlex Deucher2009-08-261-0/+3
* r600: make reloc_chunk size dynamicAlex Deucher2009-08-262-5/+10
* r600: fix memory leakAlex Deucher2009-08-261-1/+2
* r600: Update vertex fetch shader if necessaryCooper Yuan2009-08-263-6/+19
* radeon/r600: Fix remaining warnings when building 64 bit binary.Pauli Nieminen2009-08-252-2/+4
* radeon: Fix all compiler warnings.Pauli Nieminen2009-08-252-3/+3
* Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into r600_st...Pauli Nieminen2009-08-258-122/+149
|\
| * r600: code cleanupAlex Deucher2009-08-245-108/+74
| * r600: fix state emit sizesAlex Deucher2009-08-243-14/+75
* | radeon/r200/r300/r600: Warn if we emit more than prediction was.Pauli Nieminen2009-08-251-1/+5
* | r600: Fix indetion and add useful debug output.Pauli Nieminen2009-08-241-9/+14
* | Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into r600_st...Pauli Nieminen2009-08-244-47/+41
|\ \ | |/
| * r600: scissor updates for dri2Dave Airlie2009-08-241-14/+23
| * r600: switch to common cs functionsDave Airlie2009-08-242-31/+14
| * r600: map 16 VS outputsAlex Deucher2009-08-241-0/+2
| * r600: fix logic copy paste errorAlex Deucher2009-08-231-2/+2
* | r600: Improve emit prediction.Pauli Nieminen2009-08-241-5/+13
* | r600: Predict emit size for next rendering.Pauli Nieminen2009-08-241-6/+32
|/
* r600: bump reloc_chunk sizeAlex Deucher2009-08-231-1/+1
* r600: fix count for CB/DB target stateAlex Deucher2009-08-231-2/+2
* r600: use persistent bos for shadersAlex Deucher2009-08-231-24/+26
* r600: always emit CB baseAlex Deucher2009-08-231-1/+7
* r600: make state emit more fine grainedAlex Deucher2009-08-224-106/+230
* r600: move full state to radeon state atomsAlex Deucher2009-08-229-192/+262