diff options
author | Dave Airlie <[email protected]> | 2019-12-03 15:23:45 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2019-12-21 13:07:17 +1000 |
commit | e6b2af56cb037e3174d049478e0ad7c7715780e4 (patch) | |
tree | 4b1ae4eedbec123d8502b6c7c8e8954d6475fc2d /.gitlab-ci | |
parent | c717ac1247c3c7243af2f1b2732cccb882b75f11 (diff) |
llvmpipe: switch to NIR by default
Add LP_DEBUG=tgsi_ir (tgsi already taken) to fallback to TGSI paths.
Disable NIR_VALIDATE in CI (Michel/Eric acked)
Reviewed-by: Roland Scheidegger <[email protected]>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/2303>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/2303>
Diffstat (limited to '.gitlab-ci')
-rw-r--r-- | .gitlab-ci/piglit/quick_gl.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.gitlab-ci/piglit/quick_gl.txt b/.gitlab-ci/piglit/quick_gl.txt index 1836b1b2b03..fb73a0685a2 100644 --- a/.gitlab-ci/piglit/quick_gl.txt +++ b/.gitlab-ci/piglit/quick_gl.txt @@ -398,7 +398,6 @@ spec/!opengl 4.5/compare-framebuffer-parameter-with-get: skip spec/!opengl 4.5/named-framebuffer-draw-buffers-errors: skip spec/!opengl 4.5/named-framebuffer-read-buffer-errors: skip spec/!opengl es 2.0/invalid-es3-queries_gles2: skip -spec/!opengl es 3.0/gles-3.0-transform-feedback-uniform-buffer-object: fail spec/!opengl es 3.0/minmax: fail spec/3dfx_texture_compression_fxt1/compressedteximage gl_compressed_rgb_fxt1_3dfx: skip spec/3dfx_texture_compression_fxt1/compressedteximage gl_compressed_rgba_fxt1_3dfx: skip @@ -2222,8 +2221,8 @@ wgl/wgl-sanity: skip summary: name: results ---- -------- - pass: 19301 - fail: 237 + pass: 19302 + fail: 236 crash: 2 skip: 1962 timeout: 0 |