Age | Commit message (Expand) | Author |
2017-10-20 | Replace list_t with wl_list in wlr_drm_backend | Heghedus Razvan |
2017-10-05 | Fix memory leaks | Versus Void |
2017-10-01 | Minor fixes | Scott Anderson |
2017-10-01 | Multi-GPU DRM | Scott Anderson |
2017-10-01 | Change wlr_session to open every GPU | Scott Anderson |
2017-09-30 | Rename wlr_drm_output to wlr_drm_connector | Scott Anderson |
2017-09-30 | Rename backend to drm | Scott Anderson |
2017-09-30 | Split DRM rendering to its own file | Scott Anderson |
2017-09-30 | Rename files to remove pointless drm prefix | Scott Anderson |
2017-09-30 | Removed unused fields | Scott Anderson |
2017-09-23 | Add timeout to DRM cleanup | Scott Anderson |
2017-08-26 | Merge wlr_udev into wlr_session | Scott Anderson |
2017-08-13 | Add backend detection functions | Calvin Lee |
2017-08-13 | Remove wlr_output_state, update backends | Drew DeVault |
2017-08-13 | wlr_backend_init -> wlr_backend_start | Drew DeVault |
2017-08-12 | Refactor wlr_backend_state out of DRM backend | Drew DeVault |
2017-08-11 | Complete a few destroy functions | Dominique Martinet |
2017-08-10 | Refactor EGL handling | Drew DeVault |
2017-08-10 | Implement drm (egl) buffer attaching | nyorain |
2017-08-10 | Added null check on crtc | Scott Anderson |
2017-08-09 | Atomic modesetting | Scott Anderson |
2017-08-06 | Moved headers | Scott Anderson |
2017-08-06 | Updated DRM cursor rendering | Scott Anderson |
2017-08-06 | More cleanups | Scott Anderson |
2017-08-06 | Various cleanups | Scott Anderson |
2017-08-06 | Various changes/cleanups | Scott Anderson |
2017-08-06 | DRM resource initalisation | Scott Anderson |
2017-08-06 | Changed header paths. | Scott Anderson |
2017-06-22 | Add wl_output globals for wlr_outputs | Drew DeVault |
2017-06-21 | Reorganize wlr-common | Drew DeVault |
2017-06-21 | Update everyone to use new headers | Drew DeVault |
2017-06-21 | Fixed VT switching | Scott Anderson |
2017-06-21 | Changed session signal to only emit on DRM changes | Scott Anderson |
2017-06-10 | Combine internal DRM headers into one | Drew DeVault |
2017-06-04 | Refactor type implementations | Drew DeVault |
2017-06-04 | Changed invalidate interface. | Scott Anderson |
2017-06-03 | Udev event device matching | Scott Anderson |
2017-06-01 | Refactor udev and drm initialization | Drew DeVault |
2017-06-01 | Merge branch 'master' into session | ascent12 |
2017-05-31 | s/wayland.h/types.h/g | Drew DeVault |
2017-05-31 | Clean up outputs on exit | Drew DeVault |
2017-05-31 | Generalize DPMS, remove DRM refs from example | Drew DeVault |
2017-05-14 | Added device matching | Scott Anderson |
2017-05-14 | Refactored renderer startup to function. | Scott Anderson |
2017-05-14 | Got it working. | Scott Anderson |
2017-05-14 | Working commit | Scott Anderson |
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-03 | Changed modesetting interface. | Scott Anderson |