summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorMarek Olšák <marek.olsak@amd.com>2020-09-18 05:21:09 -0400
committerMarek Olšák <marek.olsak@amd.com>2020-10-06 21:07:03 -0400
commitffcdf76799b0b23726d45f97502e2b9826ec628e (patch)
treec464f3285df1114a266bd60f26e8d16316738209 /.gitlab-ci
parent4c54f059150c197da3941b1b20efa70ba2f06e1f (diff)
util: implement F16C using inline assembly on x86_64
F16C: https://en.wikipedia.org/wiki/F16C This also happens to fix bptc-float-modes on llvmpipe. Reviewed-by: Matt Turner <mattst88@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6987>
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/piglit/quick_gl.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/.gitlab-ci/piglit/quick_gl.txt b/.gitlab-ci/piglit/quick_gl.txt
index a24ae0d3647..104d2f6cd01 100644
--- a/.gitlab-ci/piglit/quick_gl.txt
+++ b/.gitlab-ci/piglit/quick_gl.txt
@@ -738,7 +738,6 @@ spec/arb_sparse_buffer/commit: skip
spec/arb_sparse_buffer/minmax: skip
spec/arb_tessellation_shader/arb_tessellation_shader-immediate-mode-draw-patches: skip
spec/arb_texture_buffer_object/negative-unsupported: skip
-spec/arb_texture_compression_bptc/bptc-float-modes: fail
spec/arb_texture_cube_map/copyteximage cube samples=16: skip
spec/arb_texture_cube_map/copyteximage cube samples=2: skip
spec/arb_texture_cube_map/copyteximage cube samples=32: skip
@@ -1656,8 +1655,8 @@ wgl/wgl-sanity: skip
summary:
name: results
---- --------
- pass: 23074
- fail: 198
+ pass: 23075
+ fail: 197
crash: 0
skip: 1433
timeout: 0