tests: Don't disable vertex arrays
authorMatthias Clasen <mclasen@redhat.com>
Wed, 10 May 2023 03:02:48 +0000 (23:02 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 10 May 2023 03:02:48 +0000 (23:02 -0400)
It doesn't work, and that makes tests fail.

testsuite/meson.build

index b3008233390aaf438bdf0d4e36cf1b62f457cbf6..8650e918e725ec5a098aeec2d46d9ad02ff66d1d 100644 (file)
@@ -19,7 +19,6 @@ setups = [
     'backend': 'wayland', 'if': wayland_enabled,
     'env': ['GDK_DEBUG=gl-gles,default-settings',
             'MESA_GLES_VERSION_OVERRIDE=2.0',
-            'MESA_EXTENSION_OVERRIDE=-GL_OES_vertex_array_object',
             'GSK_MAX_TEXTURE_SIZE=1024',
            ], },
   { 'backend': 'win32', 'if': os_win32 },