radeonsi: kill point size VS output if it's not used by the rasterizer
[mesa.git] / src / gallium / drivers / i915 / i915_fpc_optimize.c
2017-08-22 Marek Olšákgallium: remove TGSI opcode SCS
2017-08-22 Marek Olšákgallium: remove TGSI opcode XPD
2017-08-22 Marek Olšákgallium: remove TGSI opcode DPH
2017-01-05 Marek Olšákgallium: remove TGSI_OPCODE_SUB
2017-01-05 Marek Olšákgallium: remove TGSI_OPCODE_ABS
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
2015-09-02 Ian Romanickmesa: Fix warning about static being in the wrong place
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-05-20 Marek Olšákgallium: remove TGSI_SAT_MINUS_PLUS_ONE
2013-09-04 Stéphane Marchesini915g: Add more optimizations
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.