Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix EGL for wayland. | Victor Berger | 2016-01-03 | 1 | -6/+6 |
| | |||||
* | Update EGL implementation | Pierre Krieger | 2015-12-19 | 1 | -83/+139 |
| | |||||
* | Update some libraries | Simon Sapin | 2015-12-01 | 1 | -19/+19 |
| | |||||
* | Remove public exports of gl_common and libc | Pierre Krieger | 2015-11-09 | 1 | -1/+1 |
| | |||||
* | Add #[inline] attributes | Pierre Krieger | 2015-09-23 | 1 | -0/+5 |
| | |||||
* | Switch EGL to use only pf_reqs and opengl | Pierre Krieger | 2015-09-21 | 1 | -20/+19 |
| | |||||
* | Extract WindowAttributes from the BuilderAttribs | Pierre Krieger | 2015-09-21 | 1 | -1/+1 |
| | |||||
* | Extract GlAttributes from BuilderAttribs | Pierre Krieger | 2015-09-21 | 1 | -11/+11 |
| | |||||
* | Make it work on DragonFly/FreeBSD | Michael Neumann | 2015-08-30 | 1 | -1/+2 |
| | | | | Tested on DragonFly BSD. Should work similarily on FreeBSD. | ||||
* | Fix android build | Glenn Watson | 2015-08-28 | 1 | -97/+111 |
| | |||||
* | Do not crash in case of buggy EGL implementations that are missing ↵ | Pierre Krieger | 2015-08-24 | 1 | -8/+28 |
| | | | | eglGetPlatformDisplay | ||||
* | Correctly handle eglGetDisplay | Pierre Krieger | 2015-08-07 | 1 | -14/+88 |
| | |||||
* | Get the list of extensions only once | Pierre Krieger | 2015-08-07 | 1 | -28/+50 |
| | |||||
* | Merge pull request #548 from tomaka/egl-pbuffer | tomaka | 2015-07-27 | 1 | -1/+30 |
|\ | | | | | Add support for creating a pbuffer with EGL | ||||
| * | Add support for creating a pbuffer with EGL | Pierre Krieger | 2015-07-27 | 1 | -1/+30 |
| | | |||||
* | | Indicate the exact error when eglMakeCurrent or eglSwapBuffers fail | Pierre Krieger | 2015-07-26 | 1 | -8/+6 |
|/ | |||||
* | Add CreationError::OpenGlVersionNotSupported | Pierre Krieger | 2015-07-20 | 1 | -9/+9 |
| | |||||
* | Add CreationError::RobustnessNotSupported | Pierre Krieger | 2015-07-20 | 1 | -3/+3 |
| | |||||
* | Fix EGL context creation | Pierre Krieger | 2015-07-19 | 1 | -3/+10 |
| | |||||
* | Split creating an EGL context in two parts | Pierre Krieger | 2015-07-18 | 1 | -54/+103 |
| | |||||
* | Add support for the EGL_KHR_create_context_no_error extension | Pierre Krieger | 2015-06-25 | 1 | -20/+53 |
| | |||||
* | Add with_robustness and handle robustness on all implementations | Pierre Krieger | 2015-06-22 | 1 | -11/+51 |
| | |||||
* | Handle errors from MakeCurrent and SwapBuffers | Pierre Krieger | 2015-06-16 | 1 | -4/+19 |
| | |||||
* | Allow creating EGL contexts on win32 with the AMD DLLs | Pierre Krieger | 2015-05-21 | 1 | -2/+2 |
| | |||||
* | Fixes in EGL context creation | Pierre Krieger | 2015-05-12 | 1 | -9/+22 |
| | |||||
* | Fixed build warnings | Esption | 2015-05-08 | 1 | -5/+2 |
| | |||||
* | Use the EGL API with Android | Pierre Krieger | 2015-05-01 | 1 | -1/+1 |
| | |||||
* | Add a GlContext trait | Pierre Krieger | 2015-04-30 | 1 | -10/+13 |
| | |||||
* | Fix PixelFormat for x11, egl and win32 | Pierre Krieger | 2015-04-30 | 1 | -3/+3 |
| | |||||
* | Rework EGL | Pierre Krieger | 2015-04-30 | 1 | -65/+236 |
| | |||||
* | Allow using EGL with X11 | Pierre Krieger | 2015-04-25 | 1 | -1/+1 |
| | |||||
* | Add draft for the EGL API | Pierre Krieger | 2015-04-24 | 1 | -0/+185 |