diff options
author | Kristian H. Kristensen <[email protected]> | 2020-07-01 14:50:52 -0700 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-07-14 06:12:22 +0000 |
commit | 094b68fa728621b2d4f89479bd1b15a1767683ef (patch) | |
tree | 95a517de8c01b7746d76d6842367365cb7c16cdb /.gitlab-ci/deqp-freedreno-a630-bypass-fails.txt | |
parent | 53e36cf062fb28039ea7b942466065d4ff9c54e2 (diff) |
freedreno/a6xx: Don't blit with R2D_RAW
Map all formats to a valid ifmt. FMT6_10_10_10_2_UNORM_DEST still
doesn't work on the blitter so keep that one on the u_blitter path.
Fixes
dEQP-GLES31.functional.draw_buffers_indexed.random.max_implementation_draw_buffers.*
with FD_MESA_DEBUG=nogmem.
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5717>
Diffstat (limited to '.gitlab-ci/deqp-freedreno-a630-bypass-fails.txt')
-rw-r--r-- | .gitlab-ci/deqp-freedreno-a630-bypass-fails.txt | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/.gitlab-ci/deqp-freedreno-a630-bypass-fails.txt b/.gitlab-ci/deqp-freedreno-a630-bypass-fails.txt index 45fac70f001..db865ecf467 100644 --- a/.gitlab-ci/deqp-freedreno-a630-bypass-fails.txt +++ b/.gitlab-ci/deqp-freedreno-a630-bypass-fails.txt @@ -67,16 +67,6 @@ dEQP-GLES31.functional.draw_buffers_indexed.overwrite_indexed.common_advanced_bl dEQP-GLES31.functional.draw_buffers_indexed.overwrite_indexed.common_advanced_blend_eq_buffer_blend_eq dEQP-GLES31.functional.draw_buffers_indexed.overwrite_indexed.common_advanced_blend_eq_buffer_separate_blend_eq dEQP-GLES31.functional.draw_buffers_indexed.overwrite_indexed.common_separate_blend_eq_buffer_blend_eq -dEQP-GLES31.functional.draw_buffers_indexed.random.max_implementation_draw_buffers.11 -dEQP-GLES31.functional.draw_buffers_indexed.random.max_implementation_draw_buffers.15 -dEQP-GLES31.functional.draw_buffers_indexed.random.max_implementation_draw_buffers.17 -dEQP-GLES31.functional.draw_buffers_indexed.random.max_implementation_draw_buffers.18 -dEQP-GLES31.functional.draw_buffers_indexed.random.max_implementation_draw_buffers.2 -dEQP-GLES31.functional.draw_buffers_indexed.random.max_implementation_draw_buffers.3 -dEQP-GLES31.functional.draw_buffers_indexed.random.max_implementation_draw_buffers.6 -dEQP-GLES31.functional.draw_buffers_indexed.random.max_implementation_draw_buffers.7 -dEQP-GLES31.functional.draw_buffers_indexed.random.max_required_draw_buffers.19 -dEQP-GLES31.functional.draw_buffers_indexed.random.max_required_draw_buffers.3 dEQP-GLES31.functional.image_load_store.early_fragment_tests.early_fragment_tests_depth_fbo dEQP-GLES31.functional.ssbo.layout.3_level_array.std140.column_major_mat4x2 dEQP-GLES31.functional.ssbo.layout.3_level_unsized_array.std430.mat3 |