Mesa (master): radeonsi: move LLVM ALU codegen into radeonsi

Marek Olšák mareko at kemper.freedesktop.org
Tue Oct 18 17:08:04 UTC 2016


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

Author: Marek Olšák <marek.olsak at amd.com>
Date:   Mon Oct 17 01:36:58 2016 +0200

radeonsi: move LLVM ALU codegen into radeonsi

Acked-by: Nicolai Hähnle <nicolai.haehnle at amd.com>
Reviewed-by: Emil Velikov <emil.velikov at collabora.com>
Acked-by: Edward O'Callaghan <funfunctor at folklore1984.net>

---

 src/gallium/drivers/radeon/radeon_llvm.h           |    9 -
 .../drivers/radeon/radeon_setup_tgsi_llvm.c        |  979 +------------------
 src/gallium/drivers/radeonsi/Makefile.sources      |    2 +
 src/gallium/drivers/radeonsi/si_shader.c           |    9 +-
 src/gallium/drivers/radeonsi/si_shader_internal.h  |   37 +
 src/gallium/drivers/radeonsi/si_shader_tgsi_alu.c  | 1012 ++++++++++++++++++++
 6 files changed, 1056 insertions(+), 992 deletions(-)

Diff:   http://cgit.freedesktop.org/mesa/mesa/diff/?id=4e5d076fcf8aae76c553531d713a3c9213fb419d



More information about the mesa-commit mailing list