mesa/src/panfrost/midgard
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
..
compiler.h panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
disassemble.c panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
disassemble.h panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
helpers.h panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
meson.build meson: remove source_root() call in nir compiler path 2022-08-12 13:11:03 +00:00
midgard.h panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
midgard_address.c panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
midgard_compile.c panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
midgard_compile.h panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
midgard_derivatives.c panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
midgard_emit.c panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
midgard_errata_lod.c panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
midgard_helper_invocations.c panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
midgard_liveness.c panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
midgard_nir.h pan/mdg: Lower stores from helpers 2021-02-12 16:44:30 -05:00
midgard_nir_algebraic.py nir,panfrost: Suffix fsat_signed and fclamp_pos with _mali 2021-06-21 09:03:34 -05:00
midgard_nir_lower_helper_writes.c panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
midgard_nir_lower_image_bitsize.c panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
midgard_ops.c panfrost: Fix up some formatting for clang-format 2022-12-24 02:22:57 +00:00
midgard_ops.h panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
midgard_opt_copy_prop.c panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
midgard_opt_dce.c panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
midgard_opt_perspective.c panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
midgard_print.c panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
midgard_print_constant.c panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
midgard_quirks.h panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
midgard_ra.c panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
midgard_ra_pipeline.c panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
midgard_schedule.c panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
mir.c panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
mir_promote_uniforms.c panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
mir_squeeze.c panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
nir_fuse_io_16.c panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00