Module: Mesa Branch: master Commit: 6816d853dbbfdc8b960b25496a9fe96a58053815 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6816d853dbbfdc8b960b25496a9fe96a58053815
Author: Chia-I Wu <[email protected]> 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 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
