From d910be452450d32d5d42555d8254a3800c7ce329 Mon Sep 17 00:00:00 2001 From: Andres Gomez Date: Sat, 1 Sep 2018 02:00:38 +0300 Subject: [PATCH] cherry-ignore: radeonsi: fix regression in indirect input swizzles. fixes: This commit has more than one Fixes tag but the commit it addresses didn't land in branch. Signed-off-by: Andres Gomez --- bin/.cherry-ignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/.cherry-ignore b/bin/.cherry-ignore index ecb4a926e7b..a6ab68dc4d0 100644 --- a/bin/.cherry-ignore +++ b/bin/.cherry-ignore @@ -4,3 +4,6 @@ # pick: This commit addresses a regression introduced by previous # commit fa9e6c235da, which didn't make it for 18.2. a72dbc461bdb7714656e62cd8f4b00a404c2e6e0 mesa: allow GL_UNSIGNED_BYTE type for SNORM reads +# fixes: This commit has more than one Fixes tag but the commit it +# addresses didn't land in branch. +c9f54486959716762e6818dabb0a73a8cd46df67 radeonsi: fix regression in indirect input swizzles.