aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/i915/i915_fpc_emit.c
Commit message (Collapse)AuthorAgeFilesLines
* i915g: Don't generate useless swizzles before texture accesses.Stéphane Marchesin2011-09-221-7/+27
| | | | That helps reduce the number of texture indirections, which are very limited on i915.
* i915g: introduce the tiny shader optimizer.Stéphane Marchesin2011-07-061-1/+0
|
* i915g: Try to do better in the shader compiler.Stéphane Marchesin2011-06-291-15/+31
| | | | | | - Copy i915c's support for phases, that should allow us to run a coupe more shaders. - Fix the error messages. - Still try to proceed when we get a shader that's too long.
* i915g: Don't overflow the program buffer.Stéphane Marchesin2011-06-281-13/+25
| | | | Otherwise it corrupts other fields of the struct and hilarity ensues.
* i915g: Fix assert.Vinson Lee2010-04-111-1/+1
|
* i915g: Drop the simple sufixJakob Bornecrantz2009-10-051-0/+375
None of the other driver have a silly sufix, so just drop it. Nothing new added in this commit or any other commit but this is better marketing.