summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Gomez <agomez@igalia.com>2017-11-21 01:48:29 +0200
committerAndres Gomez <agomez@igalia.com>2017-11-22 18:41:24 +0200
commit807da6e270fed89e7f281fb68c14235e7fb01c1b (patch)
tree8c410180115cd8050356fcba49c8ecf2d357a47e
parentc9325693f1cb15bbf84470081b97d55df967b6f3 (diff)
downloadmesa-807da6e270fed89e7f281fb68c14235e7fb01c1b.tar.gz
cherry-ignore: anv/cmd_buffer: Take bo_offset into account in fast clear state addresses
stable: This commit addressed earlier commit a62a97933578 which did not land in branch. Signed-off-by: Andres Gomez <agomez@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 0e330858858..34b6db60ca7 100644
--- a/bin/.cherry-ignore
+++ b/bin/.cherry-ignore
@@ -110,3 +110,7 @@ fcd4adb9d08094520fb8d118d3448b04c6ec1fd1 intel/fs: Pass builders instead of bloc
# stable: This commit depends on earlier commit 3735af04152b which did
# not land in branch.
a6cc361e5fd2450249847d5ee8093d26ed7ff545 anv/cmd_buffer: Advance the address when initializing clear colors
+
+# 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