summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Versace <chad.versace@intel.com>2016-02-09 19:45:29 -0800
committerChad Versace <chad.versace@intel.com>2016-02-09 19:51:20 -0800
commitd2226004c9a02b019e3b6fbe0cbad7e2f4c7c8f1 (patch)
tree6c1d7e44c3a7dcb140f8181f62e0ac677af132ce
parent8b079968838b7cdd5175a5eb989b5fa9815edb57 (diff)
func.dephstencil: Fix a reference image
The reference image for func.depthstencil.basic-depth.clear-0.5.op-greater-equal was wrong. It was produced by an old Mesa in which depth clears did not work yet. That Mesa "cleared" all depth buffers to 0.0 regardless of the actual clear value.
-rw-r--r--[l---------]data/func.depthstencil.basic-depth.clear-0.0.op-greater.ref.pngbin64 -> 233 bytes
-rw-r--r--data/func.depthstencil.basic-depth.clear-0.5.op-greater-equal.ref.pngbin233 -> 225 bytes
2 files changed, 0 insertions, 0 deletions
diff --git a/data/func.depthstencil.basic-depth.clear-0.0.op-greater.ref.png b/data/func.depthstencil.basic-depth.clear-0.0.op-greater.ref.png
index 9dc18ad..d388b13 120000..100644
--- a/data/func.depthstencil.basic-depth.clear-0.0.op-greater.ref.png
+++ b/data/func.depthstencil.basic-depth.clear-0.0.op-greater.ref.png
Binary files differ
diff --git a/data/func.depthstencil.basic-depth.clear-0.5.op-greater-equal.ref.png b/data/func.depthstencil.basic-depth.clear-0.5.op-greater-equal.ref.png
index d388b13..369fc12 100644
--- a/data/func.depthstencil.basic-depth.clear-0.5.op-greater-equal.ref.png
+++ b/data/func.depthstencil.basic-depth.clear-0.5.op-greater-equal.ref.png
Binary files differ