Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-01 | rootston exit: fix drm destroy | Dominique Martinet | |
wlr_drm_connector were being freed without removing them from the drm->outputs list, segfaulting on destroy | |||
2017-10-26 | Do not set hw cursor if disabled when switching VT | emersion | |
2017-10-22 | Rescan connectors on DRM resume | Versus Void | |
2017-10-21 | Merge branch 'master' into heghe/wl_list | Drew DeVault | |
2017-10-21 | Rename remaining refs to wlr_list | Drew DeVault | |
2017-10-22 | Move egl.h to render/egl.h | Scott Anderson | |
2017-10-20 | Replace list_t with wl_list for wlr_input_device | Heghedus Razvan | |
Signed-off-by: Heghedus Razvan <heghedus.razvan@gmail.com> | |||
2017-10-20 | Replace list_t with wl_list in wlr_drm_backend | Heghedus Razvan | |
Signed-off-by: Heghedus Razvan <heghedus.razvan@gmail.com> | |||
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 | |
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 | |