aboutsummaryrefslogtreecommitdiffstats
path: root/src/api/glx/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Add support for the EGL_KHR_create_context_no_error extensionPierre Krieger2015-06-251-1/+2
* Add with_robustness and handle robustness on all implementationsPierre Krieger2015-06-221-19/+62
* Merge pull request #486 from tomaka/context-errortomaka2015-06-171-5/+8
|\
| * Handle errors from MakeCurrent and SwapBuffersPierre Krieger2015-06-161-5/+8
* | glx: Unbind the context if it's the current oneecoal952015-06-171-2/+4
|/
* Fix GLX creating only 3.0 contextsPierre Krieger2015-05-161-69/+94
* Make platform::linux generic over X11 and Wayland.Victor Berger2015-05-121-3/+8
* Make x11 dynamicPierre Krieger2015-05-071-11/+13
* Introduced GlProfile enumDzmitry Malyshau2015-05-011-7/+9
* Implemented gl_core flagDzmitry Malyshau2015-04-301-2/+10
* Add a GlContext traitPierre Krieger2015-04-301-7/+15
* Split GLX and X11 in "api"Pierre Krieger2015-04-251-0/+187