aboutsummaryrefslogtreecommitdiffstats
path: root/src/api/egl
Commit message (Expand)AuthorAgeFilesLines
* Add CreationError::OpenGlVersionNotSupportedPierre Krieger2015-07-201-9/+9
* Add CreationError::RobustnessNotSupportedPierre Krieger2015-07-201-3/+3
* Fix EGL context creationPierre Krieger2015-07-191-3/+10
* Split creating an EGL context in two partsPierre Krieger2015-07-181-54/+103
* Add support for the EGL_KHR_create_context_no_error extensionPierre Krieger2015-06-251-20/+53
* Add with_robustness and handle robustness on all implementationsPierre Krieger2015-06-221-11/+51
* Handle errors from MakeCurrent and SwapBuffersPierre Krieger2015-06-161-4/+19
* Allow creating EGL contexts on win32 with the AMD DLLsPierre Krieger2015-05-211-2/+2
* Fixes in EGL context creationPierre Krieger2015-05-121-9/+22
* Fixed build warningsEsption2015-05-082-5/+4
* Use the EGL API with AndroidPierre Krieger2015-05-012-4/+2
* Add a GlContext traitPierre Krieger2015-04-301-10/+13
* Fix PixelFormat for x11, egl and win32Pierre Krieger2015-04-301-3/+3
* Rework EGLPierre Krieger2015-04-301-65/+236
* Allow using EGL with X11Pierre Krieger2015-04-252-8/+2
* Add draft for the EGL APIPierre Krieger2015-04-242-0/+226