Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-23 | Add timeout to DRM cleanup | Scott Anderson | |
This prevents a potential infinite loop preventing us from closing properly. | |||
2017-08-26 | Merge wlr_udev into wlr_session | Scott Anderson | |
2017-08-13 | Add backend detection functions | Calvin Lee | |
Resolves #80 | |||
2017-08-13 | Remove wlr_output_state, update backends | Drew DeVault | |
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 wlr_backend_state out of DRM backend | Drew DeVault | |
2017-08-11 | Complete a few destroy functions | Dominique Martinet | |
This adds missing free calls for: - drm outputs - libinput backend in general - final udev free - output mode state | |||
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 | |
Everything always just included both anyway | |||
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 | |
2017-05-03 | Changed backend to accept wl_display. | Scott Anderson | |
2017-05-03 | Renamed 'wlr_drm_display' to 'wlr_drm_output' | Scott Anderson | |
2017-05-03 | Removed old session code from DRM backend. | Scott Anderson | |
2017-05-02 | Added example. | Scott Anderson | |
2017-05-02 | Changed display to use list_t. | Scott Anderson | |
2017-05-02 | Changed events to use wayland functions. | Scott Anderson | |
2017-05-02 | Changed logging. | Scott Anderson | |
2017-05-01 | Renaming. | Scott Anderson | |