r300g: fix RG/LATC1_SNORM by doing UNORM->SNORM conversion in the shader
[mesa.git] / src / mesa / drivers / dri / r300 / compiler /
2011-04-05 Marek Olšákr300g: fix RG/LATC1_SNORM by doing UNORM->SNORM convers...
2011-04-05 Marek Olšákr300/compiler: implement the CND opcode
2011-04-05 Marek Olšákr300/compiler: set the MSB of ADDR for inline constants
2011-04-04 Marek Olšákr300/compiler: apply the texture swizzle to shadow...
2011-04-04 Marek Olšákr300/compiler: propagate SaturateMode down to the resul...
2011-04-03 Tom StellardRevert "r300/compiler: Remove obsolete compiler passes"
2011-04-01 Tom Stellardr300/compiler: Remove obsolete compiler passes
2011-03-18 Tom Stellardr300/compiler: Use a 4-bit writemask in pair instructions
2011-03-12 Marek Olšákr300/compiler: do not set TEX_IGNORE_UNCOVERED on r500
2011-03-12 Marek Olšákr300/compiler: TEX instructions don't support negation...
2011-03-12 Marek Olšákr300/compiler: Abs doesn't cancel Negate (in the conver...
2011-03-12 Marek Olšákr300/compiler: fix translating the src negate bits...
2011-03-12 Marek Olšákr300g: implement fragment color clamping in the shader
2011-03-12 Marek Olšákr300/compiler: fix the saturate modifier when applied...
2011-03-08 Marek Olšákr300/compiler: remove unused variables
2011-03-08 Marek Olšákr300/compiler: fix equal and notequal shadow compare...
2011-03-08 Marek Olšákr300/compiler: detect constants harder
2011-03-08 Marek Olšákr300/compiler: improve the detection of constants for...
2011-03-08 Marek Olšákr300/compiler: saturate Z before the shadow comparison
2011-02-12 Tom Stellardr300/compiler: Don't erase sources when converting...
2011-02-06 Tom Stellardr300/compiler: Disable register rename pass on r500
2011-02-05 Tom Stellardr300/compiler: Don't count BEGIN_TEX instructions in...
2011-01-30 Tom Stellardr300/compiler: Standardize the number of bits used...
2011-01-28 Marek Olšákr300/compiler: print stats based on the initial number...
2011-01-24 Tom Stellardr300g: Increase fragment shader limits for r400 cards
2011-01-23 Marek Olšákr300/compiler: remove any code related to relative...
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-04 Marek Olšákr300/compiler: disable the rename_regs pass for loops
2011-01-04 Tom Stellardr300/compiler: Fix black terrain in Civ4
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-11 Marek Olšákr300/compiler: fix swizzle lowering with a presubtract...
2010-12-11 Marek Olšákr300/compiler: fix LIT in VS
2010-12-08 Marek Olšákr300/compiler: remove at least unused immediates if...
2010-12-08 Marek Olšákr300/compiler: make lowering passes possibly use up...
2010-12-08 Marek Olšákr300/compiler: handle DPH and XPD in rc_compute_sources...
2010-12-08 Marek Olšákr300/compiler: do not print pair/tex/presub program...
2010-12-08 Marek Olšákr300/compiler: cleanup rc_run_compiler
2010-12-08 Marek Olšákr300/compiler: add a function to query program stats...
2010-12-08 Marek Olšákr300/compiler: don't terminate regalloc if we surpass...
2010-12-02 Marek Olšákr300/compiler: disable the swizzle lowering pass in...
2010-12-01 Marek Olšákr300/compiler: implement and lower OPCODE_CLAMP
2010-11-26 Marek Olšákr300/compiler: move util functions to radeon_compiler_util
2010-11-26 Marek Olšákr300/compiler: add a function for swizzling a mask
2010-11-26 Marek Olšákr300/compiler: remove duplicate function rc_mask_to_swz
2010-11-26 Marek Olšákr300/compiler: fix rc_rewrite_depth_out for it to work...
2010-11-25 Vinson Leer300/compiler: Move declaration before code.
2010-11-25 Vinson Leer300/compiler: Move declaration before code.
2010-11-23 Tom Stellardr300/compiler: Don't allow presubtract sources to be...
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
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...
next