Mesa (master): panfrost: MALI_DEPTH_TEST is actually MALI_DEPTH_WRITEMASK

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Nov 4 16:04:28 UTC 2019


Module: Mesa
Branch: master
Commit: 28440820eff55d412fbce3243c24bc9f58c3b8e6
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=28440820eff55d412fbce3243c24bc9f58c3b8e6

Author: Boris Brezillon <boris.brezillon at collabora.com>
Date:   Mon Nov  4 11:57:22 2019 +0100

panfrost: MALI_DEPTH_TEST is actually MALI_DEPTH_WRITEMASK

MALI_DEPTH_TEST should only be set when depth->writemask is true,
not when the depth test is enabled. Let's rename the flag and patch
panfrost_bind_depth_stencil_state() to do the right thing.

Signed-off-by: Boris Brezillon <boris.brezillon at collabora.com>
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig at collabora.com>

---

 .gitlab-ci/deqp-panfrost-t760-fails.txt    | 690 -----------------------------
 .gitlab-ci/deqp-panfrost-t860-fails.txt    | 690 -----------------------------
 src/gallium/drivers/panfrost/pan_context.c |   3 +-
 src/panfrost/include/panfrost-job.h        |   2 +-
 src/panfrost/pandecode/decode.c            |   4 +-
 5 files changed, 5 insertions(+), 1384 deletions(-)

Diff:   http://cgit.freedesktop.org/mesa/mesa/diff/?id=28440820eff55d412fbce3243c24bc9f58c3b8e6



More information about the mesa-commit mailing list