glfw/tests
Emmanuel Gil Peyrot c27caa4b1d Remove OSMesa support
Mesa removed that library in 027ccd963b1f8f288bef4224aedcddc1557e4f8a,
so this API can be removed from GLFW too.

Mesa has provided an alternative path for years, through the
EGL_MESA_platform_surfaceless EGL extension, and it also supports
selecting the software rasterizer through the EGL_EXT_platform_device
EGL extension, neither of which are supported by GLFW yet.

I kept the external API the same, notably the GLFW_OSMESA_CONTEXT_API
define is still present, but will error at runtime.
2025-09-08 13:53:50 +02:00
..
allocator.c Update glad2 and switch to header-only version 2021-08-26 16:03:40 +02:00
clipboard.c Update glad2 and switch to header-only version 2021-08-26 16:03:40 +02:00
CMakeLists.txt Update glad2 and switch to header-only version 2021-08-26 16:03:40 +02:00
cursor.c Add cursor mode GLFW_CURSOR_CAPTURED 2022-07-25 18:02:57 +02:00
empty.c Update glad2 and switch to header-only version 2021-08-26 16:03:40 +02:00
events.c Unlimited mouse button input mode 2024-03-12 16:24:01 +00:00
gamma.c Fix gamma test not checking for NULL return value 2021-12-31 13:13:21 +01:00
glfwinfo.c Remove OSMesa support 2025-09-08 13:53:50 +02:00
icon.c Update glad2 and switch to header-only version 2021-08-26 16:03:40 +02:00
iconify.c Fix initial windowed mode size for test 2021-12-09 20:05:07 +01:00
inputlag.c Update glad2 and switch to header-only version 2021-08-26 16:03:40 +02:00
joysticks.c Update glad2 and switch to header-only version 2021-08-26 16:03:40 +02:00
monitors.c Update glad2 and switch to header-only version 2021-08-26 16:03:40 +02:00
msaa.c Update glad2 and switch to header-only version 2021-08-26 16:03:40 +02:00
reopen.c Update glad2 and switch to header-only version 2021-08-26 16:03:40 +02:00
tearing.c Update glad2 and switch to header-only version 2021-08-26 16:03:40 +02:00
threads.c Add window hints for initial position 2022-07-29 11:50:13 +02:00
timeout.c Update glad2 and switch to header-only version 2021-08-26 16:03:40 +02:00
title.c Update glad2 and switch to header-only version 2021-08-26 16:03:40 +02:00
triangle-vulkan.c Add support for VK_KHR_portability_enumeration 2022-07-07 23:48:16 +02:00
window.c Unlimited mouse button input mode 2024-03-12 16:24:01 +00:00