summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300
Commit message (Expand)AuthorAgeFilesLines
* dri/r300: remove duplicated includeNicolas Kaiser2010-09-301-2/+0
* r300/compiler: Move declaration before code.Vinson Lee2010-09-291-1/+1
* r300/compiler: Move declaration before code.Vinson Lee2010-09-291-4/+10
* r300/compiler: Move declaration before code.Vinson Lee2010-09-291-3/+4
* r300/compiler: Move declaration before code.Vinson Lee2010-09-291-10/+18
* r300/compiler: Remove declaration before code.Vinson Lee2010-09-291-5/+6
* r300/compiler: Move declaration before code.Vinson Lee2010-09-291-2/+3
* r300/compiler: Move declaration before code.Vinson Lee2010-09-291-1/+2
* r300/compiler: Move declaration before code.Vinson Lee2010-09-291-6/+13
* r300/compiler: Move declaration before code.Vinson Lee2010-09-291-5/+9
* r300/compiler: Move declaration before code.Vinson Lee2010-09-291-1/+2
* r300/compiler: Move declaration before code.Vinson Lee2010-09-291-8/+16
* r300/compiler: Move declaration before code.Vinson Lee2010-09-291-5/+10
* r300/compiler: Move declaration before code.Vinson Lee2010-09-291-12/+16
* r300/compiler: Move declaration before code.Vinson Lee2010-09-291-2/+3
* r300/compiler: Move declaration before code.Vinson Lee2010-09-291-9/+20
* r300/compiler: Don't merge instructions that write output regs and ALU resultTom Stellard2010-09-281-0/+6
* r300/compiler: Don't use rc_error() unless the error is unrecoverableTom Stellard2010-09-281-3/+3
* r300/compiler: Fix segfault in error pathTom Stellard2010-09-281-1/+1
* r300/compiler: Use rc_for_all_reads_src() in "dead constants" passTom Stellard2010-09-271-27/+24
* r300/compiler: radeon_remove_constants.c: fix indentationTom Stellard2010-09-271-75/+75
* r300/compiler: Print immediate values after "dead constants" passTom Stellard2010-09-273-0/+18
* r300/compiler: Add more helper functions for iterating through sourcesTom Stellard2010-09-272-35/+102
* r300g: add support for 3D NPOT textures without mipmappingMarek Olšák2010-09-282-2/+39
* r300/compiler: fix shadow sampling with swizzled coordsMarek Olšák2010-09-281-4/+5
* r300/compiler: do not use copy propagation if SaturateMode is usedMarek Olšák2010-09-281-1/+2
* r300/compiler: fix projective mapping of 2D NPOT texturesMarek Olšák2010-09-281-0/+39
* r300g: code cleanupsMarek Olšák2010-09-282-150/+131
* mesa: Force GL_SGIS_generate_mipmap to always be enabledIan Romanick2010-09-271-1/+0
* r300/compiler: Fix two mistakes in the presubtract optimization pass.Tom Stellard2010-09-251-14/+31
* r300/compiler: Refactor the pair instruction data structuresTom Stellard2010-09-204-38/+21
* r300/compiler: fix warningsMarek Olšák2010-09-132-2/+3
* r300/compiler: Reorganize presub_helper()Tom Stellard2010-09-101-33/+27
* r300/compiler: Don't use presubtract in TEX instructionsTom Stellard2010-09-101-1/+6
* r300/compiler: Print the presub subtract operation in the correct orderTom Stellard2010-09-101-6/+6
* r300/compiler: Fix dataflow bug in presub_helper()Tom Stellard2010-09-101-0/+2
* r300/compiler: Replace asserts with error messagesTom Stellard2010-09-101-2/+10
* r300/compiler: Fix copy propigation for some presub instructionsTom Stellard2010-09-101-1/+1
* r300/compiler: Add peephole optimization for the 'sub' presubtract operationTom Stellard2010-09-101-8/+17
* r300/compiler: Add peephole optimization for the 'add' presubtract operationTom Stellard2010-09-102-84/+200
* r300/compiler: Clean up rc_pair_alloc_source()Tom Stellard2010-09-101-20/+12
* r300/compiler: Enable presubtract sourcesTom Stellard2010-09-1015-94/+1072
* r300g,r300c: memset the compiler struct to zerosMarek Olšák2010-09-053-0/+3
* r300/compiler: Remove stray break statementTom Stellard2010-09-041-1/+0
* r300/compiler: fix the instruction limit in vertex shadersMarek Olšák2010-09-051-1/+1
* r300/compiler: indent printed instructions according to the branch depthMarek Olšák2010-09-041-4/+44
* r300/compiler: use limits from the compiler input instead of inline constantsMarek Olšák2010-09-041-5/+4
* r300/compiler: improve register allocation with indexable temporaries for VSMarek Olšák2010-09-041-17/+46
* r300/compiler: fix handling of indexed temporaries in peepholeMarek Olšák2010-09-041-1/+9
* r300/compiler: disable deadcode elimination for indexed dst operandsMarek Olšák2010-09-041-0/+14