Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-24 | meson: fail build if libinput < 1.7.0 | Dominique Martinet | |
We need libinput >= 1.7.0 for LIBINPUT_DEVICE_CAP_SWITCH | |||
2017-10-24 | meson: fail build if gbm/mesa < 17.1.0 | Dominique Martinet | |
We need mesa 17.1.0 for gbm_bo_get_offset and gbm_bo_get_stride_for_plane We need mesa 17.0.0 for EGL_TEXTURE_EXTERNAL_WL | |||
2017-10-23 | Merge pull request #286 from versusvoid/update-connector-crtc-bindings | Scott Anderson | |
Update Connector-CRTC bindings after resume in DRM backend | |||
2017-10-22 | Merge pull request #322 from Timidger/drm-failing-fix | Drew DeVault | |
Fixes #321, not using result of wl_container_of | |||
2017-10-22 | Fixes #321, not using result of wl_container_of | Timidger | |
2017-10-22 | Merge pull request #320 from acrisci/refactor/abstract-buffer-exists | Drew DeVault | |
abstract buffer exists | |||
2017-10-22 | wlr-surface: destroy texture on null buffer commit | Tony Crisci | |
2017-10-22 | refactor buffer detection | Tony Crisci | |
2017-10-22 | Merge pull request #314 from emersion/cleanup-gamma-control | Drew DeVault | |
Cleanup wlr_gamma_control | |||
2017-10-22 | Rescan connectors on DRM resume | Versus Void | |
2017-10-22 | Set crtc field when scanning for DRM connectors | Versus Void | |
and always use it when matching CRTCs with connectors. Fix deactivated monitors check. | |||
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 | Merge pull request #318 from emersion/drm-null-outputs | Drew DeVault | |
Create globals only for enabled outputs in DRM backend | |||
2017-10-22 | Create globals only for enabled outputs in DRM backend | emersion | |
2017-10-22 | Forgot to rename these | Drew DeVault | |
2017-10-22 | Merge pull request #313 from emersion/remove-interface-version-checks | Drew DeVault | |
Remove interface version checks | |||
2017-10-22 | Remove interface version checks | emersion | |
2017-10-22 | Merge pull request #312 from versusvoid/fix-drm-initialization | Scott Anderson | |
Fix index computation in DRM output scan and CRTC match | |||
2017-10-22 | Fix index computation in DRM output scan and CRTC match | Versus Void | |
2017-10-21 | Merge pull request #298 from raazvvann/heghe/wl_list | Drew DeVault | |
Replace list_t with wl_list | |||
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-21 | Merge pull request #310 from inclement/fix_rootston_default_config_2 | Drew DeVault | |
Fixed default keybinding in config.c | |||
2017-10-21 | Fixed default keybinding in config.c | Alexander Taylor | |
2017-10-21 | Merge pull request #309 from inclement/fix_rootston_default_config | Drew DeVault | |
Changed broken example rootston keybinding | |||
2017-10-21 | Merge pull request #308 from ascent12/render-fixups | Drew DeVault | |
Render fixups | |||
2017-10-21 | Changed broken default rootston keybinding | Alexander Taylor | |
2017-10-22 | Pass backend to render | Scott Anderson | |
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-21 | Merge pull request #303 from emersion/wl-signal-no-list-init | Drew DeVault | |
Remove wl_list_init when using wl_signal_add | |||
2017-10-21 | Merge pull request #304 from inclement/fix_example_config | Drew DeVault | |
Moved comments in rootston keybinding example config | |||
2017-10-21 | Moved comments in rootston keybinding example config | Alexander Taylor | |
The comment strings are not stripped so the commands are not currently recognised. | |||
2017-10-21 | Remove calls to assert to check runtime errors in rootston | emersion | |
2017-10-21 | Remove wl_list_init when using wl_signal_add | emersion | |
2017-10-20 | Implement simple touch support for rootston | Drew DeVault | |
2017-10-20 | Replace list_t with wl_list in wlr_wl_backend | Heghedus Razvan | |
Now wlr_backend->outputs is a list of wlr_wl_backend_output instead of wlr_output. Signed-off-by: Heghedus Razvan <heghedus.razvan@gmail.com> | |||
2017-10-20 | Merge pull request #301 from thejan2009/startup-command | Drew DeVault | |
Add startup command option to rootston | |||
2017-10-20 | Add startup command option to rootston | D.B | |
Allows specifying a command to run at startup. | |||
2017-10-20 | Merge pull request #297 from acrisci/feature/wl-output-geometry | Drew DeVault | |
wl-output: send layout position | |||
2017-10-20 | wl-output: send layout position | Tony Crisci | |
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_output | 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-20 | Replace list_t with wl_list in wlr_multi_backend | Heghedus Razvan | |
Signed-off-by: Heghedus Razvan <heghedus.razvan@gmail.com> | |||
2017-10-20 | xdg-shell: improve configure request change detection | Tony Crisci | |