summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Gomez <agomez@igalia.com>2017-11-21 02:14:26 +0200
committerAndres Gomez <agomez@igalia.com>2017-11-22 18:41:24 +0200
commit8cd5bd2a8aeee01c8c83d6676bdb9051d43d9cca (patch)
tree05cad1fdc7eec88d292708f228f4872ec413f71c
parent807da6e270fed89e7f281fb68c14235e7fb01c1b (diff)
downloadmesa-8cd5bd2a8aeee01c8c83d6676bdb9051d43d9cca.tar.gz
cherry-ignore: i965: Mark BOs as external when we export their handle
stable: These commits addressed earlier commit 2c4097aff1b which did not land in branch. Signed-off-by: Andres Gomez <agomez@igalia.com>
-rw-r--r--bin/.cherry-ignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/.cherry-ignore b/bin/.cherry-ignore
index 34b6db60ca7..b18ea8d35d7 100644
--- a/bin/.cherry-ignore
+++ b/bin/.cherry-ignore
@@ -114,3 +114,8 @@ a6cc361e5fd2450249847d5ee8093d26ed7ff545 anv/cmd_buffer: Advance the address whe
# stable: This commit addressed earlier commit a62a97933578 which did
# not land in branch.
a07f7b26198ce0f5c8799481a673754968ac5daf anv/cmd_buffer: Take bo_offset into account in fast clear state addresses
+
+# stable: These commits addressed earlier commit 2c4097aff1b which did
+# not land in branch.
+344252a27f8d875572bbe65641a825af8e73845d i965/bufmgr: Add a helper to mark a BO as external
+0a6a137eb27129e17298cfe9dd620205588ee4f6 i965: Mark BOs as external when we export their handle