commit | 51a911cfa108d91d6cd586f9392ee632fafc70e3 | [log] [tgz] |
---|---|---|
author | Eric Engestrom <eric@igalia.com> | Fri Aug 18 18:13:49 2023 +0100 |
committer | Marge Bot <emma+marge@anholt.net> | Fri Aug 18 23:37:36 2023 +0000 |
tree | 10260856ec32a4b38888a6b8448dc752e1005700 | |
parent | c0cb358f1b317184fff0c098ab1472f916e627e1 [diff] |
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>