Mesa (master): ilo: add a new disassembler

Chia-I Wu olv at kemper.freedesktop.org
Thu Sep 11 08:31:09 UTC 2014


Module: Mesa
Branch: master
Commit: 6816d853dbbfdc8b960b25496a9fe96a58053815
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6816d853dbbfdc8b960b25496a9fe96a58053815

Author: Chia-I Wu <olvaffe at gmail.com>
Date:   Wed Sep 10 10:34:04 2014 +0800

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      | 1726 -------------
 src/gallium/drivers/ilo/include/brw_structs.h      | 1453 -----------
 .../drivers/ilo/shader/toy_compiler_disasm.c       | 2617 ++++++++++----------
 3 files changed, 1352 insertions(+), 4444 deletions(-)

Diff:   http://cgit.freedesktop.org/mesa/mesa/diff/?id=6816d853dbbfdc8b960b25496a9fe96a58053815



More information about the mesa-commit mailing list