diff options
author | Ilia Mirkin <[email protected]> | 2020-05-16 23:59:40 -0400 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-05-17 21:17:57 +0000 |
commit | 9048adbd246c725ae80942b6b56a742ad02295dc (patch) | |
tree | 78377988eaf22acae761153634baefabb3fd72c3 /.gitlab-ci | |
parent | 8d86892ea3cd6239a9faae825bb657292a7ba848 (diff) |
freedreno/ir3: avoid applying (sat) on bary.f
This causes failures on a3xx resulting in the non-sensical dEQP failures
on packUnorm2x16. The same test uses ldlv on a4xx+, so just disallow
(sat) on bary.f on all generations.
Signed-off-by: Ilia Mirkin <[email protected]>
Reviewed-by: Rob Clark <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5074>
Diffstat (limited to '.gitlab-ci')
-rw-r--r-- | .gitlab-ci/deqp-freedreno-a307-fails.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitlab-ci/deqp-freedreno-a307-fails.txt b/.gitlab-ci/deqp-freedreno-a307-fails.txt index 557ff1a1745..3f50ba31186 100644 --- a/.gitlab-ci/deqp-freedreno-a307-fails.txt +++ b/.gitlab-ci/deqp-freedreno-a307-fails.txt @@ -235,9 +235,6 @@ dEQP-GLES3.functional.rasterizer_discard.scissor.write_stencil_points dEQP-GLES3.functional.rasterizer_discard.scissor.write_stencil_triangle_fan dEQP-GLES3.functional.rasterizer_discard.scissor.write_stencil_triangles dEQP-GLES3.functional.rasterizer_discard.scissor.write_stencil_triangle_strip -dEQP-GLES3.functional.shaders.builtin_functions.pack_unpack.packunorm2x16_highp_fragment -dEQP-GLES3.functional.shaders.builtin_functions.pack_unpack.packunorm2x16_lowp_fragment -dEQP-GLES3.functional.shaders.builtin_functions.pack_unpack.packunorm2x16_mediump_fragment dEQP-GLES3.functional.shaders.derivate.dfdx.fastest.fbo_msaa4.float_highp dEQP-GLES3.functional.shaders.derivate.dfdx.fastest.fbo_msaa4.float_mediump dEQP-GLES3.functional.shaders.derivate.dfdx.fastest.fbo_msaa4.vec2_highp |