mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
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:
parent
c0cb358f1b
commit
51a911cfa1
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue