aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-03-19Write some more docsDrew DeVault
2018-03-18Merge pull request #730 from martinetd/matrix_rotateemersion
Rootston: fix rotation heading (was: wlr_matrix: fix matrix_rotate)
2018-03-18rootston rotation: change view->rotation signDominique Martinet
The convetion with wlr_matrix changed and it's a good time to remove all these pesky minus signs
2018-03-17Merge pull request #722 from emersion/matrix-redesignDrew DeVault
Matrix redesign
2018-03-17Merge pull request #711 from emersion/map-unmapTony Crisci
Add map/unmap to xdg-shell
2018-03-16Merge pull request #726 from agx/egl-print-dmabuf-formatsemersion
egl: print supported dmabuf formats
2018-03-16egl: print supported dmabuf formatsGuido Günther
Useful for debugging dmabuf related problems e.g. when a client requests a certain and we fail to support it.
2018-03-15rootston: properly emit view unmap eventemersion
2018-03-15Merge pull request #721 from emersion/simplify-screenshot-clientTony Crisci
examples: simplify screenshot client
2018-03-15render/gles2: remove matrix transposition in shadersemersion
2018-03-15matrix: rename wlr_matrix_texture to wlr_matrix_projectionemersion
2018-03-15xdg-shell: add map/unmap supportemersion
2018-03-15xdg-shell-v6: fix wl_list_remove called twiceemersion
2018-03-15xdg-shell-v6: don't leak wlr_xdg_surface_v6_configure.toplevel_stateemersion
2018-03-15renderer: replace wlr_texture_get_matrix by wlr_render_textureemersion
2018-03-15surface: drop wlr_surface_get_matrixemersion
2018-03-15Merge pull request #723 from emersion/fix-xwayland-inverted-yDrew DeVault
Fix y-inverted rendering for xwayland surfaces
2018-03-15render/gles2: don't set inverted_y when EGL_WAYLAND_Y_INVERTED_WL is unsupportedemersion
2018-03-15Merge branch 'master' into matrix-redesignemersion
2018-03-15matrix: use 2D matricesemersion
2018-03-15Merge pull request #698 from agx/linux-dmabufemersion
Add initial linux_dmabuf protocol support
2018-03-15Indent GLSL by two spacesGuido Günther
since this is the most established indentation
2018-03-15Wire up linux_dmabuf in rootstonGuido Günther
2018-03-15Add initial linux_dmabuf protocol supportGuido Günther
Tested with ./weston-simple-dmabuf-drm ./weston-simple-dmabuf-drm --import-immediate=1 ./weston-simple-dmabuf-drm --y-inverted=1 (and combinations) Supports only single plane XRGB dmabufs for now.
2018-03-15matrix: unify API, don't use array pointersemersion
2018-03-15matrix: move to types/emersion
2018-03-14examples: simplify screenshot clientemersion
2018-03-13Merge pull request #719 from acrisci/xdg-toplevel-roleDrew DeVault
differentiate xdg-toplevel roles
2018-03-13differentiate xdg-toplevel rolesTony Crisci
2018-03-14rootston: don't center view if maximizedemersion
2018-03-13xdg-shell-v6: next_geometry and geometry fields are not longer pointers in ↵emersion
wlr_xdg_surface_v6
2018-03-13xdg-shell-v6: rename toplevel and popup fields in wlr_xdg_surface_v6 for ↵emersion
consistency
2018-03-13xdg-shell-v6: changed wlr_xdg_surface_v6_configure.toplevel_state to be NULL ↵emersion
if surface isn't a toplevel
2018-03-13xdg-shell-v6: redesign the configure/ack_configure workflowemersion
2018-03-13rootston: unmap view after emitting destroy signal in view_destroyemersion
2018-03-13rootston: destroy seat view on unmapemersion
2018-03-12Merge pull request #716 from emersion/fix-cursor-hotspot-updateTony Crisci
Fix cursor hotspot update
2018-03-12Merge pull request #696 from emersion/fix-output-layout-destroy-globalTony Crisci
output-layout: fix output global not destroyed
2018-03-12backend/drm: fix cursor hotspot not updatedemersion
2018-03-12Merge pull request #710 from emersion/dont-move-hidden-cursorsemersion
output: don't move hidden cursors
2018-03-12Merge pull request #718 from emersion/wlroots-subprojectDrew DeVault
meson: use current_source_dir instead of source_root
2018-03-12meson: use current_source_dir instead of source_rootemersion
Use source_root breaks the build when used as a subproject.
2018-03-12rootston: don't segfault when getting size of an unmapped xdg-shell viewemersion
2018-03-12xdg-shell-v6: add unmap support, add more protocol errorsemersion
2018-03-12rootston: add destroy to view interfaceemersion
2018-03-12rootston: remove xdg-shell-v6 map/unmap listeners on destroyemersion
2018-03-11render: Flip textures in case of inverted_yGuido Günther
2018-03-11Merge pull request #715 from emersion/fix-rootston-tablet-tool-destroyDrew DeVault
rootston: fix segfault in handle_tablet_tool_destroy
2018-03-11rootston: fix segfault in handle_tablet_tool_destroyemersion
2018-03-11backend/drm: refactor wlr_drm_connector_set_cursoremersion