Module: Mesa Branch: master Commit: 28440820eff55d412fbce3243c24bc9f58c3b8e6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=28440820eff55d412fbce3243c24bc9f58c3b8e6
Author: Boris Brezillon <[email protected]> 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 <[email protected]> Reviewed-by: Alyssa Rosenzweig <[email protected]> --- .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 _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
