aboutsummaryrefslogtreecommitdiffstats
path: root/src/api/egl
Commit message (Expand)AuthorAgeFilesLines
* Fix this_platform_is_not_supported on OpenBSD.Kirill Zdornyy2016-03-012-2/+2
* Fix EGL for wayland.Victor Berger2016-01-031-6/+6
* Update EGL implementationPierre Krieger2015-12-191-83/+139
* Update some librariesSimon Sapin2015-12-011-19/+19
* Remove public exports of gl_common and libcPierre Krieger2015-11-091-1/+1
* Add #[inline] attributesPierre Krieger2015-09-231-0/+5
* Switch EGL to use only pf_reqs and openglPierre Krieger2015-09-211-20/+19
* Extract WindowAttributes from the BuilderAttribsPierre Krieger2015-09-211-1/+1
* Extract GlAttributes from BuilderAttribsPierre Krieger2015-09-211-11/+11
* Make it work on DragonFly/FreeBSDMichael Neumann2015-08-302-1/+4
* Fix android buildGlenn Watson2015-08-281-97/+111
* Do not crash in case of buggy EGL implementations that are missing eglGetPlat...Pierre Krieger2015-08-241-8/+28
* Correctly handle eglGetDisplayPierre Krieger2015-08-071-14/+88
* Get the list of extensions only oncePierre Krieger2015-08-071-28/+50
* Merge pull request #548 from tomaka/egl-pbuffertomaka2015-07-271-1/+30
|\
| * Add support for creating a pbuffer with EGLPierre Krieger2015-07-271-1/+30
* | Indicate the exact error when eglMakeCurrent or eglSwapBuffers failPierre Krieger2015-07-261-8/+6
|/
* 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