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

Author: Gert Wollny <[email protected]>
Date:   Mon Sep 25 13:44:26 2023 +0200

ci: Upref virglrenderer

Pull in the latest changes regarding texture wrapping
modes handling.

Signed-off-by: Gert Wollny <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25343>

---

 .gitlab-ci/container/build-crosvm.sh | 2 +-
 .gitlab-ci/image-tags.yml            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci/container/build-crosvm.sh 
b/.gitlab-ci/container/build-crosvm.sh
index 1486edf0a28..82201489e45 100644
--- a/.gitlab-ci/container/build-crosvm.sh
+++ b/.gitlab-ci/container/build-crosvm.sh
@@ -12,7 +12,7 @@ pushd /platform/crosvm
 git checkout "$CROSVM_VERSION"
 git submodule update --init
 
-VIRGLRENDERER_VERSION=45bb2449b81336b88c267b1c1735f3b4946c7b3a
+VIRGLRENDERER_VERSION=e69b3a3225c810e3707191c3c5a9dc20e7e83dc3
 rm -rf third_party/virglrenderer
 git clone --single-branch -b main --no-checkout 
https://gitlab.freedesktop.org/virgl/virglrenderer.git third_party/virglrenderer
 pushd third_party/virglrenderer
diff --git a/.gitlab-ci/image-tags.yml b/.gitlab-ci/image-tags.yml
index 1626f0a5d09..0e95a94c229 100644
--- a/.gitlab-ci/image-tags.yml
+++ b/.gitlab-ci/image-tags.yml
@@ -7,7 +7,7 @@
 
 variables:
    DEBIAN_X86_64_BUILD_BASE_IMAGE: "debian/x86_64_build-base"
-   DEBIAN_BASE_TAG: "2023-08-30-bindgen-cli"
+   DEBIAN_BASE_TAG: "2023-09-25-virglrenderer"
 
    DEBIAN_X86_64_BUILD_IMAGE_PATH: "debian/x86_64_build"
    DEBIAN_BUILD_TAG: "2023-09-14-bindgen-cli"

Reply via email to