summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/i915/i915_fpc_optimize.c
Commit message (Expand)AuthorAgeFilesLines
* 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