mirror of
https://github.com/glfw/glfw.git
synced 2026-01-11 15:23:17 +01:00
Null: Add limited EGL context creation on Mesa
This provides very limited support for context creation via EGL on the Null platform. It supports Unix-like systems with a version of Mesa that provides EGL_MESA_platform_surfaceless. Even then, the actual framebuffer provided is not resized along with the 'window'. That will hopefully change once context and framebuffer creation are separated, but this commit should at least allow more applications than before to run on the Null platform.
This commit is contained in:
@@ -125,6 +125,7 @@ information on what to include when reporting a bug.
|
||||
the limit of the mouse button tokens to be reported (#2423)
|
||||
- [Wayland] Bugfix: The fractional scaling related objects were not destroyed
|
||||
- [Null] Added Vulkan 'window' surface creation via `VK_EXT_headless_surface`
|
||||
- [Null] Added EGL context creation on Mesa via `EGL_MESA_platform_surfaceless`
|
||||
|
||||
|
||||
## Contact
|
||||
|
||||
Reference in New Issue
Block a user