summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915tex/intel_batchbuffer.c
AgeCommit message (Expand)Author
2007-09-24Move i915tex driver into place as just i915.Eric Anholt
2007-09-20Uniquely validate the batchbuffer-referenced buffers.Eric Anholt
2007-09-20Merge branch 'master' into i915-unificationEric Anholt
2007-09-19Replace i915tex batchbuffer printout with a pretty-printed version.Eric Anholt
2007-08-16Move i915_disasm to later so we can use the hardware offset.Eric Anholt
2007-08-11Improve debugging further.Keith Whitwell
2007-08-11Better debuggingKeith Whitwell
2007-06-15Replace intel_dump_batchbuffer with a more informational version.Eric Anholt
2007-05-24Replace the flags/hint arguments to bo_alloc{,_static} with a location mask.Eric Anholt
2007-05-21Don't read beyond the end of the buffer with INTEL_DEBUG=bat.Eric Anholt
2007-05-17Restore missing intel_batchbuffer_reset() which was needed.Eric Anholt
2007-05-17Convert i915tex to the new interface and make it compile.Eric Anholt
2007-01-23i915tex: Relocation fixes:Thomas Hellstrom
2006-12-14intel_batchbuffer_flush: Don't assert cliprects when lock is not held.Michel Dänzer
2006-11-01Import texmem i915 driver to its new location as i915tex.Keith Whitwell