summaryrefslogtreecommitdiffstats
path: root/thirdparty/glad/egl.c
Commit message (Collapse)AuthorAgeFilesLines
* EGL: Use EGL_EXT_platform_base whenever possibleRiteo2024-06-041-0/+12
| | | | | | This avoids any assumption from the driver, which would otherwise select a specific platform and potentially mess up everything, resulting usually in a display server failure.
* [macOS/Windows] Add optional ANGLE backed OpenGL renderer support. Add ↵bruvzg2023-09-211-0/+408
EGL_ANDROID_blob_cache caching. Co-authored-by: Riteo <riteo@posteo.net>