aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-04xwayland: enable use of a xserver subprojectSimon Ser
2023-05-04render/vulkan: fix code style for function bracketsSimon Ser
2023-05-04wlr_compositor: Decide opacity from new has_buffer flag.Alexander Orzechowski
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-03linux_dmabuf_v1: Use wlr_drm_format_set_unionAlexander Orzechowski
2023-05-03Add union function for format setsAustin Shafer
2023-05-03output/cursor: fix buffer size when nested and scaledSimon Ser
2023-05-02render: introduce blend modeSimon Ser
2023-05-02render/pixman: fix scaling in render_pass_add_texture()Simon Ser
2023-05-02tinywl: Release everything before destroyAlexander Orzechowski
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-25scene: port to wlr_render_passSimon 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-25xcursor: Resolve warning in xcursor_build_theme_dirEdgars Cīrulis
2022-05-01backend/x11: prevent segfault on empty DRI3 responseptrcnull
2023-04-20output-layer: add cropping supportSimon Ser
2023-04-19render/vulkan: fix signedness of strcmp() return valueSimon Ser
2023-04-19render/vulkan: use initializer in vulkan_change_layout_queue()Simon Ser
2023-04-19render/vulkan: remove extra newlineSimon 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-18seat: Let client manage its own resourcesAndri Yngvason
2023-04-18wlr_seat: Extract seat_client_create() functionAndri Yngvason
2023-04-16wlr_scene: Fix potential use-after-free in wlr_scene_buffer_set_bufferAlexander Orzechowski
2023-04-14wlr_scene: Send presentation event before direct scanout output commitAlexander Orzechowski
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-14compositor: use defunct_role_object errorKirill Primak
2023-04-14subcompositor: use bad_parent errorKirill Primak
2023-04-14subcompositor: simplify get_subsurface handlerKirill Primak
2023-04-12render/gles2: use byte-aligned rows for glReadPixelsManuel Stoeckl
2023-04-11xcursor: adjust style, use calloc()Simon Ser
2023-04-06output: Drop output_is_direct_scanoutAlexander Orzechowski
2023-04-06output-damage: dropSimon Ser
2023-04-06output: drop direct scan-out check in output_basic_test()Simon Ser
2023-04-06scene: check wlr_output_is_direct_scanout_allowed()Simon 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-28backend/wayland: only update layer position when necessarySimon Ser
2023-03-28backend/wayland: only re-order sub-surfaces when necessarySimon Ser
2023-03-28output-layer: cache current stateSimon Ser