Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-10-22 | Resurrect puglEnterContext() and puglLeaveContext() | David Robillard | 1 | -16/+6 | |
Even though loading is now better handled with create events, there are still situations with OpenGL where it's difficult to avoid explicitly entering and leaving the context. So, resurrect these functions, but remove the drawing parameter to make it clear that they must never be used for drawing. This breaks the deprecated API since the drawing parameter would be inappropriate for the stable API, and a decent alternative name isn't available. | |||||
2020-10-21 | Move includes to a separate directory | David Robillard | 1 | -0/+493 | |
This is more conventional and directories named "include" are specially understood by some tooling like clang-tidy. |