mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 07:18:17 +02:00
zink: add a piglit ci job for lazy descriptors
this fills out lavapipe's descriptor coverage in ci Acked-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> Acked-by: Daniel Stone <daniels@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12708>
This commit is contained in:
parent
fd3eaabf28
commit
86e4fea2d5
1 changed files with 6 additions and 0 deletions
|
|
@ -30,6 +30,12 @@ zink-piglit-no_timelines:
|
|||
script:
|
||||
- xvfb-run --server-args='-noreset' sh -c "ZINK_NO_TIMELINES=1 GALLIUM_DRIVER=zink VK_DRIVER=lvp install/piglit/piglit-runner.sh"
|
||||
|
||||
zink-piglit-lazy:
|
||||
extends:
|
||||
- .zink-piglit-quick_gl
|
||||
script:
|
||||
- xvfb-run --server-args='-noreset' sh -c "ZINK_DESCRIPTORS=lazy GALLIUM_DRIVER=zink VK_DRIVER=lvp install/piglit/piglit-runner.sh"
|
||||
|
||||
zink-lvp-deqp:
|
||||
extends:
|
||||
- .test-gl
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue