summaryrefslogtreecommitdiff
path: root/boilerplate/cairo-boilerplate-glx.c
AgeCommit message (Collapse)AuthorFilesLines
2011-06-02perfChris Wilson1-0/+4
2010-07-03gl: Add describe stringBenjamin Otte1-4/+25
2010-07-03boilerplate: Add a describe vfuncBenjamin Otte1-0/+4
This function is supposed to describe the backend in use. The describe function is optional - and therefore initialized as NULL everywhere. Note: It is well known that the xlib backend uses X. What is not known is what version the server supports or what graphics card it is running on. That is the information the describe vfunc is supposed to provide.
2010-06-24whitespace: Fixup formal arguments and tabs in boilerplate/ and perf/.M Joonas Pihlaja1-30/+30
Ran a script to align the formal parameters of functions and collapse spaces to tabs in code.
2010-06-17gl: Added wgl boilerplate and moved the glx and egl boilerplates into their ↵Zoxc1-0/+401
own files.