tgsi: rename the TGSI fragment kill opcodes
[mesa.git] / src / gallium / drivers / i915 / i915_fpc_optimize.c
2013-07-12 Brian Paultgsi: rename the TGSI fragment kill opcodes
2012-06-16 Stéphane Marchesini915g: More ops commute.
2012-01-11 Stéphane Marchesini915g: Fix bugs in the shader optimizer.
2011-12-28 Stéphane Marchesini915g: Only apply the optimization to output vars.
2011-09-22 Stéphane Marchesini915g: Fix peephole optimization for MOVs.
2011-09-22 Stéphane Marchesini915g: Add an optimization to get rid of useless movs...
2011-09-22 Stéphane Marchesini915g: Fix bug in shader optimizer.
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-11 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-08 Stéphane Marchesini915g: Make the optimizer more generic.
2011-07-07 Stéphane Marchesini915g: Make optimization more generic.
2011-07-07 Stéphane Marchesini915g: Apply optimization to ADDS/MUL and only if we...
2011-07-07 Brian Pauli915g: move code after declaration
2011-07-06 Stéphane Marchesini915g: Fix optimize so that it actually gets used.
2011-07-06 Stéphane Marchesini915g: Fix optimization, also make it more generic.
2011-07-06 Stéphane Marchesini915g: introduce the tiny shader optimizer.