summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Gomez <agomez@igalia.com>2017-03-30 16:48:24 +0300
committerAndres Gomez <agomez@igalia.com>2017-03-30 16:49:51 +0300
commit3a84f6fd4330a00a8d89c24d569dbb450832602d (patch)
tree67fbb97a156ac8fc8dcda6121b19780020d91202
parent57904e481f4b3baec7ff8bfa2a106349266409b8 (diff)
cherry-ignore: add the Flush after unmap in gbm/dri fix
The commit caused a regression in i965 (and possibly others) since it didn't implement v4 of DRI2's flush extension. Signed-off-by: Andres Gomez <agomez@igalia.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 0bb90e20c45..aac17de460c 100644
--- a/bin/.cherry-ignore
+++ b/bin/.cherry-ignore
@@ -3,3 +3,6 @@ d49d275c415d60ae08dc3e52d8db11f19a44010f anv/blorp: Don't sanitize the swizzle f
# The commit addressed an earlier commit 0567ab0407e which did not land in branch.
# A stable specific backported patch will follow later ...
bc5d587a80b64fb3e0a5ea8067e6317fbca2bbc5 radv: Invalidate L2 for TRANSFER_WRITE barriers
+# The commit caused a regression in i965 (and possibly others) since
+# it didn't implement v4 of DRI2's flush extension.
+ba8df2286a50117011925e915cd832b4a79f126e gbm/dri: Flush after unmap