ci: Upref virglrenderer

Pull in the latest changes regarding texture wrapping
modes handling.

Signed-off-by: Gert Wollny <gert.wollny@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25343>
This commit is contained in:
Gert Wollny
2023-09-25 13:44:26 +02:00
committed by Marge Bot
parent 9efe50c83b
commit 4f96d2f6ba
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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"