turnip: Drop the copy of the formats table.
authorEric Anholt <eric@anholt.net>
Tue, 12 Nov 2019 00:08:25 +0000 (16:08 -0800)
committerEric Anholt <eric@anholt.net>
Tue, 19 Nov 2019 23:35:52 +0000 (15:35 -0800)
commitbdf03b738d6f9f02de033c87e38638636d2a8a70
tree47ac14a615e3d7fd4dbf89d4aae62f907e966874
parent3a28281bf8dfd2ad990ccc0a0903a3cc3cada8fa
turnip: Drop the copy of the formats table.

Now that we can (mostly) generate a pipe format for a VkFormat, use that
to answer queries about formats.  This will let us refactor the freedreno
format table surface layout code to be shared between gallium and vulkan.

This causes us to expose fewer formats for now (on a 1/100 CTS run I'm
doing, skips go from 3671 to 3835 out of 5145 tests).  Fails stay about
the same (478 -> 434, but the run is pretty flaky and we're doing fewer
tests now).

v2: Rebase on master, throw a finishme on missing vk-to-pipe formats that
    tu used to support.

Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com> (v1)
Reviewed-by: Jonathan Marek <jonathan@marek.ca>
src/freedreno/vulkan/meson.build
src/freedreno/vulkan/tu_formats.c
src/freedreno/vulkan/tu_image.c
src/freedreno/vulkan/vk_format.h
src/freedreno/vulkan/vk_format_layout.csv [deleted file]
src/freedreno/vulkan/vk_format_table.py [deleted file]