Mesa (main): virgl/ci: Set GALLIVM_PERF=nopt,no_quad_lod

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Nov 18 14:06:49 UTC 2021


Module: Mesa
Branch: main
Commit: d542e978e9617dc27018b5d379acc506eb8d9565
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d542e978e9617dc27018b5d379acc506eb8d9565

Author: Tomeu Vizoso <tomeu.vizoso at collabora.com>
Date:   Wed Sep  8 07:42:49 2021 +0200

virgl/ci: Set GALLIVM_PERF=nopt,no_quad_lod

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 <tomeu.vizoso at collabora.com>
Reviewed-by: Corentin Noël <corentin.noel at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12828>

---

 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:



More information about the mesa-commit mailing list