summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/i915simple/i915_blit.h
Commit message (Collapse)AuthorAgeFilesLines
* i915g: Drop the simple sufixJakob Bornecrantz2009-10-051-55/+0
| | | | | | 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.
* i915g: Switch from pipe_winsys to intel_winsysJakob Bornecrantz2009-09-011-3/+3
| | | | | Also includes moving lots of functions from i915_batch.h into intel_batchbuffer.h
* i915g: Cleanup i915_blit.[c|h]Jakob Bornecrantz2009-08-311-16/+16
|
* i915: Fix surface operationsJakob Bornecrantz2009-01-301-3/+3
|
* Code reorganization: move files into their places.José Fonseca2008-02-151-0/+55
This is in a separate commit to ensure renames are properly preserved.