graw: Simple utilities to dump and disassemble TGSI tokens.
authorJosé Fonseca <jfonseca@vmware.com>
Wed, 24 Apr 2013 12:08:46 +0000 (13:08 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Thu, 25 Apr 2013 12:03:06 +0000 (13:03 +0100)
commite88a1dba09be86da7f913ee468a2c2d7940ee945
tree1ac6ee02dac4fcff36c82bfea9892d80c565b135
parent1687932d2b54746349f3129aff14bfbdf9e8fb25
graw: Simple utilities to dump and disassemble TGSI tokens.

Useful for core dumps, where calling tgsi_dump() from gdb is not an
alternative.
src/gallium/tests/graw/SConscript
src/gallium/tests/graw/disasm.c [new file with mode: 0644]
src/gallium/tests/graw/tgsi_dump.gdb [new file with mode: 0644]