From 98b66e8d966f6de805016a1bd00e094976c29567 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Tue, 13 May 2014 09:55:23 -0700 Subject: [PATCH] Add .cherry-ignore file e696727 adds a change, and 155f98d reverts that change. Signed-off-by: Ian Romanick --- bin/.cherry-ignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 bin/.cherry-ignore diff --git a/bin/.cherry-ignore b/bin/.cherry-ignore new file mode 100644 index 00000000000..24bca84046d --- /dev/null +++ b/bin/.cherry-ignore @@ -0,0 +1,3 @@ +# The first is the change, and the second is the revert of that change. +e6967270c75a5b669152127bb7a746d55f4407a6 i965: Fix depth (array slices) computation for 1D_ARRAY render targets. +155f98d49fdc2f46c760f8214327b3804ee60079 Revert "i965: Fix depth (array slices) computation for 1D_ARRAY render targets."