mesa/src/broadcom
Alejandro Piñeiro ff89dc3523 vulkan: move common format helpers to vk_format
v3dv, radv, and turnip are using several C&P format helpers (most of
them wrappers over util_format_description based helpers).  methods.

This commit moves the common helpers to the already existing common
vk_format.h. For the case of v3dv we were able to remove the vk_format
header. For turnip and radv, a local vk_format.h header remains, with
methods that are only used for those drivers.

Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Danylo Piliaiev <dpiliaiev@igalia.com>
Reviewed-by: Juan A. Suarez <jasuarez@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13858>
2021-11-19 12:23:19 +01:00
..
ci ci/bare-metal: switch to common .baremetal-test-arm64 2021-11-12 08:22:29 +00:00
cle
clif v3d/clif: add support for dumping GS shader state 2021-10-13 21:23:10 +00:00
common v3d,v3dv: move TFU register definition to a common header 2021-11-17 11:04:31 +01:00
compiler broadcom/compiler: fix early fragment tests setup 2021-11-18 07:39:32 +00:00
drm-shim
qpu broadcom/compiler: padding fixes to QPU assembly dumps 2021-10-28 08:12:14 +00:00
simulator
vulkan vulkan: move common format helpers to vk_format 2021-11-19 12:23:19 +01:00
.editorconfig
meson.build