From d542e978e9617dc27018b5d379acc506eb8d9565 Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Wed, 8 Sep 2021 07:42:49 +0200 Subject: [PATCH] virgl/ci: Set GALLIVM_PERF=nopt,no_quad_lod MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit nopt will disable some shader optimizations that slow down test runs for no gain. no_quad_lod will disable some speed hacks that can cause inaccurate results. Signed-off-by: Tomeu Vizoso Reviewed-by: Corentin Noël Part-of: --- src/gallium/drivers/virgl/ci/gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/drivers/virgl/ci/gitlab-ci.yml b/src/gallium/drivers/virgl/ci/gitlab-ci.yml index 65ca31ff5da..f046e0c5311 100644 --- a/src/gallium/drivers/virgl/ci/gitlab-ci.yml +++ b/src/gallium/drivers/virgl/ci/gitlab-ci.yml @@ -6,6 +6,7 @@ GALLIUM_DRIVER: "virgl" CROSVM_GALLIUM_DRIVER: "llvmpipe" CROSVM_GPU_ARGS: "gles=false,backend=virglrenderer,egl=true,surfaceless=true" + GALLIVM_PERF: "nopt,no_quad_lod" virgl-on-gl: variables: