r300/compiler: Add a more efficient version of rc_find_free_temporary()
[mesa.git] / src / mesa / drivers / dri / r300 / compiler /
2010-11-22 Tom Stellardr300/compiler: Add a more efficient version of rc_find_...
2010-11-22 Tom Stellardr300/compiler: Enable rename_reg pass for r500 cards
2010-11-22 Tom Stellardr300/compiler: Use presubtract operations as much as...
2010-11-22 Tom Stellardr300/compiler: Convert RGB to alpha in the scheduler
2010-11-22 Tom Stellardr300/compiler: Track readers through branches in rc_get...
2010-11-22 Tom Stellardr300/compiler: Handle BREAK and CONTINUE in rc_get_read...
2010-11-22 Tom Stellardr300/compiler: Add rc_get_readers()
2010-11-22 Tom Stellardr300/compiler: Ignore alpha dest register when replicat...
2010-11-22 Tom Stellardr300/compiler: Use zero as the register index for unuse...
2010-11-22 Tom Stellardr300/compiler: Fix instruction scheduling within IF...
2010-11-22 Tom Stellardr300/compiler: Fix register allocator's handling of...
2010-11-22 Tom Stellardr300/compiler: Make sure presubtract sources use suppor...
2010-11-05 Vinson Leer300/compiler: Move declaration before code.
2010-11-05 Vinson Leer300/compiler: Move declaration before code.
2010-11-02 Tom Stellardr300/compiler: Don't track readers into an IF block.
2010-10-31 Tom Stellardr300/compiler: Don't clobber presubtract sources during...
2010-10-29 Chia-I WuMerge branch 'glapi-reorg'
2010-10-28 Tom Stellardr300/compiler: Use rc_get_readers_normal() for presubtr...
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-19 Vinson Leer300/compiler: Remove unused variable.
2010-10-19 Tom Stellardr300g: Add new debug option for logging vertex/fragment...
2010-10-19 Tom Stellardr300/compiler: Add a new function for more efficient...
2010-10-19 Tom Stellardr300/compiler: Clear empty registers after constant...
2010-10-19 Tom Stellardr300/compiler: Fix incorrect assumption
2010-10-19 Tom Stellardr300/compiler: Create a helper function for merging...
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-09-29 Vinson Leer300/compiler: Move declaration before code.
2010-09-29 Vinson Leer300/compiler: Move declaration before code.
2010-09-29 Vinson Leer300/compiler: Move declaration before code.
2010-09-29 Vinson Leer300/compiler: Move declaration before code.
2010-09-29 Vinson Leer300/compiler: Remove declaration before code.
2010-09-29 Vinson Leer300/compiler: Move declaration before code.
2010-09-29 Vinson Leer300/compiler: Move declaration before code.
2010-09-29 Vinson Leer300/compiler: Move declaration before code.
2010-09-29 Vinson Leer300/compiler: Move declaration before code.
2010-09-29 Vinson Leer300/compiler: Move declaration before code.
2010-09-29 Vinson Leer300/compiler: Move declaration before code.
2010-09-29 Vinson Leer300/compiler: Move declaration before code.
2010-09-29 Vinson Leer300/compiler: Move declaration before code.
2010-09-29 Vinson Leer300/compiler: Move declaration before code.
2010-09-29 Vinson Leer300/compiler: Move declaration before code.
2010-09-29 Tom Stellardr300/compiler: Don't merge instructions that write...
2010-09-29 Tom Stellardr300/compiler: Don't use rc_error() unless the error...
2010-09-29 Tom Stellardr300/compiler: Fix segfault in error path
2010-09-28 Tom Stellardr300/compiler: Use rc_for_all_reads_src() in "dead...
2010-09-28 Tom Stellardr300/compiler: radeon_remove_constants.c: fix indentation
2010-09-28 Tom Stellardr300/compiler: Print immediate values after "dead const...
2010-09-28 Tom Stellardr300/compiler: Add more helper functions for iterating...
2010-09-28 Marek Olšákr300g: add support for 3D NPOT textures without mipmapping
2010-09-28 Marek Olšákr300/compiler: fix shadow sampling with swizzled coords
2010-09-28 Marek Olšákr300/compiler: do not use copy propagation if SaturateM...
2010-09-28 Marek Olšákr300/compiler: fix projective mapping of 2D NPOT textures
2010-09-28 Marek Olšákr300g: code cleanups
2010-09-25 Tom Stellardr300/compiler: Fix two mistakes in the presubtract...
2010-09-21 Brian PaulMerge branch 'sprite-coord'
2010-09-21 Tom Stellardr300/compiler: Refactor the pair instruction data struc...
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-13 Marek Olšákr300/compiler: fix warnings
2010-09-11 Tom Stellardr300/compiler: Reorganize presub_helper()
2010-09-11 Tom Stellardr300/compiler: Don't use presubtract in TEX instructions
2010-09-11 Tom Stellardr300/compiler: Print the presub subtract operation...
2010-09-11 Tom Stellardr300/compiler: Fix dataflow bug in presub_helper()
2010-09-11 Tom Stellardr300/compiler: Replace asserts with error messages
2010-09-11 Tom Stellardr300/compiler: Fix copy propigation for some presub...
2010-09-11 Tom Stellardr300/compiler: Add peephole optimization for the 'sub...
2010-09-11 Tom Stellardr300/compiler: Add peephole optimization for the 'add...
2010-09-11 Tom Stellardr300/compiler: Clean up rc_pair_alloc_source()
2010-09-11 Tom Stellardr300/compiler: Enable presubtract sources
2010-09-05 Tom Stellardr300/compiler: Remove stray break statement
2010-09-04 Marek Olšákr300/compiler: fix the instruction limit in vertex...
2010-09-04 Marek Olšákr300/compiler: indent printed instructions according...
2010-09-04 Marek Olšákr300/compiler: use limits from the compiler input inste...
2010-09-04 Marek Olšákr300/compiler: improve register allocation with indexab...
2010-09-04 Marek Olšákr300/compiler: fix handling of indexed temporaries...
2010-09-04 Marek Olšákr300/compiler: disable deadcode elimination for indexed...
2010-09-04 Marek Olšákr300/compiler: allocate at least FS inputs if register...
2010-09-04 Marek Olšákr300g: add a new debug option which disables compiler...
2010-09-04 Marek Olšákr300/compiler: compute the final number of temporaries...
2010-09-04 Marek Olšákr300/compiler: make optimizations not use 0.5 swizzles...
2010-09-04 Marek Olšákr300/compiler: use peephole and constant folding for...
2010-09-04 Marek Olšákr300/compiler: remove unused enum OPCODE_REPL_ALPHA
2010-09-04 Marek Olšákr300/compiler: refactor fragment shader compilation
2010-09-04 Marek Olšákr300/compiler: add new compiler parameter max_constants
2010-09-04 Marek Olšákr300/compiler: refactor vertex shader compilation
2010-09-04 Marek Olšákr300/compiler: remove a redundant parameter in rc_pair_...
2010-09-04 Marek Olšákr300/compiler: remove a redundant parameter in rc_dataf...
2010-09-04 Marek Olšákr300/compiler: use null-terminated array of transformat...
2010-09-04 Marek Olšákr300/compiler: add new compiler parameter max_alu_insts
2010-09-04 Marek Olšákr300/compiler: put emulate_loop_state in radeon_compiler
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-25 Marek Olšákr300/compiler: emulate relative addressing with negativ...
2010-08-25 Vinson Leer300/compiler: Silence uninitialized variable warning.
2010-08-25 Vinson Leer300g: Add missing comma in SConscript.
2010-08-25 Marek Olšákr300/compiler: implement elimination of unused constants
2010-08-25 Marek Olšákr300/compiler: terminate vertex shader compilation...
2010-08-25 Marek Olšákr300/compiler: fail to compile if we hit hw limits...
2010-08-25 Marek Olšákr300/compiler: handle indexable temporaries correctly...
2010-08-25 Marek Olšákr300/compiler: disable register allocation for indexabl...
2010-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-17 Ian RomanickMerge branch 'glsl2'
next