aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2018-03-23Merge branch 'master' into gles2-renderer-redesignemersion
2018-03-22Merge pull request #740 from emersion/egl-debugDrew DeVault
2018-03-22wayland backend: fix use-after free on output destroyDominique Martinet
2018-03-22xdg_popup_grab: add listener on seat destroyDominique Martinet
2018-03-21render/egl: use EGL_KHR_debugemersion
2018-03-21render/gles2: move list of supported WL formats to pixel_format.cemersion
2018-03-21render/gles2: make wlr_renderer_begin take viewport sizeemersion
2018-03-20render/gles2: remove global state, use OpenGL debug extensionemersion
2018-03-20gles2: allow to specify texture target typeGuido Günther
2018-03-19render: split render.h into wlr_renderer.h and wlr_texture.hemersion
2018-03-19Merge pull request #733 from emersion/fix-matrix-transposeDrew DeVault
2018-03-19Write some more docsDrew DeVault
2018-03-19render/gles2: transpose matrices before binding thememersion
2018-03-17Merge pull request #722 from emersion/matrix-redesignDrew DeVault
2018-03-17Merge pull request #711 from emersion/map-unmapTony Crisci
2018-03-15matrix: rename wlr_matrix_texture to wlr_matrix_projectionemersion
2018-03-15xdg-shell: add map/unmap supportemersion
2018-03-15renderer: replace wlr_texture_get_matrix by wlr_render_textureemersion
2018-03-15surface: drop wlr_surface_get_matrixemersion
2018-03-15Merge branch 'master' into matrix-redesignemersion
2018-03-15matrix: use 2D matricesemersion
2018-03-15Merge pull request #698 from agx/linux-dmabufemersion
2018-03-15Wire up linux_dmabuf in rootstonGuido Günther
2018-03-15Add initial linux_dmabuf protocol supportGuido Günther
2018-03-15matrix: unify API, don't use array pointersemersion
2018-03-15matrix: move to types/emersion
2018-03-13xdg-shell-v6: next_geometry and geometry fields are not longer pointers in wl...emersion
2018-03-13xdg-shell-v6: rename toplevel and popup fields in wlr_xdg_surface_v6 for cons...emersion
2018-03-13xdg-shell-v6: changed wlr_xdg_surface_v6_configure.toplevel_state to be NULL ...emersion
2018-03-13xdg-shell-v6: redesign the configure/ack_configure workflowemersion
2018-03-13rootston: destroy seat view on unmapemersion
2018-03-12rootston: add destroy to view interfaceemersion
2018-03-11render: Flip textures in case of inverted_yGuido Günther
2018-03-10xdg-shell-v6: add map signalemersion
2018-03-09rootston: add view_map and view_unmapemersion
2018-03-07Add mode support to libinput backendDrew DeVault
2018-03-06Add const to x11 and input interfacesScott Anderson
2018-03-06Use xcb atoms properlyScott Anderson
2018-03-04xwm.h: fix guard ifdef and remove wlr_ prefix from xwm_atoms_containsDominique Martinet
2018-03-03xcb errors: init errors context at startDominique Martinet
2018-03-03move xwm.h out of include/wlrDominique Martinet
2018-02-27Merge pull request #670 from Ongy/xwayland_unmanagedemersion
2018-02-26Merge pull request #687 from agx/roots_view.alphaemersion
2018-02-26rootston: drop saved.alpha from roots_viewGuido Günther
2018-02-26restore dpms state on drm resumeMarkus Ongyerth
2018-02-26add xwayland unmanaged tests to support dmenuMarkus Ongyerth
2018-02-25Merge pull request #659 from agx/alphaDrew DeVault
2018-02-25rootston: Add alpha channel to viewsGuido Günther
2018-02-25Add alpha to wlr_render_with_matrixGuido Günther
2018-02-25rootston: add view_createGuido Günther