egl: bump extension string length
authorEric Engestrom <eric@igalia.com>
Fri, 18 Aug 2023 17:13:49 +0000 (18:13 +0100)
committerMarge Bot <emma+marge@anholt.net>
Fri, 18 Aug 2023 23:37:36 +0000 (23:37 +0000)
We've actually been over the 1000 char limit for a while, but we didn't
have a driver in CI that enabled enough extensions to notice it.

If all currently supported extensions are enabled, we need 1441 chars.
Let's bump the string to 2048 to have a little bit of margin.

Signed-off-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24781>

src/egl/main/egldefines.h

index d8f7dfa..7c6ad49 100644 (file)
@@ -36,7 +36,7 @@
 extern "C" {
 #endif
 
-#define _EGL_MAX_EXTENSIONS_LEN 1000
+#define _EGL_MAX_EXTENSIONS_LEN 2048
 
 /* Hardcoded, conservative default for EGL_LARGEST_PBUFFER,
  * this is used to implement EGL_LARGEST_PBUFFER.