glfw/src
Camilla Berglund fef21361c5 OSMesa: Cleanup
Fixes formatting, semantics and documentation.  Adds
glfwGetOSMesaContext.  Adds support for OSMesa context attributes.
Updates changelog and credits.  Adds license and copyright headers.
Removes superfluous code (the shared code provides many conveniences).
Removes loading of unused OSMesa functions.  Removes empty platform
structs.  Fixes version string format.  Removes build dependency on
the OSMesa header and library (only the library is needed and only at
runtime).

Closes #850.
2016-11-09 01:36:21 +01:00
..
CMakeLists.txt Add headless OSMesa backend 2016-11-09 01:23:43 +01:00
cocoa_init.m Update default name from OS X to macOS 2016-10-20 00:53:37 +02:00
cocoa_joystick.h Start 3.3 2016-08-18 23:55:49 +02:00
cocoa_joystick.m Rename joystick ID variables 2016-10-16 14:07:18 +02:00
cocoa_monitor.m Update default name from OS X to macOS 2016-10-20 00:53:37 +02:00
cocoa_platform.h Cocoa: Add basic support for Vulkan via MoltenVK 2016-11-01 21:39:54 +01:00
cocoa_time.c Update default name from OS X to macOS 2016-10-20 00:53:37 +02:00
cocoa_window.m Cocoa: Add basic support for Vulkan via MoltenVK 2016-11-01 21:39:54 +01: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 Add headless OSMesa backend 2016-11-09 01:23:43 +01: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 Rename joystick ID variables 2016-10-16 14:07:18 +02:00
internal.h OSMesa: Cleanup 2016-11-09 01:36:21 +01:00
linux_joystick.c Rename joystick ID variables 2016-10-16 14:07:18 +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 Allow a monitor to be created without a name. 2016-11-04 09:57:59 +00:00
nsgl_context.h Update default name from OS X to macOS 2016-10-20 00:53:37 +02:00
nsgl_context.m Update default name from OS X to macOS 2016-10-20 00:53:37 +02:00
osmesa_context.c OSMesa: Cleanup 2016-11-09 01:36:21 +01:00
osmesa_context.h OSMesa: Cleanup 2016-11-09 01:36:21 +01:00
osmesa_init.c OSMesa: Cleanup 2016-11-09 01:36:21 +01:00
osmesa_monitor.c OSMesa: Cleanup 2016-11-09 01:36:21 +01:00
osmesa_platform.h OSMesa: Cleanup 2016-11-09 01:36:21 +01:00
osmesa_window.c OSMesa: Cleanup 2016-11-09 01:36:21 +01: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 Fix Vulkan extension count when none were found 2016-11-07 19:53:30 +01: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 Win32: Poll only helper window messages at init 2016-10-25 21:25:04 +02:00
win32_joystick.c Win32: Fix joystick error message prefix 2016-10-25 21:28:21 +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 Add glfwSetWindowMaximizeCallback 2016-09-29 01:24:56 +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 Update default name from OS X to macOS 2016-10-20 00:53:37 +02:00
window.c Add glfwSetWindowMaximizeCallback 2016-09-29 01:24:56 +02:00
wl_init.c Wayland: Implement compose key for character input 2016-10-16 13:51:59 +01:00
wl_monitor.c Wayland: Set a proper name for outputs. 2016-11-04 09:58:45 +00:00
wl_platform.h Wayland: Implement compose key for character input 2016-10-16 13:51:59 +01:00
wl_window.c Wayland: Rename snake_case identifiers to camelCase for consistency 2016-10-12 14:13:52 +01: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 Add glfwSetWindowMaximizeCallback 2016-09-29 01:24:56 +02:00
x11_window.c Add glfwSetWindowMaximizeCallback 2016-09-29 01:24:56 +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