Module: Mesa Branch: master Commit: e5fb9dca2a15c57d8216e0fc2260a200df3049e9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e5fb9dca2a15c57d8216e0fc2260a200df3049e9
Author: Pierre-Eric Pelloux-Prayer <[email protected]> Date: Mon Sep 7 09:58:36 2020 +0200 amd/common: 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/common/.editorconfig | 3 - src/amd/common/ac_binary.c | 215 +- src/amd/common/ac_binary.h | 36 +- src/amd/common/ac_debug.c | 1311 ++++++----- src/amd/common/ac_debug.h | 54 +- src/amd/common/ac_exp_param.h | 21 +- src/amd/common/ac_gpu_info.c | 2339 ++++++++++--------- src/amd/common/ac_gpu_info.h | 342 ++- src/amd/common/ac_rtld.c | 1298 ++++++----- src/amd/common/ac_rtld.h | 111 +- src/amd/common/ac_shader_args.c | 45 +- src/amd/common/ac_shader_args.h | 139 +- src/amd/common/ac_shader_util.c | 494 +++-- src/amd/common/ac_shader_util.h | 81 +- src/amd/common/ac_shadowed_regs.c | 3374 ++++++++++++++-------------- src/amd/common/ac_shadowed_regs.h | 10 +- src/amd/common/ac_surface.c | 4196 +++++++++++++++++------------------ src/amd/common/ac_surface.h | 446 ++-- src/amd/common/amd_family.h | 217 +- src/amd/common/amd_kernel_code_t.h | 589 ++--- src/amd/common/gfx10_format_table.h | 13 +- src/amd/common/sid.h | 475 ++-- 22 files changed, 7814 insertions(+), 7995 deletions(-) Diff: http://cgit.freedesktop.org/mesa/mesa/diff/?id=e5fb9dca2a15c57d8216e0fc2260a200df3049e9 _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
