aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
AgeCommit message (Expand)Author
2023-12-03wlr_scene: Track output damage separatelyAlexander Orzechowski
2023-12-03swapchain: Add wlr_swapchain_has_bufferAlexander Orzechowski
2023-11-30renderer: Drop buffer bindingAlexander Orzechowski
2023-11-30render: Nuke old read pixels APIAlexander Orzechowski
2023-11-30wlr_texture: Introduce wlr_texture_preferred_read_formatAlexander Orzechowski
2023-11-30wlr_texture: Introduce wlr_texture_read_pixels_options helpersAlexander Orzechowski
2023-11-30wlr_texture: Introduce wlr_texture_read_pixelsAlexander Orzechowski
2023-11-30output: replace wlr_render_timer arg with wlr_buffer_pass_optionsSimon Ser
2023-11-30render/gles2: save/restore context when creating/submitting a render passSimon Ser
2023-11-30render/gles2: document EGL context gotchasSimon Ser
2023-11-30output: drop stale references to wlr_output_attach_render()Simon Ser
2023-11-29render: Drop rendering_with_bufferAlexander Orzechowski
2023-11-29output: Drop back_bufferAlexander Orzechowski
2023-11-29output: Drop wlr_output_attach_renderAlexander Orzechowski
2023-11-29renderer: Drop wlr_renderer_beginAlexander Orzechowski
2023-11-29damage_ring: add wlr_damage_ring_rotate_buffer()Simon Ser
2023-11-25Revert "subcompositor: emit new_subsurface immediately"Kirill Primak
2023-11-25matrix: deprecateSimon Ser
2023-11-24compositor: deprecate wlr/types/wlr_region.hKirill Primak
2023-11-23output: Drop transform matrixAlexander Orzechowski
2023-11-23layer-shell: emit new_surface event at the proper timeKirill Primak
2023-11-23xdg-{shell,decoration}: improve eventsKirill Primak
2023-11-23output: take wl_event_loop in wlr_output_init()Simon Ser
2023-11-23output: take wl_display in wlr_output_create_global()Simon Ser
2023-11-23output-layout: take wl_display in constructorSimon Ser
2023-11-23backend/session: take wl_event_loop instead of wl_displaySimon Ser
2023-11-23util/transform: add wlr_output_transform_coords()Simon Ser
2023-11-23util/transform: move over wl_output_transform helpersSimon Ser
2023-11-22render: drop legacy rendering APISimon Ser
2023-11-21input-inhibitor: dropKirill Primak
2023-11-20linux-dmabuf-v1: skip import check on split render/display SoCsSimon Ser
2023-11-14Add missing type declarations in headersKirill Primak
2023-11-14wlr_scene: Introduce wlr_scene_subsurface_tree_set_clipAlexander Orzechowski
2023-11-14wlr_scene_surface: Introduce scene_surface_set_clipAlexander Orzechowski
2023-11-14wlr_scene: Amend scene_buffer.point_accepts_input to take coordinate pointersAlexander Orzechowski
2023-11-13xdg-shell: add wlr_xdg_{toplevel,popup}_try_from_wlr_surface()Simon Ser
2023-10-30backend: drop wlr_backend_get_presentation_clock()Simon Ser
2023-10-26xwayland: add wlr_xwayland_set_workareas()John Lindgren
2023-10-26xdg-shell: use wlr_surface.unmap_commitKirill Primak
2023-10-26layer-shell: track surface init stateKirill Primak
2023-10-26compositor: add wlr_surface.unmap_commitKirill Primak
2023-10-19linux_dmabuf_v1: convert to try_fromeri
2023-10-19drm: convert to try_fromeri
2023-10-19buffer: convert to try_fromeri
2023-10-14xwayland: stop translating _NET_WM_STRUT_PARTIAL coordinatesJohn Lindgren
2023-10-10xwayland: add wlr_xwayland_create_with_server()Simon Ser
2023-10-10xwayland/server: add ready flagSimon Ser
2023-10-10security-context-v1: add commit eventSimon Ser
2023-10-10security-context-v1: new protocol implementationSimon Ser
2023-10-09xdg-shell: fix wlr_xdg_popup_destroy() docsKirill Primak