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