Age | Commit message (Expand) | Author |
2018-01-15 | drm: do not pageflip when enabling output | emersion |
2018-01-15 | Don't crash if crtc->cursor is NULL | Guido Günther |
2018-01-07 | Fix output enable in DRM backend | emersion |
2018-01-04 | Add wlr_output::enabled | emersion |
2017-12-28 | style: fix sizeof() calls without parentheses | Dominique Martinet |
2017-12-26 | Fix cursor on transformed output with DRM backend | emersion |
2017-12-19 | remove session from multibackend | Tony Crisci |
2017-12-19 | drm backend: add wlr_output_is_drm | Dominique Martinet |
2017-12-17 | Refactor wlr_egl_init to accept config_attribs | emersion |
2017-12-17 | Add full refresh rate support to custom modes | emersion |
2017-12-14 | Merge pull request #453 from emersion/surface-transform | Drew DeVault |
2017-12-14 | Merge branch 'master' into surface-transform | emersion |
2017-12-14 | Merge branch 'master' into display-destroy | emersion |
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 |