diff options
author | José Fonseca <[email protected]> | 2013-04-24 13:08:46 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2013-04-25 13:03:06 +0100 |
commit | e88a1dba09be86da7f913ee468a2c2d7940ee945 (patch) | |
tree | 1ac6ee02dac4fcff36c82bfea9892d80c565b135 /src/gallium/tests/graw/SConscript | |
parent | 1687932d2b54746349f3129aff14bfbdf9e8fb25 (diff) |
graw: Simple utilities to dump and disassemble TGSI tokens.
Useful for core dumps, where calling tgsi_dump() from gdb is not an
alternative.
Diffstat (limited to 'src/gallium/tests/graw/SConscript')
-rw-r--r-- | src/gallium/tests/graw/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/tests/graw/SConscript b/src/gallium/tests/graw/SConscript index 1fd2b532f40..8740ff3d16e 100644 --- a/src/gallium/tests/graw/SConscript +++ b/src/gallium/tests/graw/SConscript @@ -16,6 +16,7 @@ if env['platform'] == 'freebsd8': progs = [ 'clear', + 'disasm', 'fs-fragcoord', 'fs-frontface', 'fs-test', |