Age | Commit message (Expand) | Author |
2017-12-19 | x11 backend: add wlr_input_device_is_x11 | Dominique Martinet |
2017-12-19 | wl backend: add wlr_input_device_is_wl | Dominique Martinet |
2017-12-19 | headless backend: add wlr_output_is_headless | Dominique Martinet |
2017-12-19 | headless backend: add wlr_input_device_is_headless | Dominique Martinet |
2017-12-19 | drm backend: add wlr_output_is_drm | Dominique Martinet |
2017-12-19 | wl backend: add wlr_output_is_wl | Dominique Martinet |
2017-12-19 | x11 backend: add wlr_output_is_x11 | Dominique Martinet |
2017-12-19 | libinput backend: add wlr_input_device_is_libinput | Dominique Martinet |
2017-12-19 | Destroy multi backend on display destroy | emersion |
2017-12-17 | Add headless input devices | emersion |
2017-12-17 | Add full refresh rate support to custom modes | emersion |
2017-12-17 | Initialize headless backend | emersion |
2017-12-08 | Listen to display destroy in session | emersion |
2017-11-10 | Remove VLA from session.h | Eric Molitor |
2017-10-22 | Move egl.h to render/egl.h | Scott Anderson |
2017-10-01 | Multi-GPU DRM | Scott Anderson |
2017-10-01 | Change wlr_session to open every GPU | Scott Anderson |
2017-09-29 | Open X11 Window | Scott Anderson |
2017-09-29 | Add X11 backend skeleton | Scott Anderson |
2017-09-23 | Use more consistent include guard names | emersion |
2017-08-26 | Remove single GPU assumptions from wlr_session | Scott Anderson |
2017-08-26 | Merge wlr_udev into wlr_session | Scott Anderson |
2017-08-26 | Rename functions to be consistent with #93 | Scott Anderson |
2017-08-13 | Add backend detection functions | Calvin Lee |
2017-08-13 | wlr_backend_init -> wlr_backend_start | Drew DeVault |
2017-08-12 | Refactor out wlr_backend_state from wl/multi | Drew DeVault |
2017-08-10 | Refactor EGL handling | Drew DeVault |
2017-08-05 | Check for multi backend before using it | Drew DeVault |
2017-08-06 | Fixed VT switching | Scott Anderson |
2017-08-06 | Changed header paths. | Scott Anderson |
2017-08-06 | Moved session/ into backend/ | Scott Anderson |
2017-08-06 | Changed ownership of wlr_session to the multi backend. | Scott Anderson |
2017-06-21 | Update everyone to use new headers | Drew DeVault |
2017-06-20 | Support multiple wl backend outputs | Drew DeVault |
2017-06-19 | Merge branch 'libinput' into wayland-backend | nyorain |
2017-06-19 | Start to fix wayland backend | nyorain |
2017-06-13 | Establish multi backend support | Drew DeVault |
2017-06-13 | Reassign ownership of libinput handle | Drew DeVault |
2017-06-13 | Add error handling and init in backend_autocreate | Drew DeVault |
2017-06-04 | Refactor type implementations | Drew DeVault |
2017-06-01 | Refactor udev and drm initialization | Drew DeVault |
2017-05-31 | Generalize DPMS, remove DRM refs from example | Drew DeVault |
2017-05-31 | Have backend manage opengl context | Drew DeVault |
2017-05-13 | DPMS support | Scott Anderson |
2017-05-07 | Generalize output handling | Drew DeVault |
2017-05-07 | Refactor backend state management | Drew DeVault |
2017-05-04 | Fixed hotplugging + make EGL more chatty. | Scott Anderson |
2017-05-03 | Changed modesetting interface. | Scott Anderson |
2017-05-03 | Changed backend to accept wl_display. | Scott Anderson |
2017-05-03 | Renamed 'wlr_drm_display' to 'wlr_drm_output' | Scott Anderson |