summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r600/r700_chip.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* r600: move full state to radeon state atomsAlex Deucher2009-08-221-74/+168
* r600: add support for RS880Alex Deucher2009-08-221-0/+1
* r600: better default state size.Alex Deucher2009-08-211-9/+11
* r600: convert to using common radeon state atomsAlex Deucher2009-08-201-70/+77
* r600: improve state emissionAlex Deucher2009-08-201-1/+32
* r600: split state emit into block specific functionsAlex Deucher2009-08-201-280/+336
* r600: move misc regs from general stateAlex Deucher2009-08-201-7/+9
* r600: rework emit codeAlex Deucher2009-08-201-17/+23
* r600: minor cleanupAlex Deucher2009-08-191-2/+1
* 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
* r600: state cleanupsAlex Deucher2009-08-121-1/+1
* r600: make sure bos are valid before usign thatAlex Deucher2009-07-311-0/+12
* r600: remove unused offset_mod stuffAlex Deucher2009-07-311-36/+8
* r600: unify state emit into one functionAlex Deucher2009-07-311-2/+1