From e88a1dba09be86da7f913ee468a2c2d7940ee945 Mon Sep 17 00:00:00 2001 From: José Fonseca <jfonseca@vmware.com> Date: Wed, 24 Apr 2013 13:08:46 +0100 Subject: 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 | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/tests/graw/SConscript') 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', -- cgit v1.2.3