mesa/src/panfrost/util
Alyssa Rosenzweig 0afd691f29 panfrost: clang-format the tree
This switches us over to Mesa's code style [1], normalizing us within the tree.
The results aren't perfect, but they bring us a hell of a lot closer to the rest
of the tree. Panfrost doesn't feel so foreign relative to Mesa with this, which
I think (in retrospect after a bunch of years of being "different") is the right
call.

I skipped PanVK because that's paused right now.

  find panfrost/ -type f -name '*.h' | grep -v vulkan | xargs clang-format -i;
  find panfrost/ -type f -name '*.c' | grep -v vulkan | xargs clang-format -i;
  clang-format -i gallium/drivers/panfrost/*.c gallium/drivers/panfrost/*.h ; find
  panfrost/ -type f -name '*.cpp' | grep -v vulkan | xargs clang-format -i

[1] https://docs.mesa3d.org/codingstyle.html

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20425>
2022-12-24 02:22:57 +00:00
..
lcra.c panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
lcra.h panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
meson.build panfrost: Don't use nir_variable to link varyings 2022-11-02 16:52:11 +00:00
nir_mod_helpers.c panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
pan_collect_varyings.c panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
pan_ir.c panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
pan_ir.h panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
pan_liveness.c panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
pan_lower_64bit_intrin.c panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
pan_lower_framebuffer.c panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
pan_lower_framebuffer.h panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
pan_lower_helper_invocation.c panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
pan_lower_sample_position.c panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
pan_lower_store_component.c panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
pan_lower_writeout.c panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
pan_lower_xfb.c panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
pan_sysval.c panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00