mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
ci: Uprev virglrenderer
Enable the latest changes with vrend-video Change the default branch of virglrenderer to main as upstream did Signed-off-by: Corentin Noël <corentin.noel@collabora.com> Reviewed-by: Gert Wollny <gert.wollny@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24067>
This commit is contained in:
parent
0695ead057
commit
15b4670305
3 changed files with 4 additions and 18 deletions
|
|
@ -12,9 +12,9 @@ pushd /platform/crosvm
|
|||
git checkout "$CROSVM_VERSION"
|
||||
git submodule update --init
|
||||
|
||||
VIRGLRENDERER_VERSION=f87cf939c17da7c681c904b87508074d247c03f2
|
||||
VIRGLRENDERER_VERSION=45bb2449b81336b88c267b1c1735f3b4946c7b3a
|
||||
rm -rf third_party/virglrenderer
|
||||
git clone --single-branch -b master --no-checkout https://gitlab.freedesktop.org/virgl/virglrenderer.git 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
|
||||
git checkout "$VIRGLRENDERER_VERSION"
|
||||
meson setup build/ -D libdir=lib -D render-server-worker=process -D venus=true $EXTRA_MESON_ARGS
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
variables:
|
||||
DEBIAN_X86_64_BUILD_BASE_IMAGE: "debian/x86_64_build-base"
|
||||
DEBIAN_BASE_TAG: "2023-06-21-virglrenderer"
|
||||
DEBIAN_BASE_TAG: "2023-07-10-virglrenderer"
|
||||
|
||||
DEBIAN_X86_64_BUILD_IMAGE_PATH: "debian/x86_64_build"
|
||||
DEBIAN_BUILD_TAG: "2023-06-24-agility-711"
|
||||
|
|
@ -21,7 +21,7 @@ variables:
|
|||
ALPINE_X86_64_BUILD_TAG: "2023-05-01-3.18-bump-1"
|
||||
ALPINE_X86_64_LAVA_SSH_TAG: "2023-06-26-first-version"
|
||||
FEDORA_X86_64_BUILD_TAG: "2023-05-05-ccache-on"
|
||||
KERNEL_ROOTFS_TAG: "2023-07-05-angle"
|
||||
KERNEL_ROOTFS_TAG: "2023-07-10-virglrenderer"
|
||||
|
||||
WINDOWS_X64_VS_PATH: "windows/x64_vs"
|
||||
WINDOWS_X64_VS_TAG: "2022-10-20-upgrade-zlib"
|
||||
|
|
|
|||
|
|
@ -395,19 +395,7 @@ spec@arb_texture_compression_bptc@texwrap formats bordercolor-swizzled@GL_COMPRE
|
|||
spec@arb_texture_compression_bptc@texwrap formats bordercolor-swizzled@GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM- swizzled- border color only,Fail
|
||||
spec@arb_texture_cube_map_array@fbo-generatemipmap-cubemap array s3tc_dxt1,Fail
|
||||
spec@arb_texture_float@fbo-blending-formats,Fail
|
||||
spec@arb_texture_float@fbo-blending-formats@GL_ALPHA16F_ARB,Fail
|
||||
spec@arb_texture_float@fbo-blending-formats@GL_ALPHA32F_ARB,Fail
|
||||
spec@arb_texture_float@fbo-blending-formats@GL_RGB32F,Fail
|
||||
spec@arb_texture_float@fbo-clear-formats,Fail
|
||||
spec@arb_texture_float@fbo-clear-formats@GL_ALPHA16F_ARB,Fail
|
||||
spec@arb_texture_float@fbo-clear-formats@GL_ALPHA32F_ARB,Fail
|
||||
spec@arb_texture_float@fbo-colormask-formats,Fail
|
||||
spec@arb_texture_float@fbo-colormask-formats@GL_ALPHA16F_ARB,Fail
|
||||
spec@arb_texture_float@fbo-colormask-formats@GL_ALPHA32F_ARB,Fail
|
||||
spec@arb_texture_float@fbo-fast-clear,Fail
|
||||
spec@arb_texture_float@multisample-fast-clear gl_arb_texture_float,Fail
|
||||
spec@arb_texture_float@multisample-formats 2 gl_arb_texture_float,Fail
|
||||
spec@arb_texture_float@multisample-formats 4 gl_arb_texture_float,Fail
|
||||
spec@arb_texture_float@texwrap formats bordercolor,Fail
|
||||
spec@arb_texture_float@texwrap formats bordercolor-swizzled,Fail
|
||||
spec@arb_texture_float@texwrap formats bordercolor-swizzled@GL_ALPHA16F_ARB- swizzled- border color only,Fail
|
||||
|
|
@ -500,8 +488,6 @@ spec@ext_framebuffer_object@fbo-blending-formats@GL_INTENSITY8,Fail
|
|||
spec@ext_framebuffer_object@fbo-readpixels-depth-formats,Fail
|
||||
spec@ext_framebuffer_object@fbo-readpixels-depth-formats@GL_DEPTH_COMPONENT/GL_FLOAT,Fail
|
||||
spec@ext_framebuffer_object@fbo-readpixels-depth-formats@GL_DEPTH_COMPONENT24/GL_FLOAT,Fail
|
||||
spec@ext_framebuffer_object@getteximage-formats init-by-clear-and-render,Fail
|
||||
spec@ext_framebuffer_object@getteximage-formats init-by-rendering,Fail
|
||||
spec@ext_packed_depth_stencil@fbo-depthstencil-gl_depth24_stencil8-copypixels,Fail
|
||||
spec@ext_packed_depth_stencil@fbo-depthstencil-gl_depth24_stencil8-drawpixels-24_8,Fail
|
||||
spec@ext_packed_depth_stencil@fbo-depthstencil-gl_depth24_stencil8-drawpixels-32f_24_8_rev,Fail
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue