Module: Mesa Branch: main Commit: d542e978e9617dc27018b5d379acc506eb8d9565 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d542e978e9617dc27018b5d379acc506eb8d9565
Author: Tomeu Vizoso <[email protected]> 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 <[email protected]> Reviewed-by: Corentin Noël <[email protected]> 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:
