aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2023-05-28renderer/gles2: Compute texture coordinates based off of vertex positionsAlexander Orzechowski
2023-05-26render/vulkan: drop unused vulkan_has_extension()Simon Ser
2023-05-26render/vulkan: drop unused vulkan_change_layout_queue()Simon Ser
2023-05-24render/vulkan: generalize YCbCr format supportSimon Ser
2023-05-24render/vulkan: add vulkan_get_pipeline_layout()Simon Ser
2023-05-24render/vulkan: introduce struct wlr_vk_pipeline_layoutSimon Ser
2023-05-23util/box: always treat NULL boxes as emptyKirill Primak
2023-05-21render/pixel-format: add support for block-based formatsSimon Ser
2023-05-21render/pixel-format: add docsSimon Ser
2023-05-12render/vulkan: allow rendering to non-8-bit buffersManuel Stoeckl
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