aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/detail/x11_gl.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-21Move includes to a separate directoryDavid Robillard1-238/+0
2020-10-04Fix potentially short string bufferDavid Robillard1-1/+1
2020-10-04Add puglGetViewHint()David Robillard1-1/+23
2020-10-03Store real double buffer value in hint and remove separate variableDavid Robillard1-5/+2
2020-09-19Call glXSwapIntervalEXT inside active contextHanspeter Portner1-0/+2
2020-09-19Move puglX11GlEnter() and puglX11GlLeave() above puglX11GlCreate()David Robillard1-22/+22
2020-07-05Move stub backend function implementations to a detail headerDavid Robillard1-1/+1
2020-05-16Use email address in copyright headersDavid Robillard1-1/+1
2020-05-16Fix file documentationDavid Robillard1-2/+3
2020-03-15Remove backend resize methodDavid Robillard1-1/+0
2020-03-14Add logging APIDavid Robillard1-11/+16
2020-03-09Cleanup: Remove unnecessary includesDavid Robillard1-1/+0
2020-03-08X11: Implement PUGL_SWAP_INTERVALDavid Robillard1-0/+9
2020-03-08X11: Use function typedefs in glxext.hDavid Robillard1-6/+4
2020-03-08Cleanup: Remove use of GL defines in X11 backendDavid Robillard1-3/+4
2020-03-02X11: Fix return type of puglX11GlGetAttrib()David Robillard1-1/+1
2020-03-02X11: Fix return type of puglX11GlHintValue()David Robillard1-1/+1
2020-03-01Cleanup: Use a consistent style for all backend definitionsDavid Robillard1-9/+7
2020-03-01Cleanup: Fix includesDavid Robillard1-1/+0
2020-02-18Pass expose event to backend enter and leave functionsDavid Robillard1-3/+3
2019-11-21Rename "backend" headersDavid Robillard1-2/+2
2019-11-21X11: Remove libGL dependency from GL backendDavid Robillard1-3/+0
2019-11-09Fix various clang-tidy warningsDavid Robillard1-4/+4
2019-11-03Add stub implementations of backend functionsDavid Robillard1-16/+3
2019-09-14Add support for using a debug OpenGL contextDavid Robillard1-0/+3
2019-09-07Clean up error handlingDavid Robillard1-17/+20
2019-09-03Simplify hints implementationDavid Robillard1-11/+11
2019-08-02Clean up includesDavid Robillard1-1/+1
2019-07-29Cleanup: Clean up includes and call IWYU in lint targetDavid Robillard1-0/+5
2019-07-29Fix various clang-tidy warningsDavid Robillard1-1/+1
2019-07-29Reorganize source to separate private implementation detailsDavid Robillard1-0/+213