Module: Mesa Branch: master Commit: 82d2d73e03eb851a6de4e8d9528d46a1c9374f4a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=82d2d73e03eb851a6de4e8d9528d46a1c9374f4a
Author: Pierre-Eric Pelloux-Prayer <[email protected]> Date: Mon Sep 7 09:56:01 2020 +0200 amd/llvm: switch to 3-spaces style Follow-up of !4319 using the same clang-format config. Acked-by: Samuel Pitoiset <[email protected]> Acked-by: Marek Olšák <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5310> --- src/amd/llvm/ac_llvm_build.c | 8180 +++++++++++++++----------------- src/amd/llvm/ac_llvm_build.h | 1030 ++-- src/amd/llvm/ac_llvm_cull.c | 403 +- src/amd/llvm/ac_llvm_cull.h | 43 +- src/amd/llvm/ac_llvm_helper.cpp | 385 +- src/amd/llvm/ac_llvm_util.c | 582 ++- src/amd/llvm/ac_llvm_util.h | 145 +- src/amd/llvm/ac_nir_to_llvm.c | 9967 +++++++++++++++++++-------------------- src/amd/llvm/ac_nir_to_llvm.h | 24 +- src/amd/llvm/ac_shader_abi.h | 285 +- 10 files changed, 9947 insertions(+), 11097 deletions(-) Diff: http://cgit.freedesktop.org/mesa/mesa/diff/?id=82d2d73e03eb851a6de4e8d9528d46a1c9374f4a _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
