155 Commits (79cd34b0c63513e3e660a389ac3fd5a228bacd0e)

Author SHA1 Message Date
Drew DeVault e6a7817e45 Fix build on systems without systemd
7 years ago
Dominique Martinet f2e2794365 wayland backend: do not watch wayland fd for writable
7 years ago
Drew DeVault 60d1131df2 Re-enable backend autoselection
7 years ago
Drew DeVault 234b2104e4 Refactor wlr_backend_state out of DRM backend
7 years ago
Drew DeVault c95a108d2f Update libinput backend with new state design
7 years ago
Drew DeVault 81cd90297d Refactor out wlr_backend_state from wl/multi
7 years ago
Dominique Martinet 3e2cb5b5cf libinput: fix segfault when handling non-wlr device removal
7 years ago
Dominique Martinet 3ea878b76e wayland backend: free seatName
7 years ago
Dominique Martinet 8427749dd0 wayland backend: emit signal for input/output removal
7 years ago
Dominique Martinet de86965174 Use libinput_event_destroy/xkb_*_unref
7 years ago
Dominique Martinet e1293a7853 libinput: signal input remove on libinput backend destroy
7 years ago
Dominique Martinet be3a0ad065 libinput backend: fill in handle_device_removed
7 years ago
Dominique Martinet c42674bc25 Fix libinput destroy for devices with multiple capabilities
7 years ago
Dominique Martinet 0354aaeff2 Complete a few destroy functions
7 years ago
Dominique Martinet 0663b6d1e1 Build libinput events on the stack instead of allocating
7 years ago
Drew DeVault 62d8b252c0 Refactor meson and move xdg-shell into wlroots
7 years ago
Drew DeVault 6569c2b626 Merge pull request #53 from nyorain/drm_buffer
7 years ago
Drew DeVault c24351681f Refactor EGL handling
7 years ago
Scott Anderson fe2fbd0fad Fix possible use of CRTC after monitor is unplugged
7 years ago
Drew DeVault 4aaf76cb66 wlr_output_update_matrix during wl backend init
7 years ago
nyorain 073dff63da Fix style issues
7 years ago
nyorain 67369173aa Implement drm (egl) buffer attaching
7 years ago
Scott Anderson a77fac0760 Added null check on crtc
7 years ago
Scott Anderson af67966d92 Atomic modesetting
7 years ago
nyorain e167f41fde Rename wlr_surface -> wlr_texture; attach -> upload
7 years ago
Scott Anderson d09ca20a4d Use gbm_bo_map for cursor
7 years ago
Scott Anderson dbe66d1963 Style changes
7 years ago
Scott Anderson 5f7042a1f2 Moved headers
7 years ago
Scott Anderson d307c2f2c2 Renamed some variables to be less generic
7 years ago
Scott Anderson 1db97a9af9 Updated DRM cursor rendering
7 years ago
Scott Anderson aedfa27d3a Clean up resources when plane is reassigned
7 years ago
Scott Anderson 2f8b5c4448 More cleanups
7 years ago
Scott Anderson dd7a349295 Various cleanups
7 years ago
Scott Anderson d1ca1ec16e Split off some functions into drm-util
7 years ago
Scott Anderson c46605d605 Use plane for rendering
7 years ago
Scott Anderson e16c5504cd Add planes.
7 years ago
Scott Anderson 67b51f0922 Upgraded CRTC and Encoder matching
7 years ago
Scott Anderson 31867a1b2e Various changes/cleanups
7 years ago
Scott Anderson 7b772e1a4b DRM resource initalisation
7 years ago
Scott Anderson 601bbad5d8 Added DRM property infrastructure
7 years ago
Drew DeVault 5bf61ca7ed Check for multi backend before using it
7 years ago
Drew DeVault f1a069d50d Log that the X11 backend is unimplemented
7 years ago
Scott Anderson 4d4da18437 Fixed VT switching
7 years ago
Scott Anderson 3373ec5fc8 Update build files
7 years ago
Scott Anderson cb4d50e22c Changed header paths.
7 years ago
Scott Anderson 2ae5cd6539 Moved session/ into backend/
7 years ago
Scott Anderson ae4478e17f Changed ownership of wlr_session to the multi backend.
7 years ago
nyorain fdab81e1c9 Use meson build system
7 years ago
Tony Crisci d822e0768b Use ARGB8888 pixel format for cursor bo
7 years ago
Tony Crisci 8b6dc48355 bugfix: add null check on output gbm on pageflip
7 years ago