summaryrefslogtreecommitdiff
path: root/tools/intel_decode.c
AgeCommit message (Collapse)Author
2010-01-05decode/i965: Show byte lengths for buffers.Chris Wilson
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2009-11-30decode: Split decoder and reuse outside of intel_gpu_dumpChris Wilson
Introduce a second decoder that simpler operates on a file so that it can be run on dumped batchbuffers independent of the gpu. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2009-04-07Add very preliminary intel_gpu_dump programCarl Worth
Right now it requires a filename on the command line, (such as /debug/dri/0/i915_batchbuffers). We plan to make it smarter in the future by going out and collecting all the data it needs.
2009-04-07Add Eric's batchbuffer-decode codeCarl Worth
This comes from the 3D driver within mesa, with identically named files. In its new life here it will become a standalone program.