aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/i915simple/i915_state_immediate.c
Commit message (Collapse)AuthorAgeFilesLines
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+1
| | | | Also, rename p_tile.[ch] to u_tile.[ch]
* i915: Disable color buffer writes if no color buffer is attachedJakob Bornecrantz2008-06-091-3/+7
|
* i915: Made vertex submission eaven fasterJakob Bornecrantz2008-05-281-1/+1
|
* Standardize on using the pipe/ include prefix.José Fonseca2008-02-181-1/+1
|
* Code reorganization: move files into their places.José Fonseca2008-02-151-0/+221
This is in a separate commit to ensure renames are properly preserved.