aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r600/r700_render.c
Commit message (Expand)AuthorAgeFilesLines
* radeon/r200/r300/r600: make bo mapping be explicitDave Airlie2009-11-241-1/+20
* r600: rework DB render setupAlex Deucher2009-11-091-3/+1
* r600: rework draw functionsAlex Deucher2009-11-041-64/+134
* r600: fix count prediction for IB caseAlex Deucher2009-11-041-1/+1
* r600: fix a warning, update commentsAlex Deucher2009-10-301-3/+3
* r600: use AUTO_INDEX for draw - saves cmd buffer spaceAndre Maasikas2009-10-301-18/+10
* r600: remove duplicate stride settingAndre Maasikas2009-10-231-4/+0
* r600: remove remains of old tnl pipelineAlex Deucher2009-10-231-3/+3
* r600: fix render size predictionAlex Deucher2009-10-231-18/+17
* r600: remove old tnl pipelineAlex Deucher2009-10-231-176/+17
* r600: r700PredictRenderSize can flush, so move index buffer setup after itAndre Maasikas2009-10-061-1/+1
* r600: remove support for host-based ibsAlex Deucher2009-10-021-136/+68
* r600 : Enable draw_prim.Richard Li2009-09-271-2/+0
* r600 : disable draw_prim for now.Richard Li2009-09-241-1/+4
* r600: fix up ordering of functions in draw prims pathAlex Deucher2009-09-231-16/+15
* r600: fix r700PredictRenderSize for draw prims pathAlex Deucher2009-09-231-7/+12
* r600 : add hw index buffer draw support.Richard Li2009-09-231-12/+61
* r600: fix copy/paste typoAlex Deucher2009-09-231-1/+1
* r600 : add draw_prim support.Richard Li2009-09-221-24/+643
* r600: enable caching of vertex programsAndre Maasikas2009-09-111-4/+5
* r600: fix Elts handlingAlex Deucher2009-09-041-1/+6
* 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-311-6/+4
* r600: make reloc_chunk size dynamicAlex Deucher2009-08-261-2/+1
* Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into r600_st...Pauli Nieminen2009-08-251-0/+7
|\
| * r600: fix state emit sizesAlex Deucher2009-08-241-0/+7
* | 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-241-2/+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: move full state to radeon state atomsAlex Deucher2009-08-221-38/+7
* r600: convert to using common radeon state atomsAlex Deucher2009-08-201-72/+14
* r600: improve state emissionAlex Deucher2009-08-201-13/+53
* r600: split state emit into block specific functionsAlex Deucher2009-08-201-1/+8
* r600: try and get everything in the draw in one IBAlex Deucher2009-08-201-3/+10
* r600: rework emit codeAlex Deucher2009-08-201-2/+3
* 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
* r600: state cleanupsAlex Deucher2009-08-121-4/+2
* r600: handle state emit betterAlex Deucher2009-08-021-8/+11
* r600: fix regression in texenvAlex Deucher2009-08-021-2/+0
* r600: make sure bos are valid before usign thatAlex Deucher2009-07-311-0/+3
* r600: remove unused offset_mod stuffAlex Deucher2009-07-311-6/+1
* r600: ensure we have enough room for full state emitAlex Deucher2009-07-311-0/+3
* r600: unify state emit into one functionAlex Deucher2009-07-311-24/+32
* r600: re-arrange state setup and emit so they are not mixedAlex Deucher2009-07-311-76/+9
* r600: warning fixesAlex Deucher2009-07-301-2/+0
* r600: split primitive draw into a separate functionAlex Deucher2009-07-301-56/+59