-
a384b5a3
by Rémi Bernon at 2025-03-26T23:02:32+01:00
opengl32: Remove unused type parameter.
-
29ac0c67
by Rémi Bernon at 2025-03-26T23:02:32+01:00
opengl32: Remove unnecessary interlocked exchange.
This modifies the thread current context, which can only be attached to
one thread at a time.
-
3d27ae44
by Rémi Bernon at 2025-03-26T23:02:32+01:00
opengl32: Use an explicit GLsync pointer in the union.
-
74a7c05e
by Rémi Bernon at 2025-03-26T23:02:32+01:00
opengl32: Introduce an opengl_context_from_handle helper.
-
8d40da7f
by Rémi Bernon at 2025-03-26T23:02:32+01:00
opengl32: Introduce a wgl_pbuffer_from_handle helper.