Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-06-02 | perf | Chris Wilson | 1 | -0/+4 | |
2010-07-03 | gl: Add describe string | Benjamin Otte | 1 | -4/+25 | |
2010-07-03 | boilerplate: Add a describe vfunc | Benjamin Otte | 1 | -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-24 | whitespace: Fixup formal arguments and tabs in boilerplate/ and perf/. | M Joonas Pihlaja | 1 | -30/+30 | |
Ran a script to align the formal parameters of functions and collapse spaces to tabs in code. | |||||
2010-06-17 | gl: Added wgl boilerplate and moved the glx and egl boilerplates into their ↵ | Zoxc | 1 | -0/+401 | |
own files. |