radv: don't use hw resolves for r16g16 norm formats.
authorDave Airlie <airlied@redhat.com>
Tue, 23 Jan 2018 06:07:50 +0000 (16:07 +1000)
committerDave Airlie <airlied@redhat.com>
Tue, 23 Jan 2018 23:01:12 +0000 (09:01 +1000)
commitc727ea9370adc5362e00208b9f1481764b8ef215
tree74aa5f25a589c64726f636a50821ee039f5bdd48
parent4df414bbd2f1a44840c982198f4c8353f242ca15
radv: don't use hw resolves for r16g16 norm formats.

radeonsi has a workaround for this, but it uses a R16A16 format,
which vulkan doesn't have, we could probably come up with a work
around but for now just avoid hw resolves.

Fixes:
dEQP-VK.renderpass.suballocation.multisample.r16g16_*norm*

Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Fixes: 2a04f5481d (radv/meta: select resolve paths)
Signed-off-by: Dave Airlie <airlied@redhat.com>
src/amd/vulkan/radv_meta_resolve.c