summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r600/r700_chip.c
Commit message (Expand)AuthorAgeFilesLines
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-41/+41
* r600c: fix buffer height setting in dri2 caseAndre Maasikas2010-09-151-4/+23
* r600c: oq updatesAlex Deucher2010-09-101-1/+1
* r600: fix vertex buffer size calculationAndre Maasikas2010-08-261-12/+1
* evergreen : initial support driver code.richard2010-08-201-42/+80
* r600: add support for draw_elements_base_vertexAndre Maasikas2010-08-121-15/+1
* radeon: Use MESA_FORMAT_SARGB8 for sRGB formatsHenri Verbeet2010-08-091-2/+2
* r600: add new relocs for tiling supportAlex Deucher2010-08-051-11/+26
* r600: add support for more rendering formatsAlex Deucher2010-04-261-15/+244
* r600: proper fix for 15601835361e2fdd34b38b265cfc3007749ee24dAlex Deucher2010-02-241-1/+1
* Revert "r600c: substract vbo offset to vbo size"Jerome Glisse2010-02-121-1/+1
* r600c: substract vbo offset to vbo sizeJerome Glisse2010-02-121-1/+1
* r600: be more exact in vb size calculationAndre Maasikas2010-02-121-1/+2
* r600: support GL_SHORT attributesAndre Maasikas2010-02-121-5/+5
* r600: Remove unnecessary headers.Vinson Lee2010-01-301-2/+0
* r600: enable draw_offsetAndre Maasikas2010-01-221-2/+1
* r6xx/r7xx: emit relocation for FRAG & TILE bufferJerome Glisse2010-01-181-3/+21
* r600: adjust after radeon mipmap changes in 7118db8700Andre Maasikas2010-01-051-4/+1
* r600: fix typos for vert-texAndre Maasikas2009-12-151-2/+2
* r600 : add texture support for vertex shader.Richard Li2009-12-141-4/+30
* Merge branch 'mesa_7_7_branch'Brian Paul2009-12-111-1/+5
|\
| * Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul2009-12-111-1/+5
| |\
| | * r600: fix state size prediction after dc0777d3Andre Maasikas2009-12-091-1/+5
* | | Merge branch 'mesa_7_7_branch'Andre Maasikas2009-12-081-1/+1
|\| |
| * | Merge branch 'mesa_7_6_branch' into mesa_7_7_branchAndre Maasikas2009-12-081-1/+1
| |\|
| | * r600: reorder state for render_target and blendAndre Maasikas2009-12-081-1/+1
| | * r600: don't emit htile regsAlex Deucher2009-11-091-4/+2
| | * r600: add span support for 1D tilesAlex Deucher2009-09-241-1/+1
| | * r600: enable caching of vertex programsAndre Maasikas2009-09-241-6/+4
| | * r600: check if textures are actually enabled before submissionAlex Deucher2009-09-241-55/+63
* | | Merge remote branch 'origin/mesa_7_7_branch'Dave Airlie2009-11-201-3/+7
|\| |
| * | r600: align for mipmap tree changesMaciej Cencora2009-11-181-3/+7
* | | r600 : update PS and VS emit count for loop constants.Richard Li2009-11-181-2/+2
* | | r600 : Initial version of glsl fc.Richard Li2009-11-181-45/+54
|/ /
* | r600: don't emit htile regsAlex Deucher2009-11-091-4/+2
* | r600: remove the no rrb messagesAlex Deucher2009-10-291-2/+0
* | r600: add occlusion query supportAlex Deucher2009-10-281-0/+54
* | r600: remove remains of old tnl pipelineAlex Deucher2009-10-231-113/+8
* | r600: fix render size predictionAlex Deucher2009-10-231-2/+2
* | radeon: Fix newlines.Michal Krol2009-09-251-14/+14
* | r600 : fix draw_prim bug: vertex fetcher setting.Richard Li2009-09-241-3/+16
* | r600 : add draw_prim support.Richard Li2009-09-221-8/+92
* | r600: add span support for 1D tilesAlex Deucher2009-09-141-1/+1
* | r600: enable caching of vertex programsAndre Maasikas2009-09-111-6/+4
* | r600: check if textures are actually enabled before submissionAlex Deucher2009-09-091-55/+63
|/
* r600: rework cb/db setupAlex Deucher2009-09-031-0/+91
* r600: Convert to shared debug code and add a few new debug messages.Pauli Nieminen2009-08-311-0/+34
* r600: fix state emit sizesAlex Deucher2009-08-241-7/+67
* r600: fix count for CB/DB target stateAlex Deucher2009-08-231-2/+2
* r600: make state emit more fine grainedAlex Deucher2009-08-221-99/+211