aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r600/r700_chip.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* r600: re-arrange state setup and emit so they are not mixedAlex Deucher2009-07-311-0/+64
* r600: warning fixesAlex Deucher2009-07-301-7/+1
* r600: fix flat shadingAlex Deucher2009-07-281-34/+10
* r600: set VGT NUM_INSTANCES as part of the draw commandAlex Deucher2009-07-271-1/+0
* r600: switch vtx resource setup to use SETfield macrosAlex Deucher2009-07-271-9/+13
* r600: add alpha test supportAlex Deucher2009-07-211-0/+1
* r600: add user clip plane supportAlex Deucher2009-07-201-0/+22
* R6xx/R7xx: add fine grained syncing supportAlex Deucher2009-07-171-3/+20
* R6xx/r7xx: send depth state in it's own functionAlex Deucher2009-07-171-95/+64
* R6xx/r7xx: add some missing state regsAlex Deucher2009-07-171-21/+24
* R6xx: fix rendering on r6xx/rs780 chipsAlex Deucher2009-07-161-0/+41
* Restore vp input mapping, fix vtx stream missing problem.Richard Li2009-07-161-1/+1
* R6xx/r7xx: warning fixesKevin DeKorte2009-07-151-1/+4
* R6xx/r7xx: fix missing vertex streamRichard Li2009-07-151-17/+15
* r6xx/r7xx: fix buffer aging bugAlex Deucher2009-07-141-16/+18
* R6xx/r7xx: first pass at texture supportAlex Deucher2009-07-061-1/+1
* r6xx/r7xx: rework aos setupAlex Deucher2009-07-011-4/+4
* add LINK_STATES for SPI_PS and SEMANTICCooper Yuan2009-06-221-1/+68
* Properly set aos_countAlex Deucher2009-06-111-8/+10
* Pull in additional state setup from the DDXAlex Deucher2009-06-091-0/+50
* re-arrange state structureAlex Deucher2009-06-041-345/+301
* Don't program VGT_OUT_DEALLOC_CNTL/VGT_VERTEX_REUSE_BLOCK_CNTLAlex Deucher2009-06-041-3/+0
* start to fill in ShadeModel()Alex Deucher2009-06-031-0/+1