summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/i915/i915_fpc_optimize.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Fix warning about static being in the wrong placeIan Romanick2015-09-021-1/+1
* gallium: remove TGSI_SAT_MINUS_PLUS_ONEMarek Olšák2015-05-201-2/+2
* i915g: Add more optimizationsStéphane Marchesin2013-09-041-49/+359
* tgsi: rename the TGSI fragment kill opcodesBrian Paul2013-07-121-2/+2
* i915g: More ops commute.Stéphane Marchesin2012-06-151-6/+19
* i915g: Fix bugs in the shader optimizer.Stéphane Marchesin2012-01-111-46/+80
* i915g: Only apply the optimization to output vars.Stéphane Marchesin2011-12-271-0/+1
* i915g: Fix peephole optimization for MOVs.Stéphane Marchesin2011-09-221-0/+8
* i915g: Add an optimization to get rid of useless movs, in particular at the e...Stéphane Marchesin2011-09-211-3/+38
* i915g: Fix bug in shader optimizer.Stéphane Marchesin2011-09-211-2/+2
* i915g: Make optimization more generic.Stéphane Marchesin2011-07-071-27/+58
* i915g: Apply optimization to ADDS/MUL and only if we're not saturating.Stéphane Marchesin2011-07-071-6/+27
* i915g: move code after declarationBrian Paul2011-07-061-1/+2
* i915g: Fix optimize so that it actually gets used.Stéphane Marchesin2011-07-061-1/+1
* i915g: Fix optimization, also make it more generic.Stéphane Marchesin2011-07-061-2/+26
* i915g: introduce the tiny shader optimizer.Stéphane Marchesin2011-07-061-0/+182