Age | Commit message (Expand) | Author |
2018-05-13 | fix check of EGL_WL_bind_wayland_display presence | Alain Greppin |
2018-04-26 | Log required extension name if unavailable | emersion |
2018-04-25 | render/egl: allow passing NULL to surface and image destructors | emersion |
2018-04-24 | render/egl: add wlr_egl_destroy_surface | emersion |
2018-04-21 | Remove a few local prefixed symbols | emersion |
2018-04-04 | egl: silence dmabuf error when extension is not present | Guido Günther |
2018-04-01 | Untie wlr_gles2_renderer and wlr_gles2_texture | emersion |
2018-03-31 | render/egl: add wlr_egl_create_image_from_wl_drm | emersion |
2018-03-28 | Merge pull request #744 from emersion/texture-redesign | Tony Crisci |
2018-03-27 | Fix issue starting up client EGL on X11 backend | Drew DeVault |
2018-03-27 | Implement layer surface damage | Drew DeVault |
2018-03-27 | Arrange & render layer surfaces | Drew DeVault |
2018-03-27 | render: remove GL calls from wlr_egl | emersion |
2018-03-24 | Redesign wlr_texture | emersion |
2018-03-23 | linux-dmabuf: Support multi plane formats like NV12 | Guido Günther |
2018-03-21 | render/egl: use EGL_KHR_debug | emersion |
2018-03-16 | egl: print supported dmabuf formats | Guido Günther |
2018-03-15 | Add initial linux_dmabuf protocol support | Guido Günther |
2018-02-28 | Avoid false positives on egl extension matching | Guido Günther |
2018-02-28 | wlr_egl_create_image: return NULL when function is missing | Guido Günther |
2018-02-19 | Revert "ELF Visibility" | Drew DeVault |
2018-02-19 | Explicitly export EFL symbols | Scott Anderson |
2018-02-15 | Log GL and EGL vendor | Guido Günther |
2018-02-12 | Reformat all #include directives | emersion |
2018-02-09 | Swap buffers with damage | emersion |
2018-01-21 | output: add damage tracking via buffer age | emersion |
2017-12-17 | Refactor wlr_egl_init to accept config_attribs | emersion |
2017-12-08 | Listen to display destroy in xwayland, rename wlr_egl_free | emersion |
2017-11-30 | Use correct include path for glapi.h | Scott Anderson |
2017-10-22 | Move egl.h to render/egl.h | Scott Anderson |
2017-10-08 | Add GL/EGL extension loader generator | Scott Anderson |
2017-09-29 | Change egl_get_config to always use visual id | Scott Anderson |
2017-09-25 | unset egl current before terminating display | Tony Crisci |
2017-09-17 | Fix minor typos | Drew DeVault |
2017-08-10 | Refactor EGL handling | Drew DeVault |