diff options
author | Alyssa Rosenzweig <[email protected]> | 2019-10-31 15:50:45 -0400 |
---|---|---|
committer | Alyssa Rosenzweig <[email protected]> | 2019-11-01 13:47:52 -0400 |
commit | b32caa6f1fb7d3f666ee8c49c64d0686927d8438 (patch) | |
tree | 8171c6d8fa20179fd0db821aeac7f45b3b739dd8 /.gitlab-ci/deqp-panfrost-t760-fails.txt | |
parent | 8efb8f55a617bebe5f33b9745cc22a2490828db8 (diff) |
pan/midgard: Use fp32 blend shaders
Clearly we do want to have fp16 at some point ... but I kind of give up
debugging and it turns out the issues with fp16 support in 'frost are so
deeply rooted that I might as well disable this non-opt and land
LCRA now.
Signed-off-by: Alyssa Rosenzweig <[email protected]>
Diffstat (limited to '.gitlab-ci/deqp-panfrost-t760-fails.txt')
-rw-r--r-- | .gitlab-ci/deqp-panfrost-t760-fails.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/deqp-panfrost-t760-fails.txt b/.gitlab-ci/deqp-panfrost-t760-fails.txt index 83c7712c2ed..f9a421e6c06 100644 --- a/.gitlab-ci/deqp-panfrost-t760-fails.txt +++ b/.gitlab-ci/deqp-panfrost-t760-fails.txt @@ -44,6 +44,7 @@ dEQP-GLES2.functional.fbo.render.shared_colorbuffer.tex2d_rgb_depth_component16 dEQP-GLES2.functional.fbo.render.shared_depthbuffer.rbo_rgb565_depth_component16 Fail dEQP-GLES2.functional.fbo.render.shared_depthbuffer.tex2d_rgba_depth_component16 Fail dEQP-GLES2.functional.fbo.render.shared_depthbuffer.tex2d_rgb_depth_component16 Fail +dEQP-GLES2.functional.fragment_ops.blend.rgb_func_alpha_func.dst.zero_constant_color Fail dEQP-GLES2.functional.fragment_ops.blend.equation_src_func_dst_func.add_dst_color_one_minus_src_color Fail dEQP-GLES2.functional.fragment_ops.blend.equation_src_func_dst_func.reverse_subtract_zero_dst_alpha Fail dEQP-GLES2.functional.fragment_ops.blend.equation_src_func_dst_func.reverse_subtract_zero_dst_color Fail @@ -720,7 +721,6 @@ dEQP-GLES2.functional.fragment_ops.random.72 Fail 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.94 Fail dEQP-GLES2.functional.fragment_ops.random.96 Fail dEQP-GLES2.functional.polygon_offset.default_render_with_units Fail dEQP-GLES2.functional.polygon_offset.fixed16_factor_1_slope Fail |