aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
AgeCommit message (Expand)Author
2021-09-08scene: add wlr_scene_node_coordsSimon Ser
2021-09-08scene: add wlr_scene_output_commitSimon Ser
2021-09-08scene: add scene outputsSimon Ser
2021-09-08types: introduce wlr_drm_lease_v1Simon Zeni
2021-09-08backend/drm: introduce wlr_drm_backend_get_non_master_fdSimon Zeni
2021-09-08backend/drm: implement drm lease functionSimon Zeni
2021-09-06surface: drop wlr_surface_state.buffer_resourceSimon Ser
2021-09-06viewporter: hide wlr_viewportSimon Ser
2021-09-06viewporter: add doc comment explaining compositor requirementsSimon Ser
2021-09-06buffer: make wlr_client_buffer_apply_damage return a boolSimon Ser
2021-09-06buffer: take a wlr_buffer in wlr_client_buffer_apply_damageSimon Ser
2021-09-06surface: move subsurface lists to stateKirill Primak
2021-09-06subsurface: move parent link to stateSimon Ser
2021-09-06subsurface: rename wlr_subsurface_state to wlr_subsurface_parent_stateSimon Ser
2021-09-05keyboard: add wlr_keyboard.keymap_fdSimon Ser
2021-09-02scene: replace surface_at() with node_at()Devin J. Pohly
2021-09-02scene: add RECT node typeDevin J. Pohly
2021-09-02scene: iterate nodes instead of surfaces when renderingDevin J. Pohly
2021-08-30scene: add node reparent functionDevin J. Pohly
2021-08-26scene: add wlr_scene_node_surface_atSimon Ser
2021-08-26scene: add user data pointer to wlr_scene_nodeSimon Ser
2021-08-26scene: add wlr_scene_node_toggleSimon Ser
2021-08-26Introduce new scene-graph APISimon Ser
2021-08-24util/box: introduce wlr_fbox_transform()Kirill Primak
2021-08-20xwayland: Allow to retrieve _NET_STARTUP_IDGuido Günther
2021-08-14layer-shell: replace close() with destroy()Isaac Freund
2021-08-12buffer: add addon setSimon Ser
2021-08-11surface: kill wlr_surface.previousSimon Ser
2021-08-11util/addon: find both by owner and implKirill Primak
2021-08-10wlr_output_layout: use wlr_addonsKirill Primak
2021-08-10wlr_outputs: add wlr_addon_setKirill Primak
2021-08-10util: add wlr_addonKirill Primak
2021-07-29output: drop wlr_output_state.buffer_typeSimon Ser
2021-07-29output-damage: stop using enum wlr_output_state_buffer_typeSimon Ser
2021-07-29output: drop wlr_output_impl.{attach,rollback}_renderSimon Ser
2021-07-28backend/drm: drop get_renderer implementationSimon Ser
2021-07-27render/egl: initialize wlr_egl with EGL_PLATFORM_DEVICE_EXTSimon Zeni
2021-07-27xwayland: embed wlr_xwayland_server_options in server structSimon Ser
2021-07-26render/egl: add support for EGL_EXT_device_drm_render_nodeSimon Ser
2021-07-22render/wlr_texture: put wlr_texture_from_buffer into the public APISimon Zeni
2021-07-22types/wlr_buffer: introduce wlr_buffer_resource_interfaceSimon Zeni
2021-07-22types/wlr_buffer: remove wlr_renderer argument from wlr_buffer_from_resourceSimon Zeni
2021-07-22render: drop wlr_renderer_impl.init_wl_displaySimon Ser
2021-07-22backend: make DRM and libinput backends optionalayaka
2021-07-19input/pointer: send axis source once per frameVyivel
2021-07-12output: remove wlr_output_impl.export_dmabufSimon Ser
2021-07-12output: add generic wlr_output_export_dmabuf implementationSimon Ser
2021-07-12buffer: drop resource arg from wlr_client_buffer_createSimon Ser
2021-07-12render/egl: rename wlr_egl.exts to better match KhronosSimon Ser
2021-07-09buffer: drop wlr_client_buffer.resourceSimon Ser