From 5443d858702f892f54033fae382f7e865af7b1f1 Mon Sep 17 00:00:00 2001 From: "Juan A. Suarez Romero" Date: Tue, 22 May 2018 12:26:08 +0200 Subject: [PATCH] cherry-ignore: mesa/st: handle vert_attrib_mask in nir case too fixes: The commit fixes earlier commits 19a91841c3 and 9987a072cb which did not land in branch. Signed-off-by: Juan A. Suarez Romero --- bin/.cherry-ignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/.cherry-ignore b/bin/.cherry-ignore index 90bb8fd45d2..166ea926898 100644 --- a/bin/.cherry-ignore +++ b/bin/.cherry-ignore @@ -72,3 +72,7 @@ b16fc6cda11576a4dd6c8d95f7bee94121c4b8e7 radv/resolve: do fmask decompress on al # stable: Explicit 18.1 only nominations 549e54270ba3a519b46a1fbffa4aa6b628a052d3 radv: fix VK_EXT_descriptor_indexing + +# fixes: The commit fixes earlier commits 19a91841c3 and 9987a072cb which did +# not land in branch. +d89f58a6b8436b59dcf3b896c0ccddabed3f78fd mesa/st: handle vert_attrib_mask in nir case too