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:
@@ -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
|
||||
|
||||
|
||||
+2431
-4569
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user