aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/cairo_gl.h
AgeCommit message (Collapse)AuthorFilesLines
2019-07-29Reorganize source to separate private implementation detailsDavid Robillard1-103/+0
Taking a page from C++ convention, where "detail" is for things that should not be included in user code.
2019-07-29Clean up file documentationDavid Robillard1-0/+4
2019-07-28Cleanup: Remove redundant preprocessor checksDavid Robillard1-4/+0
2019-07-28Fix unused parameter warnings and prevent rotDavid Robillard1-0/+3
2019-07-25Add missing includeDavid Robillard1-0/+1
2019-07-25Use standard cairo include pathDavid Robillard1-1/+1
2019-07-21Fix Cairo on MacOSDavid Robillard1-0/+99
2019-02-15Remove PUGL_CAIRO_GLDavid Robillard1-105/+0
The old cairo_gl.h header or something similar is easy enough to use in application code if someone wants to do this, and maintaining a separate context type for it is a hassle and arguably out of scope.
2016-11-06Fix cairo inclusionHanspeter Portner1-1/+1
2016-07-28Add support for Cairo on OSXDavid Robillard1-0/+3
2016-07-28Add support for Cairo on GLDavid Robillard1-0/+102