aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-23Revert "wlr-surface: destroy texture on null buffer commit"Tony Crisci
This reverts commit 0e7d13fab7f23658a85df58ad26c6c77c9638bff.
2017-10-23Merge pull request #286 from versusvoid/update-connector-crtc-bindingsScott Anderson
Update Connector-CRTC bindings after resume in DRM backend
2017-10-22Merge pull request #322 from Timidger/drm-failing-fixDrew DeVault
Fixes #321, not using result of wl_container_of
2017-10-22Fixes #321, not using result of wl_container_ofTimidger
2017-10-22Merge pull request #320 from acrisci/refactor/abstract-buffer-existsDrew DeVault
abstract buffer exists
2017-10-22wlr-surface: destroy texture on null buffer commitTony Crisci
2017-10-22refactor buffer detectionTony Crisci
2017-10-22Merge pull request #314 from emersion/cleanup-gamma-controlDrew DeVault
Cleanup wlr_gamma_control
2017-10-22Rescan connectors on DRM resumeVersus Void
2017-10-22Set crtc field when scanning for DRM connectorsVersus Void
and always use it when matching CRTCs with connectors. Fix deactivated monitors check.
2017-10-22Reinitialize only changed DRM outputs after setting mode on oneVersus Void
2017-10-22Emit output resolution event only when resolution changesVersus Void
2017-10-22Cleanup wlr_gamma_controlemersion
2017-10-22Merge pull request #318 from emersion/drm-null-outputsDrew DeVault
Create globals only for enabled outputs in DRM backend
2017-10-22Create globals only for enabled outputs in DRM backendemersion
2017-10-22Forgot to rename theseDrew DeVault
2017-10-22Merge pull request #313 from emersion/remove-interface-version-checksDrew DeVault
Remove interface version checks
2017-10-22Remove interface version checksemersion
2017-10-22Merge pull request #312 from versusvoid/fix-drm-initializationScott Anderson
Fix index computation in DRM output scan and CRTC match
2017-10-22Fix index computation in DRM output scan and CRTC matchVersus Void
2017-10-21Merge pull request #298 from raazvvann/heghe/wl_listDrew DeVault
Replace list_t with wl_list
2017-10-21Merge branch 'master' into heghe/wl_listDrew DeVault
2017-10-21Rename remaining refs to wlr_listDrew DeVault
2017-10-21Merge pull request #310 from inclement/fix_rootston_default_config_2Drew DeVault
Fixed default keybinding in config.c
2017-10-21Fixed default keybinding in config.cAlexander Taylor
2017-10-21Merge pull request #309 from inclement/fix_rootston_default_configDrew DeVault
Changed broken example rootston keybinding
2017-10-21Merge pull request #308 from ascent12/render-fixupsDrew DeVault
Render fixups
2017-10-21Changed broken default rootston keybindingAlexander Taylor
2017-10-22Pass backend to renderScott Anderson
2017-10-22Remove drm field from wlr_drm_connectorScott Anderson
2017-10-22Add pointer to backend inside wlr_outputScott Anderson
2017-10-22Remove unnecesary wlr_renderersScott Anderson
2017-10-22Move egl.h to render/egl.hScott Anderson
2017-10-21Merge pull request #303 from emersion/wl-signal-no-list-initDrew DeVault
Remove wl_list_init when using wl_signal_add
2017-10-21Merge pull request #304 from inclement/fix_example_configDrew DeVault
Moved comments in rootston keybinding example config
2017-10-21Moved comments in rootston keybinding example configAlexander Taylor
The comment strings are not stripped so the commands are not currently recognised.
2017-10-21Remove calls to assert to check runtime errors in rootstonemersion
2017-10-21Remove wl_list_init when using wl_signal_addemersion
2017-10-20Implement simple touch support for rootstonDrew DeVault
2017-10-20Replace list_t with wl_list in wlr_wl_backendHeghedus 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-20Merge pull request #301 from thejan2009/startup-commandDrew DeVault
Add startup command option to rootston
2017-10-20Add startup command option to rootstonD.B
Allows specifying a command to run at startup.
2017-10-20Merge pull request #297 from acrisci/feature/wl-output-geometryDrew DeVault
wl-output: send layout position
2017-10-20wl-output: send layout positionTony Crisci
2017-10-20Replace list_t with wl_list for wlr_input_deviceHeghedus Razvan
Signed-off-by: Heghedus Razvan <heghedus.razvan@gmail.com>
2017-10-20Replace list_t with wl_list in wlr_outputHeghedus Razvan
Signed-off-by: Heghedus Razvan <heghedus.razvan@gmail.com>
2017-10-20Replace list_t with wl_list in wlr_drm_backendHeghedus Razvan
Signed-off-by: Heghedus Razvan <heghedus.razvan@gmail.com>
2017-10-20Replace list_t with wl_list in wlr_multi_backendHeghedus Razvan
Signed-off-by: Heghedus Razvan <heghedus.razvan@gmail.com>
2017-10-20xdg-shell: improve configure request change detectionTony Crisci
2017-10-20xdg-shell: send same-as-current configure if neededTony Crisci