summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915tex/intel_batchbuffer.c
AgeCommit message (Collapse)Author
2007-01-23i915tex: Relocation fixes:Thomas Hellstrom
Increase the number of allowed relocations per batchbuffer. Fix an assert to avoid an array index overflow. (Reported by Steve Wilkins)
2006-12-14intel_batchbuffer_flush: Don't assert cliprects when lock is not held.Michel Dänzer
This is a legitimate situation when copying texture data between mipmap trees.
2006-11-01Import texmem i915 driver to its new location as i915tex.Keith Whitwell