Module: Mesa Branch: main Commit: 002707ff0944b03f967a7d5a9b06a9763285da9a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=002707ff0944b03f967a7d5a9b06a9763285da9a
Author: David Heidelberg <[email protected]> Date: Wed Jan 25 01:38:00 2023 +0100 ci/lavapipe: use dxvk for the traces Since the job is manual, this stayed overlooked. Signed-off-by: David Heidelberg <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20875> --- src/gallium/frontends/lavapipe/ci/gitlab-ci.yml | 2 +- src/gallium/frontends/lavapipe/ci/traces-lavapipe.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gallium/frontends/lavapipe/ci/gitlab-ci.yml b/src/gallium/frontends/lavapipe/ci/gitlab-ci.yml index 54d4675484d..5b0927f8d83 100644 --- a/src/gallium/frontends/lavapipe/ci/gitlab-ci.yml +++ b/src/gallium/frontends/lavapipe/ci/gitlab-ci.yml @@ -38,7 +38,7 @@ lavapipe-traces: variables: MESA_VK_IGNORE_CONFORMANCE_WARNING: 1 PIGLIT_REPLAY_DESCRIPTION_FILE: "${CI_PROJECT_DIR}/install/traces-lavapipe.yml" - PIGLIT_REPLAY_DEVICE_NAME: "lvp" + PIGLIT_REPLAY_DEVICE_NAME: "vk-lvp" PIGLIT_RESULTS: "${GPU_VERSION}-replay" stage: software-renderer extends: diff --git a/src/gallium/frontends/lavapipe/ci/traces-lavapipe.yml b/src/gallium/frontends/lavapipe/ci/traces-lavapipe.yml index e9e35462af2..89195c52665 100644 --- a/src/gallium/frontends/lavapipe/ci/traces-lavapipe.yml +++ b/src/gallium/frontends/lavapipe/ci/traces-lavapipe.yml @@ -5,6 +5,6 @@ traces-db: traces: unigine/sanctuary-d3d9.trace-dxgi: - lvp: + vk-lvp: label: [slow] checksum: e9a05a395243c7604927daeb001f821d
