glfw/src
Kyle Brenneman d590eb074f Add support for EGL_KHR_get_all_proc_addresses
If EGL_KHR_get_all_proc_addresses extension is supported, then don't try
to load a separate client library. Instead, just use eglGetProcAddress
to load everything.

This can also avoid problems with trying to use OpenGL functions from
libGL.so.1 (which is the GLX library) when an EGL context is current.

Closes #871.
2016-09-28 22:50:22 +02:00
..
CMakeLists.txt Add run-time context creation API selection 2016-05-04 17:00:07 +02:00
cocoa_init.m Cleanup 2016-09-07 16:49:29 +02:00
cocoa_joystick.h Start 3.3 2016-08-18 23:55:49 +02:00
cocoa_joystick.m Start 3.3 2016-08-18 23:55:49 +02:00
cocoa_monitor.m Cleanup 2016-09-26 13:26:36 +02:00
cocoa_platform.h Cleanup 2016-09-07 16:49:29 +02:00
cocoa_time.c Start 3.3 2016-08-18 23:55:49 +02:00
cocoa_window.m Cleanup 2016-09-07 16:49:29 +02:00
context.c Start 3.3 2016-08-18 23:55:49 +02:00
egl_context.c Add support for EGL_KHR_get_all_proc_addresses 2016-09-28 22:50:22 +02:00
egl_context.h Add support for EGL_KHR_get_all_proc_addresses 2016-09-28 22:50:22 +02:00
glfw3.pc.in Blurb nomenclature fix. 2014-02-10 15:33:41 +01:00
glfw3Config.cmake.in Include imported targets into module config file 2016-02-02 06:00:18 +01:00
glfw_config.h.in Start 3.3 2016-08-18 23:55:49 +02:00
glx_context.c Start 3.3 2016-08-18 23:55:49 +02:00
glx_context.h Start 3.3 2016-08-18 23:55:49 +02:00
init.c Start 3.3 2016-08-18 23:55:49 +02:00
input.c Cleanup 2016-09-07 16:46:48 +02:00
internal.h Check only for relevant Vulkan extensions 2016-09-14 22:59:03 +02:00
linux_joystick.c Start 3.3 2016-08-18 23:55:49 +02:00
linux_joystick.h Start 3.3 2016-08-18 23:55:49 +02:00
mir_init.c Cleanup 2016-09-07 16:49:29 +02:00
mir_monitor.c Mir: Add cursor mode support 2016-09-07 16:49:29 +02:00
mir_platform.h Cleanup 2016-09-07 16:49:29 +02:00
mir_window.c Cleanup 2016-09-07 16:49:29 +02:00
monitor.c Start 3.3 2016-08-18 23:55:49 +02:00
nsgl_context.h Start 3.3 2016-08-18 23:55:49 +02:00
nsgl_context.m Start 3.3 2016-08-18 23:55:49 +02:00
posix_time.c Start 3.3 2016-08-18 23:55:49 +02:00
posix_time.h Start 3.3 2016-08-18 23:55:49 +02:00
posix_tls.c Start 3.3 2016-08-18 23:55:49 +02:00
posix_tls.h Start 3.3 2016-08-18 23:55:49 +02:00
vulkan.c Check only for relevant Vulkan extensions 2016-09-14 22:59:03 +02:00
wgl_context.c Start 3.3 2016-08-18 23:55:49 +02:00
wgl_context.h Start 3.3 2016-08-18 23:55:49 +02:00
win32_init.c Cleanup 2016-09-07 16:49:29 +02:00
win32_joystick.c Fix GCC warnings 2016-07-21 00:15:55 +02:00
win32_joystick.h Start 3.3 2016-08-18 23:55:49 +02:00
win32_monitor.c Start 3.3 2016-08-18 23:55:49 +02:00
win32_platform.h Cleanup 2016-09-07 16:49:29 +02:00
win32_time.c Start 3.3 2016-08-18 23:55:49 +02:00
win32_tls.c Start 3.3 2016-08-18 23:55:49 +02:00
win32_window.c Win32: Allow iconifying undecorated windows 2016-09-14 18:12:21 +02:00
window.c Fix glfwMaximizeWindow not checking window mode 2016-08-21 17:43:40 +02:00
wl_init.c Wayland: Only input a character on GLFW_PRESS action 2016-09-13 13:09:25 +09:00
wl_monitor.c Start 3.3 2016-08-18 23:55:49 +02:00
wl_platform.h Cleanup 2016-09-07 16:49:29 +02:00
wl_window.c Cleanup 2016-09-07 16:49:29 +02:00
x11_init.c Cleanup 2016-09-07 16:49:29 +02:00
x11_monitor.c Start 3.3 2016-08-18 23:55:49 +02:00
x11_platform.h Cleanup 2016-09-07 16:49:29 +02:00
x11_window.c Cleanup 2016-09-07 16:49:29 +02:00
xkb_unicode.c Start 3.3 2016-08-18 23:55:49 +02:00
xkb_unicode.h Start 3.3 2016-08-18 23:55:49 +02:00