summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r600/r700_render.c
Commit message (Expand)AuthorAgeFilesLines
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-13/+13
* r600: fix vertex buffer size calculationAndre Maasikas2010-08-261-0/+1
* r600: add support for draw_elements_base_vertexAndre Maasikas2010-08-121-11/+27
* r600: relax stride/alignment requirements for verticesAndre Maasikas2010-08-041-16/+7
* radeon: Add DRI2 flush extension support, so we synchronize properly.Mario Kleiner2010-08-021-0/+4
* Revert "radeon: Add DRI2 flush extension to so we synchronize properly."Jerome Glisse2010-08-021-4/+0
* radeon: Add DRI2 flush extension to so we synchronize properly.Mario Kleiner2010-08-021-0/+4
* r600: fix blender picking.Dave Airlie2010-03-021-3/+15
* r600: proper fix for 15601835361e2fdd34b38b265cfc3007749ee24dAlex Deucher2010-02-241-1/+1
* Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke2010-02-191-2/+2
* r600: reduce number of cache flushesAlex Deucher2010-02-041-3/+2
* r600: Remove unnecessary headers.Vinson Lee2010-01-301-1/+0
* r600: Update default state size to account for the new relocationJerome Glisse2010-01-181-1/+1
* 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