summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2019-12-03 15:23:45 +1000
committerDave Airlie <airlied@redhat.com>2019-12-21 13:07:17 +1000
commite6b2af56cb037e3174d049478e0ad7c7715780e4 (patch)
tree4b1ae4eedbec123d8502b6c7c8e8954d6475fc2d /.gitlab-ci.yml
parentc717ac1247c3c7243af2f1b2732cccb882b75f11 (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 <sroland@vmware.com> 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.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6d6d48ceefb..d4508f82a2d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -527,6 +527,7 @@ piglit-quick_gl:
extends: .piglit-test
variables:
LP_NUM_THREADS: 0
+ NIR_VALIDATE: 0
PIGLIT_OPTIONS: >
--process-isolation false
-x arb_gpu_shader5
@@ -542,12 +543,14 @@ piglit-glslparser:
extends: .piglit-test
variables:
LP_NUM_THREADS: 0
+ NIR_VALIDATE: 0
PIGLIT_PROFILES: glslparser
piglit-quick_shader:
extends: .piglit-test
variables:
LP_NUM_THREADS: 1
+ NIR_VALIDATE: 0
PIGLIT_PROFILES: quick_shader
.deqp-test:
@@ -572,6 +575,7 @@ test-llvmpipe-gles2:
variables:
DEQP_VER: gles2
DEQP_PARALLEL: 4
+ NIR_VALIDATE: 0
# Don't use threads inside llvmpipe, we've already got all 4 cores
# busy with DEQP_PARALLEL.
LP_NUM_THREADS: 0