From e5be123aa9ebb7b30ec62377a4e17c3e43e2a015 Mon Sep 17 00:00:00 2001 From: "Juan A. Suarez Romero" Date: Tue, 27 Mar 2018 12:56:37 +0200 Subject: [PATCH] cherry-ignore: radv: handle exporting view index to fragment shader. (v1.1) fixes: The commit requires earlier commits b358e0e67fac and b2653007b980 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 399fc2974a3..33b57aaa10d 100644 --- a/bin/.cherry-ignore +++ b/bin/.cherry-ignore @@ -164,3 +164,7 @@ fb5825e7ceeb16ac05f870ffe1e5a5daa09e68dd glsl: Fix memory leak with known glsl_t # which did not land in branch 4f0c89d66c570e82d832e2e49227517302e271a2 ac/nir: pass the nir variable through tcs loading. 27a5e5366e89498d98d786cc84fafbdb220c4d94 radv: mark all tess output for an indirect access. + +# fixes: The commit requires earlier commits b358e0e67fac and b2653007b980 +# which did not land in branch +8f052a3e257a61240cb311032497d016278117a8 radv: handle exporting view index to fragment shader. (v1.1)