aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2013-10-04 14:04:37 -0700
committerCarl Worth <cworth@cworth.org>2013-10-04 14:04:37 -0700
commit8c753e01e4e2a9e78c6bbf831fb29619073597d8 (patch)
tree1fc384cc6ff4ced5ef6a917785dc032b725006c1
parenta6b6ad7d172700cd970fee12d83b72abf67f3e79 (diff)
cherry-ignore: Ignore last two patches in current get-pick-list output
Neither of these are suitable for 9.1 for now. For both patches, the original authors of the patch have been emailed.
-rw-r--r--bin/.cherry-ignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/.cherry-ignore b/bin/.cherry-ignore
index be95f1769a2..c85e062ac93 100644
--- a/bin/.cherry-ignore
+++ b/bin/.cherry-ignore
@@ -64,3 +64,9 @@ a3dcab43c6b6fed2f35aa0e802be6398985f100c clover: Pass corresponding module::argu
829caf410e2c2c6f79902199da5a7900abc16129 clover: Byte-swap kernel arguments when host and device endianness differ.
f64c0ca692d3e8c78dd9ae1f015f58f1dfc1c760 clover: Extend kernel arguments for differing host and device data types.
df530829f757a8968389427eb26f45a0d46623fa clover: Respect kernel argument alignment restrictions.
+
+# Memory leak being fixed doesn't exist in 9.1 (as far as I can tell)
+035bf2198368d3fa69387788a63039d71319f0bf i915,i965: Fix memory leak in try_pbo_upload (v2)
+
+# This commit depends on other, unspecified commits (does not compile alone)
+d38765f3c8fbd473b949177cc9698b2cd459902c mesa: Support GL_MAX_VERTEX_OUTPUT_COMPONENTS query with ES3