mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
virgl/ci: Remove screen size arguments
We don't need such argument and this way of specifying them is deprecated anyway. Signed-off-by: Corentin Noël <corentin.noel@collabora.com> Reviewed-by: Sergi Blanch Torné <None> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33173>
This commit is contained in:
parent
ef3091736c
commit
d441292a70
2 changed files with 3 additions and 3 deletions
|
|
@ -64,7 +64,7 @@
|
|||
FLAKES_CHANNEL: "#virgl-ci"
|
||||
GALLIUM_DRIVER: "virgl"
|
||||
CROSVM_GALLIUM_DRIVER: "llvmpipe"
|
||||
CROSVM_GPU_ARGS: "gles=false,backend=virglrenderer,egl=true,surfaceless=true,width=1024,height=768"
|
||||
CROSVM_GPU_ARGS: "gles=false,backend=virglrenderer,egl=true,surfaceless=true"
|
||||
GALLIVM_PERF: "nopt,no_quad_lod"
|
||||
|
||||
.virgl-iris-test:
|
||||
|
|
@ -81,7 +81,7 @@
|
|||
DRIVER_NAME: virgl
|
||||
GALLIUM_DRIVER: virgl
|
||||
CROSVM_GALLIUM_DRIVER: iris
|
||||
CROSVM_GPU_ARGS: "gles=false,backend=virglrenderer,egl=true,surfaceless=true,width=1024,height=768"
|
||||
CROSVM_GPU_ARGS: "gles=false,backend=virglrenderer,egl=true,surfaceless=true"
|
||||
EGL_PLATFORM: surfaceless
|
||||
PIGLIT_PROFILES: replay
|
||||
PIGLIT_TRACES_FILE: traces-virgl-iris.yml
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ virgl-on-gles:
|
|||
VIRGL_HOST_API: GLES
|
||||
DEQP_SUITE: virgl-gles
|
||||
GPU_VERSION: virgl-gles
|
||||
CROSVM_GPU_ARGS: "gles=true,backend=virglrenderer,egl=true,surfaceless=true,width=1024,height=768"
|
||||
CROSVM_GPU_ARGS: "gles=true,backend=virglrenderer,egl=true,surfaceless=true"
|
||||
extends:
|
||||
- virgl-on-gl
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue