From 76c6bbca7cc9fffa7cb0e350eeb066e5af293a95 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Tue, 17 Oct 2017 16:57:45 +0100 Subject: [PATCH] cherry-ignore: add "anv: Remove unreachable cases from isl_format_for_size" The commit causes a number of regressions with dEQP Signed-off-by: Emil Velikov --- bin/.cherry-ignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bin/.cherry-ignore b/bin/.cherry-ignore index 084c3cf3593..52c038be6f0 100644 --- a/bin/.cherry-ignore +++ b/bin/.cherry-ignore @@ -30,3 +30,8 @@ fe2a6281b3b299998fe7399e7dbcc2077d773824 egl/drm: Fix misused x and y offsets in # fixes: This commit addressed earlier commits dcf46e99 and 60878dd0 which did # not land in branch 8e9e339c530c7b82b5a29d4b3183e8f5a01eae28 radv: copy the number of viewports/scissors at pipeline bind time + +# stable: The commit regresses a few dEQP tests. Namely: +# dEQP-VK.api.copy_and_blit.core.buffer_to_buffer.partial +# dEQP-VK.api.copy_and_blit.dedicated_allocation.buffer_to_buffer.partial +14555d0b7a51bd3701764fd213c2459410143431 anv: Remove unreachable cases from isl_format_for_size()