v3dv: Add more supported formats to our format table
authorIago Toral Quiroga <itoral@igalia.com>
Mon, 10 Feb 2020 08:42:29 +0000 (09:42 +0100)
committerMarge Bot <eric+marge@anholt.net>
Tue, 13 Oct 2020 21:21:27 +0000 (21:21 +0000)
commitc7404f4e2d63e952fb97649291743b1d6eda1bce
tree3a38fbdc8a502c73823191a2e388948dfa40aec6
parent83e83257f801f156ed21296e4b25c4f1ba38dda7
v3dv: Add more supported formats to our format table

Some of these may need additional work to work for real, but we should
be able to support them.

We also include some formats that are not supported for images, but
that we want to support for buffers, such as R32G32B32 for a vertex
buffer.  In the future we might want to expand the format table to
specify which formats are supported for buffers.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6766>
src/broadcom/vulkan/v3dv_formats.c
src/broadcom/vulkan/v3dv_private.h