summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJuan A. Suarez Romero <jasuarez@igalia.com>2018-03-27 12:04:11 +0200
committerJuan A. Suarez Romero <jasuarez@igalia.com>2018-03-28 16:51:21 +0200
commit11f419b64dffc6380e209f44d3f482e471e574c5 (patch)
tree38ee8558c759ba311927bf6cdcae0e2afbec80b4 /bin
parent2f67c9b17518cf0d2fe946e39e5b8ff5ec2797c5 (diff)
cherry-ignore: ac/nir: pass the nir variable through tcs loading.
Together with: cherry-ignore: radv: mark all tess output for an indirect access. fixes: The commits require earlier commits 2deb82207572 and b2653007b980 which did not land in branch. Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
Diffstat (limited to 'bin')
-rw-r--r--bin/.cherry-ignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/.cherry-ignore b/bin/.cherry-ignore
index d14834f9e27..399fc2974a3 100644
--- a/bin/.cherry-ignore
+++ b/bin/.cherry-ignore
@@ -159,3 +159,8 @@ adca1e4a92a53a403b7620c3356dcf038f0bcecc anv/image: Separate modifiers from lega
# stable: The commit requires earlier commits fe81e1f9751 and 92c1290dc57 which
# did not land in branch
fb5825e7ceeb16ac05f870ffe1e5a5daa09e68dd glsl: Fix memory leak with known glsl_type instances
+
+# fixes: The commits require earlier commits 2deb82207572 and b2653007b980
+# 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.