mesa/src/freedreno/fdl
Rob Clark ce336097f1 freedreno/a6xx: Fix designator initializer order
Clang seems more relaxed about this, allowing C99 style initializers
without requiring ordering.  But unfortunately g++ is more picky :-/

TODO this doesn't completely fix everything with g++, namely sparse
array initialization.. for ir3 driver-params, I think we can convert
these to structs.  But there are still one or two others to deal with.

Signed-off-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21846>
2023-03-13 17:31:23 +00:00
..
fd5_layout.c freedreno/a5xx: Diff reduction in fd5_layout to fd6_layout. 2021-11-04 22:49:29 +00:00
fd5_layout_test.c freedreno/fdl: Re-indent 2021-04-17 15:38:56 +00:00
fd6_format_table.c freedreno/fdl: use XYZW swap for PIPE_FORMAT_X24S8_UINT 2022-06-17 18:39:47 +00:00
fd6_format_table.h freedreno: c++-proofing 2023-03-13 17:31:22 +00:00
fd6_layout.c freedreno/fdl: Increase alignment for UBWC images 2022-10-31 11:17:31 +00:00
fd6_layout_test.c freedreno/a6xx: Fix a bunch of 3D texture layout to match blob behavior. 2021-11-15 22:25:08 +00:00
fd6_view.c turnip: avoid FMT6_Z24_UNORM_S8_UINT_AS_R8G8B8A8 for event blits 2023-02-16 01:35:50 +00:00
fd_layout_test.c freedreno/cffdump: Handle the TILE_ALL flag in unit test generation. 2021-11-15 22:25:08 +00:00
fd_layout_test.h freedreno/cffdump: Handle the TILE_ALL flag in unit test generation. 2021-11-15 22:25:08 +00:00
freedreno_layout.c freedreno/fdl: Give the tiling mode a nice name in debug dumps. 2021-06-17 22:47:51 +00:00
freedreno_layout.h freedreno/a6xx: Fix designator initializer order 2023-03-13 17:31:23 +00:00
meson.build freedreno/fdl: Add fdl6_view 2021-10-18 16:00:38 +00:00