diff options
author | Boris Brezillon <[email protected]> | 2019-09-20 08:55:54 +0200 |
---|---|---|
committer | Boris Brezillon <[email protected]> | 2019-10-08 10:07:54 +0200 |
commit | 71eda74f7c8c9536f231bc7dc92f3ddfae83ad00 (patch) | |
tree | 30e35221685074879bcc6a485fbab85990a0eab9 /.gitlab-ci | |
parent | c138ca80d2390ce0d0fe640bc74aab2d2d0cb80d (diff) |
panfrost: Draw the wallpaper when only depth/stencil bufs are cleared
When only the depth/stencil bufs are cleared, we should make sure the
color content is reloaded into the tile buffers if we want to preserve
their content.
Signed-off-by: Boris Brezillon <[email protected]>
Reviewed-by: Alyssa Rosenzweig <[email protected]>
Diffstat (limited to '.gitlab-ci')
-rw-r--r-- | .gitlab-ci/deqp-panfrost-t760-fails.txt | 1 | ||||
-rw-r--r-- | .gitlab-ci/deqp-panfrost-t860-fails.txt | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/.gitlab-ci/deqp-panfrost-t760-fails.txt b/.gitlab-ci/deqp-panfrost-t760-fails.txt index 8ce1e424680..c2a2ef73e9d 100644 --- a/.gitlab-ci/deqp-panfrost-t760-fails.txt +++ b/.gitlab-ci/deqp-panfrost-t760-fails.txt @@ -935,7 +935,6 @@ dEQP-GLES2.functional.fragment_ops.random.92 Fail dEQP-GLES2.functional.fragment_ops.random.96 Fail dEQP-GLES2.functional.fragment_ops.random.99 Fail dEQP-GLES2.functional.fragment_ops.random.9 Fail -dEQP-GLES2.functional.polygon_offset.default_factor_1_slope Fail dEQP-GLES2.functional.polygon_offset.default_render_with_units Fail dEQP-GLES2.functional.polygon_offset.fixed16_factor_1_slope Fail dEQP-GLES2.functional.polygon_offset.fixed16_render_with_units Fail diff --git a/.gitlab-ci/deqp-panfrost-t860-fails.txt b/.gitlab-ci/deqp-panfrost-t860-fails.txt index fbafe8eedc9..91c1f14ce1a 100644 --- a/.gitlab-ci/deqp-panfrost-t860-fails.txt +++ b/.gitlab-ci/deqp-panfrost-t860-fails.txt @@ -714,7 +714,6 @@ dEQP-GLES2.functional.fragment_ops.random.75 Fail dEQP-GLES2.functional.fragment_ops.random.81 Fail dEQP-GLES2.functional.fragment_ops.random.87 Fail dEQP-GLES2.functional.fragment_ops.random.96 Fail -dEQP-GLES2.functional.polygon_offset.default_factor_1_slope Fail dEQP-GLES2.functional.polygon_offset.default_render_with_units Fail dEQP-GLES2.functional.polygon_offset.fixed16_factor_1_slope Fail dEQP-GLES2.functional.polygon_offset.fixed16_render_with_units Fail |