Mesa (main): lima/parser: add shader disassembly to dump

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Oct 4 06:52:06 UTC 2021


Module: Mesa
Branch: main
Commit: 1e9f18008ff8d587c342883ed7d8f879aa4c8df5
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1e9f18008ff8d587c342883ed7d8f879aa4c8df5

Author: Andreas Baierl <ichgeh at imkreisrum.de>
Date:   Fri Oct  1 12:44:17 2021 +0200

lima/parser: add shader disassembly to dump

Reviewed-by: Vasily Khoruzhick <anarsoul at gmail.com>
Reviewed-by: Erico Nunes <nunes.erico at gmail.com>
Signed-off-by: Andreas Baierl <ichgeh at imkreisrum.de>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13138>

---

 src/gallium/drivers/lima/ir/gp/codegen.c          |   2 +-
 src/gallium/drivers/lima/ir/gp/codegen.h          |   2 +-
 src/gallium/drivers/lima/ir/gp/disasm.c           | 332 ++++++++++----------
 src/gallium/drivers/lima/ir/pp/codegen.c          |   2 +-
 src/gallium/drivers/lima/ir/pp/codegen.h          |   2 +-
 src/gallium/drivers/lima/ir/pp/disasm.c           | 359 +++++++++++-----------
 src/gallium/drivers/lima/lima_draw.c              |   2 +
 src/gallium/drivers/lima/lima_parser.c            |  32 ++
 src/gallium/drivers/lima/lima_parser.h            |   1 +
 src/gallium/drivers/lima/lima_util.c              |   7 +
 src/gallium/drivers/lima/lima_util.h              |   1 +
 src/gallium/drivers/lima/standalone/lima_disasm.c |   4 +-
 12 files changed, 393 insertions(+), 353 deletions(-)

Diff:   http://cgit.freedesktop.org/mesa/mesa/diff/?id=1e9f18008ff8d587c342883ed7d8f879aa4c8df5


More information about the mesa-commit mailing list