Module: Mesa Branch: master Commit: 13a28ff2368ffdcaafee3cb6c45df77f75b02aea URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=13a28ff2368ffdcaafee3cb6c45df77f75b02aea
Author: Dave Airlie <[email protected]> Date: Fri Feb 3 10:05:00 2017 +1000 radeon/ac: move common llvm build functions to a separate file. Suggested by Marek. Reviewed-by: Marek Olšák <[email protected]> Acked-by: Nicolai Hähnle <[email protected]> Reviewed-by: Edward O'Callaghan <[email protected]> Signed-off-by: Dave Airlie <[email protected]> --- src/amd/Makefile.sources | 2 + src/amd/common/ac_llvm_build.c | 752 ++++++++++++++++++++++ src/amd/common/ac_llvm_build.h | 177 +++++ src/amd/common/ac_llvm_util.c | 717 +-------------------- src/amd/common/ac_llvm_util.h | 135 ---- src/amd/common/ac_nir_to_llvm.c | 1 + src/gallium/drivers/radeonsi/si_shader_internal.h | 1 + 7 files changed, 934 insertions(+), 851 deletions(-) Diff: http://cgit.freedesktop.org/mesa/mesa/diff/?id=13a28ff2368ffdcaafee3cb6c45df77f75b02aea _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
