• Joined on 2024-05-06
shylie pushed to main at shylie/glerminal 2024-05-28 15:13:22 +00:00
d285983dea Initial automated testing
shylie pushed to main at shylie/glerminal 2024-05-27 17:07:55 +00:00
65c6de85ba Rework testing code
shylie pushed to main at shylie/glerminal 2024-05-27 15:47:06 +00:00
12f7d22009 Convert from char* to char[]
shylie pushed to main at shylie/glerminal 2024-05-27 15:42:25 +00:00
2861b78681 Update to allow GL_ARB_shader_viewport_layer_array as well.
shylie synced commits to refs/pull/2211/merge at mirror/glfw from mirror 2024-05-27 12:02:44 +00:00
b35641f4a3 Wayland: Cleanup
64906f8e64 Wayland: Cleanup
51b6434ac4 Wayland: Fix possible segfault on drag enter
dfebad786d Update macOS OpenGL compatibility notes
Compare 7 commits »
shylie synced commits to refs/pull/2273/merge at mirror/glfw from mirror 2024-05-27 12:02:44 +00:00
b35641f4a3 Wayland: Cleanup
64906f8e64 Wayland: Cleanup
51b6434ac4 Wayland: Fix possible segfault on drag enter
dfebad786d Update macOS OpenGL compatibility notes
Compare 7 commits »
shylie synced commits to refs/pull/2394/merge at mirror/glfw from mirror 2024-05-27 12:02:44 +00:00
b35641f4a3 Wayland: Cleanup
64906f8e64 Wayland: Cleanup
51b6434ac4 Wayland: Fix possible segfault on drag enter
dfebad786d Update macOS OpenGL compatibility notes
Compare 7 commits »
shylie synced commits to refs/pull/1362/merge at mirror/glfw from mirror 2024-05-27 12:02:43 +00:00
b35641f4a3 Wayland: Cleanup
64906f8e64 Wayland: Cleanup
51b6434ac4 Wayland: Fix possible segfault on drag enter
dfebad786d Update macOS OpenGL compatibility notes
Compare 7 commits »
shylie synced commits to refs/pull/2190/merge at mirror/glfw from mirror 2024-05-27 12:02:43 +00:00
b35641f4a3 Wayland: Cleanup
64906f8e64 Wayland: Cleanup
51b6434ac4 Wayland: Fix possible segfault on drag enter
dfebad786d Update macOS OpenGL compatibility notes
Compare 7 commits »
shylie synced commits to refs/pull/2193/merge at mirror/glfw from mirror 2024-05-27 12:02:43 +00:00
b35641f4a3 Wayland: Cleanup
64906f8e64 Wayland: Cleanup
51b6434ac4 Wayland: Fix possible segfault on drag enter
dfebad786d Update macOS OpenGL compatibility notes
Compare 7 commits »
shylie synced commits to refs/pull/2196/merge at mirror/glfw from mirror 2024-05-27 12:02:43 +00:00
b35641f4a3 Wayland: Cleanup
64906f8e64 Wayland: Cleanup
51b6434ac4 Wayland: Fix possible segfault on drag enter
dfebad786d Update macOS OpenGL compatibility notes
Compare 7 commits »
shylie pushed to main at shylie/glerminal 2024-05-26 16:52:36 +00:00
11380a0d88 Found another remaining _DEBUG reference
shylie pushed to main at shylie/glerminal 2024-05-26 16:35:24 +00:00
2be0aeaf99 Add AMD_vertex_shader_layer support
shylie pushed to main at shylie/glerminal 2024-05-26 16:05:38 +00:00
c125a36cf0 Geometry shader is passthrough now
shylie pushed to main at shylie/glerminal 2024-05-26 13:21:45 +00:00
320164e597 Forgot to change shader version
shylie pushed to main at shylie/glerminal 2024-05-26 12:12:55 +00:00
eaab60cfda Downgrade to OpenGL 4.5
shylie pushed to main at shylie/glerminal 2024-05-26 03:18:16 +00:00
c8e7a28837 Remove testing code from CMake. Intended to be used via CI gitea actions
b4427a0c88 Setup basic testing framework
Compare 2 commits »
shylie synced commits to refs/pull/2491/head at mirror/glfw from mirror 2024-05-24 18:42:42 +00:00
1bd20df533 Merge branch 'master' into feature/acceleration
b35641f4a3 Wayland: Cleanup
64906f8e64 Wayland: Cleanup
51b6434ac4 Wayland: Fix possible segfault on drag enter
dfebad786d Update macOS OpenGL compatibility notes
Compare 25 commits »
shylie synced commits to refs/pull/2491/merge at mirror/glfw from mirror 2024-05-24 18:42:42 +00:00
1bd20df533 Merge branch 'master' into feature/acceleration
b35641f4a3 Wayland: Cleanup
64906f8e64 Wayland: Cleanup
51b6434ac4 Wayland: Fix possible segfault on drag enter
Compare 23 commits »
shylie commented on issue shylie/glerminal#1 2024-05-24 01:36:27 +00:00
Use cmake options instead of build targets for optional features

Fixed in b2164b76cf.