aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/detail/win_gl.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-15Remove backend resize methodDavid Robillard1-1/+0
2020-03-08Windows: Implement PUGL_DONT_CARE for PUGL_SWAP_INTERVALDavid Robillard1-2/+3
2020-03-01Cleanup: Use a consistent style for all backend definitionsDavid Robillard1-9/+7
2020-03-01Cleanup: Adjust some code to be more clang-format friendlyDavid Robillard1-15/+21
2020-02-18Pass expose event to backend enter and leave functionsDavid Robillard1-4/+4
2019-11-21Rename "backend" headersDavid Robillard1-2/+2
2019-11-03Add stub implementations of backend functionsDavid Robillard1-16/+3
2019-11-03Windows: Fix GL context flagsDavid Robillard1-0/+1
2019-09-14Add support for using a debug OpenGL contextDavid Robillard1-1/+4
2019-09-07Clean up error handlingDavid Robillard1-22/+21
2019-09-03Windows: Fix puglGetProcAddress() for OpenGL 1.1 functionsDavid Robillard1-1/+9
2019-09-03Add swap interval hintDavid Robillard1-1/+1
2019-09-03Simplify hints implementationDavid Robillard1-13/+13
2019-07-29Reorganize source to separate private implementation detailsDavid Robillard1-0/+306