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:
committed by
Marge Bot
parent
fd3eaabf28
commit
86e4fea2d5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user