1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2025-05-16 02:18:51 -04:00
glfw/src
Camilla Berglund 6f313ff245 Win32: Use helper window to load WGL extensions
This removes window re-creation logic by performing the initial context
creation on the helper window, simplifying both window and context
creation and paving the way for attaching to existing window handles
without compromising on context or framebuffer hint support.
2016-06-22 23:33:34 +02:00
..
CMakeLists.txt Add run-time context creation API selection 2016-05-04 17:00:07 +02:00
cocoa_init.m Update email address 2016-06-01 21:25:20 +02:00
cocoa_joystick.h Cocoa: Clean up joystick globals 2016-06-15 01:35:07 +02:00
cocoa_joystick.m Cocoa: Clean up joystick globals 2016-06-15 01:35:07 +02:00
cocoa_monitor.m Update email address 2016-06-01 21:25:20 +02:00
cocoa_platform.h Cocoa: Clean up joystick globals 2016-06-15 01:35:07 +02:00
cocoa_time.c Update email address 2016-06-01 21:25:20 +02:00
cocoa_window.m Update email address 2016-06-01 21:25:20 +02:00
context.c Update email address 2016-06-01 21:25:20 +02:00
egl_context.c Rename static functions to allow unity build 2016-06-15 01:35:07 +02:00
egl_context.h Formatting 2016-06-15 01:35:07 +02:00
glfw_config.h.in Update email address 2016-06-01 21:25:20 +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
glx_context.c Rename static functions to allow unity build 2016-06-15 01:35:07 +02:00
glx_context.h Formatting 2016-06-15 01:35:07 +02:00
init.c Update email address 2016-06-01 21:25:20 +02:00
input.c Fix cursor position coordinate delimiter 2016-06-15 01:35:07 +02:00
internal.h Formatting 2016-06-15 01:35:07 +02:00
linux_joystick.c Update email address 2016-06-01 21:25:20 +02:00
linux_joystick.h Formatting 2016-06-15 01:35:07 +02:00
mir_init.c Add missing inclusion of linux/input.h 2016-02-18 14:48:07 +01:00
mir_monitor.c Add native Wayland and Mir functions 2015-10-15 01:48:44 +02:00
mir_platform.h Formatting 2016-06-15 01:35:07 +02:00
mir_window.c Cleanup 2016-05-29 15:34:08 +02:00
monitor.c Update email address 2016-06-01 21:25:20 +02:00
nsgl_context.h Formatting 2016-06-15 01:35:07 +02:00
nsgl_context.m Rename static functions to allow unity build 2016-06-15 01:35:07 +02:00
posix_time.c Update email address 2016-06-01 21:25:20 +02:00
posix_time.h Update email address 2016-06-01 21:25:20 +02:00
posix_tls.c Update email address 2016-06-01 21:25:20 +02:00
posix_tls.h Update email address 2016-06-01 21:25:20 +02:00
vulkan.c Update email address 2016-06-01 21:25:20 +02:00
wgl_context.c Win32: Use helper window to load WGL extensions 2016-06-22 23:33:34 +02:00
wgl_context.h Win32: Use helper window to load WGL extensions 2016-06-22 23:33:34 +02:00
win32_init.c Update email address 2016-06-01 21:25:20 +02:00
win32_joystick.c Update email address 2016-06-01 21:25:20 +02:00
win32_joystick.h Win32: Fix stub comment 2016-06-15 01:35:07 +02:00
win32_monitor.c Update email address 2016-06-01 21:25:20 +02:00
win32_platform.h Formatting 2016-06-15 01:35:07 +02:00
win32_time.c Update email address 2016-06-01 21:25:20 +02:00
win32_tls.c Update email address 2016-06-01 21:25:20 +02:00
win32_window.c Win32: Use helper window to load WGL extensions 2016-06-22 23:33:34 +02:00
window.c Fail sharing if either window is context-less 2016-06-22 14:36:46 +02:00
wl_init.c Move all cursor positioning to platform code 2016-05-29 15:33:49 +02:00
wl_monitor.c wayland: Report unsupported operations as errors 2016-05-02 21:49:57 +02:00
wl_platform.h Formatting 2016-06-15 01:35:07 +02:00
wl_window.c Cleanup 2016-05-29 15:34:08 +02:00
x11_init.c Update email address 2016-06-01 21:25:20 +02:00
x11_monitor.c Update email address 2016-06-01 21:25:20 +02:00
x11_platform.h Formatting 2016-06-15 01:35:07 +02:00
x11_window.c Update email address 2016-06-01 21:25:20 +02:00
xkb_unicode.c Update email address 2016-06-01 21:25:20 +02:00
xkb_unicode.h Start 3.2 2015-10-12 21:59:49 +02:00