summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan A. Suarez Romero <jasuarez@igalia.com>2018-05-11 11:54:26 +0200
committerJuan A. Suarez Romero <jasuarez@igalia.com>2018-05-15 11:14:49 +0200
commit5cd442e589045449e41b318ee56ab8861deb472a (patch)
tree11ebfec6c3da00df3255969118ecda0b8a1f1c49
parent81a733214a726d4f19a7b609b3f6ad2c951e2eb0 (diff)
cherry-ignore: mesa: fix glGetInteger/Float/etc queries for vertex arrays attribs
stable: The commit fixes earlier commit d5f42f96e16 which did not land in branch. Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
-rw-r--r--bin/.cherry-ignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/.cherry-ignore b/bin/.cherry-ignore
index ebee6e9e60e..f028806ed7f 100644
--- a/bin/.cherry-ignore
+++ b/bin/.cherry-ignore
@@ -50,3 +50,7 @@ b17cfb08a3fc9a599eff64fffe48daba398a672f vulkan/wsi: Only use LINEAR modifier fo
# stable: The commit requires earlier commit ba79a90fb52 which did not land in
# branch.
901db25d5b7cd2ac2dd648b370c4bddf23dd5c44 glsl: change ast_type_qualifier bitset size to work around GCC 5.4 bug
+
+# stable: The commit fixes earlier commit d5f42f96e16 which did not land in
+# branch.
+d07466fe18522cde1acadfc597583f80b69c15b7 mesa: fix glGetInteger/Float/etc queries for vertex arrays attribs