radv: enable VK_AMD_mixed_attachment_samples on GFX6-GFX7

Now that dEQP-VK.pipeline.multisample.mixed_attachment_samples.* pass,
it should be safe to also enable this extension on these old chips.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4913>
This commit is contained in:
Samuel Pitoiset
2020-05-06 11:43:24 +02:00
committed by Marge Bot
parent ee1d30ab8a
commit 79347f5cd4
2 changed files with 2 additions and 2 deletions

View File

@@ -13,3 +13,4 @@ NGG GS support in ACO
VK_KHR_shader_terminate_invocation on ANV
driconf: add glx_extension_override
driconf: add indirect_gl_extension_override
VK_AMD_mixed_attachment_samples on RADV (GFX6-GFX7).