aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r600
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* r600: add support for RS880Alex Deucher2009-08-222-0/+3
* r600: better default state size.Alex Deucher2009-08-213-9/+15
* r600: convert to using common radeon state atomsAlex Deucher2009-08-207-226/+154
* r600: improve state emissionAlex Deucher2009-08-206-30/+182
* r600: split state emit into block specific functionsAlex Deucher2009-08-205-319/+378
* r600: try and get everything in the draw in one IBAlex Deucher2009-08-201-3/+10
* r600: move misc regs from general stateAlex Deucher2009-08-201-7/+9
* r600: rework emit codeAlex Deucher2009-08-204-37/+44
* r600: minor cleanupAlex Deucher2009-08-191-2/+1
* radeon: Optimize memory handling for dma operations.Pauli Nieminen2009-08-183-18/+4
* r600: fix buildDave Airlie2009-08-183-1/+4
* r600: fix counting error after the last commitAlex Deucher2009-08-171-1/+1
* r600: make sure the number of indices is validAlex Deucher2009-08-171-1/+54
* radeon: remove RADEON_DEBUG_BO stuffAlex Deucher2009-08-171-17/+6
* r600: emit SURFACE_BASE_UPDATE on depth base updates on rv6xxAlex Deucher2009-08-141-0/+8
* r600: move non-surface related cb state to general stateAlex Deucher2009-08-131-6/+12
* r600: move non-surface related depth state to general stateAlex Deucher2009-08-131-23/+15