aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r600
Commit message (Expand)AuthorAgeFilesLines
...
* r600: better default state size.Alex Deucher2009-08-213-9/+15
* r600: convert to using common radeon state atomsAlex Deucher2009-08-207-226/+154
* r600: improve state emissionAlex Deucher2009-08-206-30/+182
* r600: split state emit into block specific functionsAlex Deucher2009-08-205-319/+378
* r600: try and get everything in the draw in one IBAlex Deucher2009-08-201-3/+10
* r600: move misc regs from general stateAlex Deucher2009-08-201-7/+9
* r600: rework emit codeAlex Deucher2009-08-204-37/+44
* r600: minor cleanupAlex Deucher2009-08-191-2/+1
* radeon: Optimize memory handling for dma operations.Pauli Nieminen2009-08-183-18/+4
* r600: fix buildDave Airlie2009-08-183-1/+4
* r600: fix counting error after the last commitAlex Deucher2009-08-171-1/+1
* r600: make sure the number of indices is validAlex Deucher2009-08-171-1/+54
* radeon: remove RADEON_DEBUG_BO stuffAlex Deucher2009-08-171-17/+6
* 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-124-52/+40
* r600: clean up Create/DestroyContextAlex Deucher2009-08-121-0/+2
* radeon: Minor warnings cleanup.Eric Anholt2009-08-124-3/+13
* r600: A shader is bound that exports Z as a float into Red channelCooper Yuan2009-08-122-0/+4
* r600: update num of interp if posizition is usedCooper Yuan2009-08-111-8/+10
* r600: looks like a typoDave Airlie2009-08-091-1/+1
* r600: load per-pixel position into PS in order to use fragment.position.Cooper Yuan2009-08-091-0/+27
* r600: fix r600SetTexOffsetAlex Deucher2009-08-031-5/+7
* r600: handle state emit betterAlex Deucher2009-08-023-8/+16
* r600: Logic Operations Fixvehemens2009-08-021-5/+37
* r600: fix regression in texenvAlex Deucher2009-08-023-60/+37
* r600: fix rectangle texturesAlex Deucher2009-08-012-11/+27
* r600: make sure bos are valid before usign thatAlex Deucher2009-07-312-0/+15
* r600: fix reloc setupAlex Deucher2009-07-311-37/+31
* r600: remove unused offset_mod stuffAlex Deucher2009-07-316-81/+14
* r600: ensure we have enough room for full state emitAlex Deucher2009-07-314-12/+5
* r600: unify state emit into one functionAlex Deucher2009-07-313-28/+34
* r600: re-arrange state setup and emit so they are not mixedAlex Deucher2009-07-314-108/+130
* r600: get updated pending age from cs ioctlAlex Deucher2009-07-311-34/+3
* r600: warning fixesAlex Deucher2009-07-302-9/+1
* r600: split primitive draw into a separate functionAlex Deucher2009-07-302-57/+60
* r600: fix mipmapsAlex Deucher2009-07-302-1/+6
* r600: remove extraneous semicolonAlex Deucher2009-07-291-1/+1
* r600: fix texture pitch alignmentAlex Deucher2009-07-291-2/+4
* r600: minor fixesAlex Deucher2009-07-293-2/+16
* r600: emit fog color in PS input map, fix fog related applicationsCooper Yuan2009-07-291-0/+13
* R6xx/r7xx: VS export fog color as parameterCooper Yuan2009-07-292-0/+22
* r600: fix tex clamp modesAlex Deucher2009-07-281-4/+4
* r600: implement texture border colorAlex Deucher2009-07-282-8/+15
* r600: fix flat shadingAlex Deucher2009-07-284-81/+60
* r600: don't call r700UpdateShaders twice for each renderAlex Deucher2009-07-281-4/+0
* r600: move r700TranslateFragmentShader into r700UpdateShadersAlex Deucher2009-07-282-20/+19
* r600: disable flat shade fix in 506bacb8e40b0a170a4b620113506925d2333735Alex Deucher2009-07-281-2/+2
* R6xx/r7xx: enable flat shading, this can fix quadric/accanti/accperspCooper Yuan2009-07-281-0/+2