ilo: add a new disassembler
authorChia-I Wu <olvaffe@gmail.com>
Wed, 10 Sep 2014 02:34:04 +0000 (10:34 +0800)
committerChia-I Wu <olvaffe@gmail.com>
Thu, 11 Sep 2014 08:29:38 +0000 (16:29 +0800)
commit6816d853dbbfdc8b960b25496a9fe96a58053815
tree2e17f2ba21ae5076c0af9f0dd3f28430f96ad12f
parentb51b349942ffd22a12d578bee6ba5db60d88d1bd
ilo: add a new disassembler

The old disassembler was modified from i965's.  It is as much work as doing a
new one to keep it up-to-date, which also requires copying more headers over.

The outputs of this new disassembler should match i965's as closely as
possible.
src/gallium/drivers/ilo/include/brw_defines.h [deleted file]
src/gallium/drivers/ilo/include/brw_structs.h [deleted file]
src/gallium/drivers/ilo/shader/toy_compiler_disasm.c