Age | Commit message (Expand) | Author |
2017-12-12 | Update output layout when scale or transform changes | emersion |
2017-12-11 | Merge branch 'master' into display-destroy | emersion |
2017-12-08 | Listen to display destroy in xwayland, rename wlr_egl_free | emersion |
2017-12-07 | Listen to display destroy in backends | emersion |
2017-12-07 | Configure outputs with make, model, serial in rootston | emersion |
2017-12-05 | Fix segfault when moving hardware cursor | emersion |
2017-12-01 | Make wlr_output_transform_* functions public, refactoring | emersion |
2017-11-30 | Use correct include path for glapi.h | Scott Anderson |
2017-11-11 | Add wlr_output.serial | emersion |
2017-11-01 | rootston exit: fix drm destroy | Dominique Martinet |
2017-11-01 | Remove mysterious hotspot switch in DRM backend | emersion |
2017-11-01 | Fix hidden software cursors, fix cursor transformations on DRM backend | emersion |
2017-11-01 | Apply output transformation to pointer events in Wayland backend | emersion |
2017-10-31 | Fix cursor hotspot with rotated outputs on DRM backend | emersion |
2017-10-31 | Transform cursor hotspot | emersion |
2017-10-31 | Add wlr_output_cursor | emersion |
2017-10-28 | Fix segfault in DRM cursor | Drew DeVault |
2017-10-26 | Do not set hw cursor if disabled when switching VT | emersion |
2017-10-23 | Merge pull request #286 from versusvoid/update-connector-crtc-bindings | Scott Anderson |
2017-10-22 | Rescan connectors on DRM resume | Versus Void |
2017-10-22 | Set crtc field when scanning for DRM connectors | Versus Void |
2017-10-22 | Reinitialize only changed DRM outputs after setting mode on one | Versus Void |
2017-10-22 | Emit output resolution event only when resolution changes | Versus Void |
2017-10-22 | Cleanup wlr_gamma_control | emersion |
2017-10-22 | Create globals only for enabled outputs in DRM backend | emersion |
2017-10-22 | Fix index computation in DRM output scan and CRTC match | 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 | Remove drm field from wlr_drm_connector | Scott Anderson |
2017-10-22 | Add pointer to backend inside wlr_output | Scott Anderson |
2017-10-22 | Remove unnecesary wlr_renderers | Scott Anderson |
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 |
2017-10-20 | Replace list_t with wl_list in wlr_output | Heghedus Razvan |
2017-10-20 | Replace list_t with wl_list in wlr_drm_backend | Heghedus Razvan |
2017-10-12 | Allow to update the cursor hotspot without its pixels | emersion |
2017-10-08 | Add GL/EGL extension loader generator | Scott Anderson |
2017-10-06 | Transform hotspot with cursor | Versus Void |
2017-10-05 | Fix memory leaks | Versus Void |
2017-10-02 | Change iface prefix to suffix | Scott Anderson |
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-10-01 | Add renderer pointer inside drm_surface | 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 | Add pointer to backend from DRM outputs | Scott Anderson |
2017-09-30 | Split DRM rendering to its own file | Scott Anderson |
2017-09-30 | Split DRM internal interface to its own header | Scott Anderson |
2017-09-30 | Rename files to remove pointless drm prefix | Scott Anderson |