aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300
Commit message (Expand)AuthorAgeFilesLines
* 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
* r300/compiler: allocate at least FS inputs if register allocation is disabledMarek Olšák2010-09-043-9/+52
* r300g: add a new debug option which disables compiler optimizationsMarek Olšák2010-09-046-6/+13
* r300/compiler: compute the final number of temporaries during translationMarek Olšák2010-09-041-7/+23
* r300/compiler: make optimizations not use 0.5 swizzles in vertex shadersMarek Olšák2010-09-045-1/+6
* r300/compiler: use peephole and constant folding for vertex shaders tooMarek Olšák2010-09-041-1/+3
* r300/compiler: remove unused enum OPCODE_REPL_ALPHAMarek Olšák2010-09-041-5/+0
* r300/compiler: refactor fragment shader compilationMarek Olšák2010-09-0419-165/+85
* r300/compiler: add new compiler parameter max_constantsMarek Olšák2010-09-046-10/+16
* r300/compiler: refactor vertex shader compilationMarek Olšák2010-09-0418-161/+140
* r300/compiler: remove a redundant parameter in rc_pair_regallocMarek Olšák2010-09-043-3/+4
* r300/compiler: remove a redundant parameter in rc_dataflow_deadcodeMarek Olšák2010-09-044-5/+5
* r300/compiler: use null-terminated array of transformation functionsMarek Olšák2010-09-044-15/+20
* r300/compiler: add new compiler parameter max_alu_instsMarek Olšák2010-09-0410-35/+36
* r300/compiler: put emulate_loop_state in radeon_compilerMarek Olšák2010-09-047-24/+20
* r300: Remove unnecessary header.Vinson Lee2010-08-251-1/+0
* r300/compiler: emulate relative addressing with negative offsets in VSMarek Olšák2010-08-251-0/+74
* r300/compiler: Silence uninitialized variable warning.Vinson Lee2010-08-241-5/+11
* r300g: Add missing comma in SConscript.Vinson Lee2010-08-241-1/+1
* r300/compiler: implement elimination of unused constantsMarek Olšák2010-08-258-1/+189
* r300/compiler: terminate vertex shader compilation immediately after an errorMarek Olšák2010-08-251-36/+56
* r300/compiler: fail to compile if we hit hw limits or an unimplemented featureMarek Olšák2010-08-253-0/+62
* r300/compiler: handle indexable temporaries correctly in deadcode eliminationMarek Olšák2010-08-251-1/+30
* r300/compiler: disable register allocation for indexable temporaries in VSMarek Olšák2010-08-251-5/+25
* r300/compiler: implement DP2 opcodeMarek Olšák2010-08-163-9/+47
* r300/compiler: implement SSG opcodeMarek Olšák2010-08-163-0/+84
* r300/compiler: fix allocation of temporaries in radeonTransformTEXMarek Olšák2010-08-161-2/+6
* r300/compiler: remove an unused variableMarek Olšák2010-08-121-1/+0
* r300/compiler: Implement the CONT opcode.Tom Stellard2010-08-114-7/+20
* r300/compiler: Handle loops in the register allocator.Tom Stellard2010-08-111-4/+34
* r300g: implement gl_FrontFacingMarek Olšák2010-08-112-0/+44