aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/i915/i915_prim_emit.c
Commit message (Collapse)AuthorAgeFilesLines
* i915g: Remove heuristic flushing.Stephane Marchesin2011-08-021-2/+0
|
* i915g: Improve flushing using heuristics.Stéphane Marchesin2011-07-061-0/+2
|
* i915g: streamline derived state updates of the driver pipelineDaniel Vetter2011-03-101-1/+0
| | | | | | | | Flushing the batch/hw backend doesn't invalidate the derived state. So kill the unnecessary function calls and add an assert in emit_hardware_state for paranoia. Signed-off-by: Daniel Vetter <[email protected]>
* i915g: kill relocs accoutingDaniel Vetter2011-03-011-2/+2
| | | | | | | No one ever cared. libdrm does dynamic resizing of its reloc-table, anyway. Signed-off-by: Daniel Vetter <[email protected]>
* draw: Add EMIT_4UB_BGRA formatJakob Bornecrantz2010-03-261-0/+7
| | | | Needed for i915g, also fixed swizzle in draw_vs_aos_io.
* i915g: Drop the simple sufixJakob Bornecrantz2009-10-051-0/+219
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.