summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r600/r700_render.c
AgeCommit message (Expand)Author
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-08-26r600: fix vertex buffer size calculationAndre Maasikas
2010-08-12r600: add support for draw_elements_base_vertexAndre Maasikas
2010-08-04r600: relax stride/alignment requirements for verticesAndre Maasikas
2010-08-02radeon: Add DRI2 flush extension support, so we synchronize properly.Mario Kleiner
2010-08-02Revert "radeon: Add DRI2 flush extension to so we synchronize properly."Jerome Glisse
2010-08-02radeon: Add DRI2 flush extension to so we synchronize properly.Mario Kleiner
2010-03-02r600: fix blender picking.Dave Airlie
2010-02-24r600: proper fix for 15601835361e2fdd34b38b265cfc3007749ee24dAlex Deucher
2010-02-19Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke
2010-02-04r600: reduce number of cache flushesAlex Deucher
2010-01-30r600: Remove unnecessary headers.Vinson Lee
2010-01-18r600: Update default state size to account for the new relocationJerome Glisse
2009-11-24radeon/r200/r300/r600: make bo mapping be explicitDave Airlie
2009-11-09r600: rework DB render setupAlex Deucher
2009-11-04r600: rework draw functionsAlex Deucher
2009-11-04r600: fix count prediction for IB caseAlex Deucher
2009-10-30r600: fix a warning, update commentsAlex Deucher
2009-10-30r600: use AUTO_INDEX for draw - saves cmd buffer spaceAndre Maasikas
2009-10-23r600: remove duplicate stride settingAndre Maasikas
2009-10-23r600: remove remains of old tnl pipelineAlex Deucher
2009-10-23r600: fix render size predictionAlex Deucher
2009-10-23r600: remove old tnl pipelineAlex Deucher
2009-10-06r600: r700PredictRenderSize can flush, so move index buffer setup after itAndre Maasikas
2009-10-02r600: remove support for host-based ibsAlex Deucher
2009-09-27r600 : Enable draw_prim.Richard Li
2009-09-24r600 : disable draw_prim for now.Richard Li
2009-09-23r600: fix up ordering of functions in draw prims pathAlex Deucher
2009-09-23r600: fix r700PredictRenderSize for draw prims pathAlex Deucher
2009-09-23r600 : add hw index buffer draw support.Richard Li
2009-09-23r600: fix copy/paste typoAlex Deucher
2009-09-22r600 : add draw_prim support.Richard Li
2009-09-11r600: enable caching of vertex programsAndre Maasikas
2009-09-04r600: fix Elts handlingAlex Deucher
2009-08-31r600: Add more trace debug output to rendering pipeline.Pauli Nieminen
2009-08-31r600: Convert to shared debug code and add a few new debug messages.Pauli Nieminen
2009-08-26r600: make reloc_chunk size dynamicAlex Deucher
2009-08-25Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into r600_st...Pauli Nieminen
2009-08-25radeon/r200/r300/r600: Warn if we emit more than prediction was.Pauli Nieminen
2009-08-24r600: fix state emit sizesAlex Deucher
2009-08-24r600: Fix indetion and add useful debug output.Pauli Nieminen
2009-08-24Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into r600_st...Pauli Nieminen
2009-08-23r600: fix logic copy paste errorAlex Deucher
2009-08-24r600: Improve emit prediction.Pauli Nieminen
2009-08-24r600: Predict emit size for next rendering.Pauli Nieminen
2009-08-22r600: move full state to radeon state atomsAlex Deucher
2009-08-20r600: convert to using common radeon state atomsAlex Deucher
2009-08-20r600: improve state emissionAlex Deucher
2009-08-20r600: split state emit into block specific functionsAlex Deucher
2009-08-20r600: try and get everything in the draw in one IBAlex Deucher