summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2015-09-30 21:18:04 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2015-09-30 21:21:01 +0100
commit69f2e709aa2deb18d12425bd4ddc80710327e38a (patch)
treef0b6c5067b4e1bf827d81eaecf83ee268b4d00c6
parent02387926addc62198c9b684f4f51f7cbe06b3e25 (diff)
cherry-ignore: add commit non applicable for 10.6
The nominated commit afa1efdc8522d987e3af7c7a6272021caa33eb82 (mesa: fix errors when reading depth with glReadPixels) addresses issue, raised post 10.6 branchpoint. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
-rw-r--r--bin/.cherry-ignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/.cherry-ignore b/bin/.cherry-ignore
index 731511bf5e..963bddeb94 100644
--- a/bin/.cherry-ignore
+++ b/bin/.cherry-ignore
@@ -1,2 +1,5 @@
# The vec4 nir i965 work landed after the 10.6 branchpoint
b8d2263c83d29f4626ac0fe0316978aa6262aefb i965/vec4_nir: Load constants as integers
+
+# The issue/commit it fixes has landed post 10.6 branchpoint
+afa1efdc8522d987e3af7c7a6272021caa33eb82 mesa: fix errors when reading depth with glReadPixels