egl: bump extension string length

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>
This commit is contained in:
Eric Engestrom
2023-08-18 18:13:49 +01:00
committed by Marge Bot
parent c0cb358f1b
commit 51a911cfa1

View 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.