Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: Make gtkgears compile without complaints | Benjamin Otte | 2014-10-14 | 1 | -1/+1 |
| | |||||
* | gl: Make gdk_gl_context_make_current() return void | Alexander Larsson | 2014-10-13 | 1 | -11/+2 |
| | | | | | | | | | | Its not really reasonable to handle failures to make_current, it basically only happens if you pass invalid arguments to it, and thats not something we trap on similar things on the X drawing side. If GL is not supported that should be handled by the context creation failing, and anything going wrong after that is essentially a critical (or an async X error). | ||||
* | Add tests/gdkgears | Alexander Larsson | 2014-10-13 | 1 | -0/+448 |
A more complex test modeled on the traditional glxgears. |