summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915tex/intel_batchbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* Move i915tex driver into place as just i915.Eric Anholt2007-09-241-331/+0
* Uniquely validate the batchbuffer-referenced buffers.Eric Anholt2007-09-201-1/+46
* Merge branch 'master' into i915-unificationEric Anholt2007-09-201-5/+3
|\
| * Replace i915tex batchbuffer printout with a pretty-printed version.Eric Anholt2007-09-191-15/+3
| * Improve debugging further.Keith Whitwell2007-08-111-3/+4
| * Better debuggingKeith Whitwell2007-08-111-5/+7
* | Move i915_disasm to later so we can use the hardware offset.Eric Anholt2007-08-161-3/+7
* | Replace intel_dump_batchbuffer with a more informational version.Eric Anholt2007-06-151-22/+1
* | Replace the flags/hint arguments to bo_alloc{,_static} with a location mask.Eric Anholt2007-05-241-2/+1
* | Don't read beyond the end of the buffer with INTEL_DEBUG=bat.Eric Anholt2007-05-211-5/+15
* | Restore missing intel_batchbuffer_reset() which was needed.Eric Anholt2007-05-171-4/+16
* | Convert i915tex to the new interface and make it compile.Eric Anholt2007-05-171-117/+61
|/
* i915tex: Relocation fixes:Thomas Hellstrom2007-01-231-1/+1
* intel_batchbuffer_flush: Don't assert cliprects when lock is not held.Michel Dänzer2006-12-141-9/+7
* Import texmem i915 driver to its new location as i915tex.Keith Whitwell2006-11-011-0/+342