mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
ci/virgl: Fix GLES31 testing on desktop GL.
The version overrides leaked into the virglrenderer server, breaking compiling of all sorts of shaders. We already get GLES3.1 when running virgl on llvmpipe GL without doing any overrides. Reviewed-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8854>
This commit is contained in:
parent
697fb11cfc
commit
1bab56e1ba
2 changed files with 2431 additions and 4571 deletions
|
|
@ -1378,8 +1378,6 @@ virgl-gles31-on-gl:
|
|||
parallel: 2
|
||||
variables:
|
||||
DEQP_VER: gles31
|
||||
MESA_GLES_VERSION_OVERRIDE: "3.1"
|
||||
MESA_GLSL_VERSION_OVERRIDE: "310"
|
||||
MESA_EXTENSION_OVERRIDE: "-GL_OES_tessellation_shader"
|
||||
extends: virgl-gles3-on-gl
|
||||
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue