Module: Mesa Branch: staging/20.2 Commit: 64b117c49f7cdb76b6b3cd4afbeb4879e8bfbb90 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=64b117c49f7cdb76b6b3cd4afbeb4879e8bfbb90
Author: Dylan Baker <[email protected]> Date: Wed Dec 2 15:00:29 2020 -0800 amd/llvm: run clang-format So that code applies cleanly from master. This uses the same .clang-format settings that master does Equivalent to 82d2d73e03eb851a6de4e8d9528d46a1c9374f4a, which has other changes. --- src/amd/llvm/ac_llvm_build.c | 8246 ++++++++++++++++------------------ src/amd/llvm/ac_llvm_build.h | 1041 ++--- src/amd/llvm/ac_llvm_cull.c | 403 +- src/amd/llvm/ac_llvm_cull.h | 43 +- src/amd/llvm/ac_llvm_util.c | 582 ++- src/amd/llvm/ac_llvm_util.h | 145 +- src/amd/llvm/ac_nir_to_llvm.c | 9771 ++++++++++++++++++++--------------------- src/amd/llvm/ac_nir_to_llvm.h | 24 +- src/amd/llvm/ac_shader_abi.h | 282 +- 9 files changed, 9700 insertions(+), 10837 deletions(-) Diff: http://cgit.freedesktop.org/mesa/mesa/diff/?id=64b117c49f7cdb76b6b3cd4afbeb4879e8bfbb90 _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
