Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-25 | backends: implement custom EGL and renderer initialization | Ilia Bozhinov | |
Compositors now have more control over how the backend creates its renderer. Currently all backends create an EGL/GLES2 renderer, so the necessary attributes for creating the context are passed to a user-provided callback function. It is responsible for initializing provided wlr_egl and to return a renderer. On fail, return 0. Fixes #987 | |||
2018-04-08 | backend: remove wlr_backend_get_egl | emersion | |
2018-04-03 | Implement input inhibit in rootston | Drew DeVault | |
2018-03-19 | Write some more docs | Drew DeVault | |
2018-02-19 | Revert "ELF Visibility" | Drew DeVault | |
2018-02-19 | Remove usec_to_msec from public API | Scott Anderson | |
2018-02-12 | Remove wlr_backend.events.{output_remove,device_remove} | emersion | |
2018-01-23 | Backport screenshooter fixes from the renderer redesign v1 | emersion | |
This backports some changes to #319 to fix the screenshooter data format. This also adds wlr_backend_get_renderer which will be useful to support multiple renderers. | |||
2017-12-19 | add backend destroy event | Tony Crisci | |
2017-10-30 | remove time usec | Tony Crisci | |
2017-10-22 | Move egl.h to render/egl.h | Scott Anderson | |
2017-09-23 | Use more consistent include guard names | emersion | |
2017-08-13 | wlr_backend_init -> wlr_backend_start | Drew DeVault | |
Also renames create to init. We'll use create for anything that allocates and init for anything that takes a pointer and initializes it. | |||
2017-08-12 | Refactor out wlr_backend_state from wl/multi | Drew DeVault | |
2017-08-10 | Refactor EGL handling | Drew DeVault | |
2017-08-06 | Changed header paths. | Scott Anderson | |
2017-08-06 | Changed ownership of wlr_session to the multi backend. | Scott Anderson | |
Currently breaks VT switching for examples. | |||
2017-06-13 | Initialize keyboards from libinput | Drew DeVault | |
2017-05-31 | Generalize DPMS, remove DRM refs from example | Drew DeVault | |
2017-05-07 | Generalize output handling | Drew DeVault | |
2017-05-07 | Refactor backend state management | Drew DeVault | |
2017-04-25 | Flesh out wayland backend somewhat, add example | Drew DeVault | |