summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r600
Commit message (Expand)AuthorAgeFilesLines
* 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
* r600: fix _REV texture format component swizzlesAlex Deucher2009-07-271-30/+30
* r600: fix texturesAlex Deucher2009-07-271-1/+1
* r600: don't draw when num indices is 0Alex Deucher2009-07-271-0/+3
* r600: set VGT NUM_INSTANCES as part of the draw commandAlex Deucher2009-07-274-17/+18
* r600: switch vtx resource setup to use SETfield macrosAlex Deucher2009-07-271-9/+13
* r600: switch tex code to use SETfield macrosAlex Deucher2009-07-272-210/+332
* r600: fix segfault in morph3dAlex Deucher2009-07-231-17/+17
* r600: Remove CRLF line endings.José Fonseca2009-07-231-1/+1
* r600: fix dst reg indexing for realRichard Li2009-07-211-5/+5
* Revert "r600: fix dst reg indexing"Alex Deucher2009-07-211-9/+2
* r600: add stencil supportAlex Deucher2009-07-211-15/+146
* r600: use state functions to set default stateAlex Deucher2009-07-211-33/+59
* r600: fill in point functionsAlex Deucher2009-07-211-8/+45
* r600: set provoking vertex to last vertex for OGLAlex Deucher2009-07-211-0/+3
* r600: fill in r700UpdateViewportOffsetAlex Deucher2009-07-211-3/+14
* r600: first pass at polyoffset supportAlex Deucher2009-07-211-13/+106
* R600: fix up some build problemsAlex Deucher2009-07-212-89/+1
* r600: add alpha test supportAlex Deucher2009-07-213-5/+54
* Track Radeon driver symlinks in Git.Michel Dänzer2009-07-2132-45/+32
* r600: fix typo in blend codeAlex Deucher2009-07-201-1/+1
* r600: fix dst reg indexingKevin DeKorte2009-07-201-2/+9
* r600: add blending supportAlex Deucher2009-07-201-13/+197
* r600: add user clip plane supportAlex Deucher2009-07-203-2/+56