Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |