Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-11-03 | Add stub implementations of backend functions | David Robillard | 1 | -16/+3 | |
Towards having actual trivial backends, but in general allows backends to not declare functions they don't care about which is nice and already a net reduction of actual code. | |||||
2019-11-03 | Windows: Fix GL context flags | David Robillard | 1 | -0/+1 | |
2019-09-14 | Add support for using a debug OpenGL context | David Robillard | 1 | -1/+4 | |
2019-09-07 | Clean up error handling | David Robillard | 1 | -22/+21 | |
2019-09-03 | Windows: Fix puglGetProcAddress() for OpenGL 1.1 functions | David Robillard | 1 | -1/+9 | |
2019-09-03 | Add swap interval hint | David Robillard | 1 | -1/+1 | |
2019-09-03 | Simplify hints implementation | David Robillard | 1 | -13/+13 | |
2019-07-29 | Reorganize source to separate private implementation details | David Robillard | 1 | -0/+306 | |
Taking a page from C++ convention, where "detail" is for things that should not be included in user code. |