From 6100cd717064628bbdb763e98ccdb9eca97ffa02 Mon Sep 17 00:00:00 2001 From: Andres Gomez Date: Thu, 17 Aug 2017 22:34:22 +0300 Subject: [PATCH] cherry-ignore: add "radv: handle 10-bit format clamping workaround." fixes: This commit is complex and has non trivial conflicts due to previous changes. Signed-off-by: Andres Gomez --- bin/.cherry-ignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/.cherry-ignore b/bin/.cherry-ignore index 2d812c8cbf9..f2252d01fe9 100644 --- a/bin/.cherry-ignore +++ b/bin/.cherry-ignore @@ -138,3 +138,7 @@ ea08a296fe226f5e67366b4db420c2322f38774c radv: Handle VK_ATTACHMENT_UNUSED in co # fixes: This commit addressed an earlier commit af22adee4f which did not # land in branch. 554aa094406f3f5a935c4adbe77569cc9beb4312 virgl: drop precise modifier. + +# fixes: This commit is complex and has non trivial conflicts due to +# previous changes. +df61a05019d5c7479d4b29d251af4231f125e61c radv: handle 10-bit format clamping workaround.