tools/trace: Tool to dump gallium state at any draw call. 71/7071/1
authorJosé Fonseca <jfonseca@vmware.com>
Thu, 20 Jun 2013 18:40:06 +0000 (19:40 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Fri, 21 Jun 2013 13:30:20 +0000 (14:30 +0100)
commitcc4ad695caa0546c7a9bcb6719f5efaf90db5608
treedf373ba9e023d90d5537b9b3089ae20e5e0fdfc3
parenta7bccb33b95699eb5c14b76e782da75e6d8c2738
tools/trace: Tool to dump gallium state at any draw call.

Based from the code from the good old python state tracker.

Extremely handy to diagnose regressions in state trackers.
Reviewed-by: Brian Paul <brianp@vmware.com>
src/gallium/tools/trace/dump_state.py [new file with mode: 0755]
src/gallium/tools/trace/parse.py