aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2023-05-11wlr_drm_format_set: Store formats on arrayAlexander Orzechowski
2023-05-11wlr_drm_format: Rework wlr_drm_format_intersectAlexander Orzechowski
2023-05-11wlr_drm_format: Change wlr_drm_format_dup to copyAlexander Orzechowski
2023-05-11wlr_drm_format: Change wlr_drm_format_create to initAlexander Orzechowski
2023-05-11wlr_drm_format: Don't take double pointer in wlr_drm_format_addAlexander Orzechowski
2023-05-11wlr_drm_format: Make structure constant lengthAlexander Orzechowski
2023-05-11wlr_drm_format_set: Remove redundant text in comment for finish functionAlexander Orzechowski
2023-05-11wlr_drm_format: Introduce drm_format_finishAlexander Orzechowski
2023-05-10wlr-export-dmabuf-v1: handle output destroySimon Ser
2023-05-06output: drop wlr_output_cursor_set_surfaceSimon Ser
2023-05-06output: add output_cursor_set_texture()Simon Ser
2023-05-04render/vulkan: add support for NV12Simon Ser
2023-05-04drm_format_set_intersect: Require initialized dst and remove assertAlexander Orzechowski
2023-05-04drm_format_set_union: Require initialized dst and remove assertAlexander Orzechowski
2023-05-04xwayland: allow compositor to set withdrawn statenovenary
2023-05-04wlr_compositer: Keep track if surface has committed a buffer before.Alexander Orzechowski
2023-05-03drm_format_set: Mark as unstableAlexander Orzechowski
2023-05-03Add union function for format setsAustin Shafer
2023-05-02render: introduce blend modeSimon Ser
2023-04-28render/vulkan: use VK_KHR_synchronization2Simon Ser
2023-04-25render/pixman: implement render pass APISimon Ser
2023-04-25render/pixman: add begin_pixman_data_ptr_access()Simon Ser
2023-04-25output: add wlr_output_add_software_cursors_to_render_pass()Simon Ser
2023-04-25render/pass: add legacy render pass implementationSimon Ser
2023-04-25render: add render pass helpersSimon Ser
2023-04-25Add a new renderer APISimon Ser
2023-04-20output-layer: add cropping supportSimon Ser
2023-04-18render/vulkan: use full names for extension command fieldsSimon Ser
2023-04-18xcursor: sync with libwaylandSimon Ser
2023-04-18seat: Provide dummy resources for inert seatsAndri Yngvason
2023-04-14compositor: add wlr_surface_set_preferred_buffer_transform()Simon Ser
2023-04-14compositor: add wlr_surface_set_preferred_buffer_scale()Simon Ser
2023-04-14compositor: pass version in wlr_compositor_createSimon Ser
2023-04-06output: Drop output_is_direct_scanoutAlexander Orzechowski
2023-04-06output-damage: dropSimon Ser
2023-04-06output: add wlr_output_is_direct_scanout_allowed()Simon Ser
2023-04-04output-layer: add support for scaling buffersSimon Ser
2023-03-28backend/wayland: only unmap layers when necessarySimon Ser
2023-03-28output-layer: cache current stateSimon Ser
2023-03-24backend/wayland: support touch cancel eventsRose Hudson
2023-03-20backend/wayland: fix undefined reference to wlr_wl_input_device_get_seatzccrs
2023-03-12xdg-shell: improve unmapping logic slightlyKirill Primak
2023-03-10output-layer: require all layers in wlr_output_state.layersSimon Ser
2023-03-09xwm: make atom_map staticKirill Primak
2023-03-01util/log: prefix WLR_REL_SRC_DIR with underscoreSimon Ser
2023-02-28backend/drm: use libdisplay-info for CVT mode generationSimon Ser
2023-02-28backend/drm: use libdisplay-info to parse EDIDSimon Ser
2023-02-28render/vulkan: prefer render node for wlr_renderer_get_drm_fd()Simon Ser
2023-02-24output: introduce wlr_output_configure_primary_swapchain()Simon Ser
2023-02-21render/swapchain: make publicSimon Ser