commit | 96894e6746c199cb8a5b8356f75c2ee8f28e68b1 | [log] [tgz] |
---|---|---|
author | Simon Zeni <simon@bl4ckb0ne.ca> | Wed Sep 28 06:23:01 2022 -0400 |
committer | Marge Bot <emma+marge@anholt.net> | Wed Oct 12 19:26:01 2022 +0000 |
tree | 31034a974d9154af1b9e1743b1073f3141b45771 | |
parent | 1fc7f0f084d2a12f52acf7c294bdb954aa87a09f [diff] |
EGL: sync headers with Khronos Since [1], EGL removed the inclusion of the Xlib headers by default. The logic is now reversed, and the call has to define USE_X11 to include the Xlib headers instead of EGL_NO_X11_HEADERS to prevent the inclusion. [1]: https://github.com/KhronosGroup/EGL-Registry/pull/130/commits/3670d645f4a26a0a9e87e7f3a8608e7cc1d53b5b Signed-off-by: Simon Zeni <simon@bl4ckb0ne.ca> Reviewed-by: Eric Engestrom <eric@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18848>