mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 15:40:11 +01:00
ci: uprev virglrenderer
This brings in latest virglrenderer that supports recently added venus extensions. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38800>
This commit is contained in:
parent
273f668520
commit
b42d7c3809
4 changed files with 12 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
variables:
|
||||
CONDITIONAL_BUILD_ANDROID_CTS_TAG: b018634d732f438027ec58c0383615e7
|
||||
CONDITIONAL_BUILD_ANGLE_TAG: efd57e99d51361944f87b9466356b0ce
|
||||
CONDITIONAL_BUILD_CROSVM_TAG: d11bef2a6b529802b5deaeaa490fd4d9
|
||||
CONDITIONAL_BUILD_CROSVM_TAG: 4c61f9707203afca91db3efeb57175db
|
||||
CONDITIONAL_BUILD_FLUSTER_TAG: e13f8521875ebd70e207ec0f6f3d3e5b
|
||||
CONDITIONAL_BUILD_PIGLIT_TAG: 21ab2c66f54777163dd038dc4cfcfde6
|
||||
CONDITIONAL_BUILD_VKD3D_PROTON_TAG: 072beee85d89e75f9a81664b77198b92
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ pushd /platform/crosvm
|
|||
git checkout "$CROSVM_VERSION"
|
||||
git submodule update --init
|
||||
|
||||
VIRGLRENDERER_VERSION=d780ef776bdd6435ef3ed657e6209a4662f6d05e
|
||||
VIRGLRENDERER_VERSION=95610d57da49d76617bd6d8d21b9bfb1bf360f64
|
||||
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
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ variables:
|
|||
DEBIAN_BUILD_BASE_TAG: "20251016-riscv"
|
||||
DEBIAN_BUILD_TAG: "20250926-D3D618"
|
||||
|
||||
DEBIAN_TEST_BASE_TAG: "20251125-crosvirgl"
|
||||
DEBIAN_TEST_BASE_TAG: "20251203-virgl"
|
||||
DEBIAN_TEST_ANDROID_TAG: "20251128-vkcts"
|
||||
DEBIAN_TEST_GL_TAG: "20251128-vkcts"
|
||||
DEBIAN_TEST_VIDEO_TAG: "20250813-vector"
|
||||
|
|
|
|||
|
|
@ -21,3 +21,12 @@ dEQP-VK.sparse_resources.image_block_shapes.2d.g8b8g8r8_422_unorm.samples_1,Fail
|
|||
dEQP-VK.sparse_resources.image_block_shapes.2d.b8g8r8g8_422_unorm.samples_1,Fail
|
||||
dEQP-VK.sparse_resources.image_block_shapes.2d_array.g8b8g8r8_422_unorm.samples_1,Fail
|
||||
dEQP-VK.sparse_resources.image_block_shapes.2d_array.b8g8r8g8_422_unorm.samples_1,Fail
|
||||
|
||||
# Failed with native lavapipe as well
|
||||
dEQP-VK.mesh_shader.ext.misc.emit_in_control_flow_bad_emit_last,Fail
|
||||
dEQP-VK.mesh_shader.ext.smoke.fast_lib.depth_only_points_position_components,Fail
|
||||
dEQP-VK.mesh_shader.ext.smoke.fast_lib.depth_only_triangles_position_components,Fail
|
||||
dEQP-VK.mesh_shader.ext.smoke.monolithic.depth_only_points_position_components,Fail
|
||||
dEQP-VK.mesh_shader.ext.smoke.monolithic.depth_only_triangles_position_components,Fail
|
||||
dEQP-VK.mesh_shader.ext.smoke.optimized_lib.depth_only_points_position_components,Fail
|
||||
dEQP-VK.mesh_shader.ext.smoke.optimized_lib.depth_only_triangles_position_components,Fail
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue