mesa/src/amd
Simon Ser 7499f84956 radv: fix format feature reporting for modifiers
The format_feature_flags bitfield is derived from the modifier if
the tiling is set to VK_IMAGE_TILING_DRM_FORMAT_MODIFIER_EXT.
However radv will reset the tiling to either LINEAR or OPTIMAL if
the caller supplied a VkPhysicalDeviceImageDrmFormatModifierInfoEXT
in the chain.

Stop resetting the tiling, so that we can compute the correct feature
flags.

Signed-off-by: Simon Ser <contact@emersion.fr>
Fixes: 6c83e3ea98 ("radv: Add format modifier format queries.")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9978>
2021-04-06 09:20:26 +00:00
..
addrlib amd: update addrlib 2021-03-25 19:23:40 -04:00
ci radv: change RADV_FORCE_FAMILY to use family name instead of LLVM processor name 2021-04-05 06:53:55 +00:00
common ac: add ac_gpu_info::has_image_load_dcc_bug 2021-04-05 08:54:55 +00:00
compiler aco: implement a workaround for the image load DCC hw bug on GFX10.3 2021-04-05 08:54:55 +00:00
llvm ac/llvm: don't set unsupported xnack options to fix LLVM crashes on gfx6-8 2021-04-02 12:05:00 +00:00
registers amd: fix parsing the last dword of DMA_DATA packets 2021-04-02 12:05:00 +00:00
vulkan radv: fix format feature reporting for modifiers 2021-04-06 09:20:26 +00:00
Android.addrlib.mk android: amd/addrlib: define endianess to build 2021-03-27 01:54:49 +01:00
Android.common.mk
Android.compiler.mk
Android.mk
Makefile.sources ac: add ac_get_family_name() helper 2021-04-05 06:53:55 +00:00
meson.build