aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-24render/vulkan: check format support before creating YCbCr samplerSimon Ser
2023-05-24render/vulkan: generalize YCbCr format supportSimon Ser
2023-05-24render/vulkan: add init_{default,ycbcr}_pipeline_layout()Simon 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-24render/vulkan: use same sampler params for RGBA and NV12Simon Ser
2023-05-24render/vulkan: use VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE for default samplerSimon Ser
2023-05-24render/vulkan: use identity swizzle for YCbCr formatsSimon Ser
2023-05-24render/vulkan: fix VkPipelineLayout when texturing NV12Simon Ser
2023-05-24render/vulkan: extract quad pipeline init to separate functionSimon Ser
2023-05-24util/box: transform empty boxes' originsKirill Primak
2023-05-23render/vulkan: fix YCbCr format check in vulkan_texture_from_pixels()Simon Ser
2023-05-23util/box: always treat NULL boxes as emptyKirill Primak
2023-05-23util/box: simplify empty box case in wlr_box_intersection()Kirill Primak
2023-05-23wlr_{box, fbox}_equal: Consider empty boxes NULLAlexander Orzechowski
2023-05-23wlr_{box, fbox}_equal: Handle NULLAlexander Orzechowski
2023-05-22render/vulkan: drop unnecessary commentsSimon Ser
2023-05-21render/pixel-format: add YVYU and VYUYSimon Ser
2023-05-21render/pixel-format: add support for block-based formatsSimon Ser
2023-05-21render/pixel-format: add docsSimon Ser
2023-05-18linux-dmabuf-v1: fix wlr_drm_format_set leak in feedback_compile()Simon Ser
2023-05-18dmabuf: Remove assumption that all mods are in fallback trancheAustin Shafer
2023-05-18output_pick_format: Fail if no format could be chosenAlexander Orzechowski
2023-05-18keyboard: use the new data in wlr_keyboard_set_keymap()Kirill Primak
2023-05-17keyboard: add support for resetting the keymapSimon Ser
2023-05-17keyboard: don't change current keymap on wlr_keyboard_set_keymap() errorSimon Ser
2023-05-17seat/keyboard: allow no keymapSimon Ser
2023-05-17drm_plane_pick_render_format: return false if no format could be foundAustin Shafer
2023-05-15backend_destroy: Similiar logic like DRM backendTobias Predel
2023-05-14wlr_drm_format_set_copy: Do not allocate heapTobias Predel
2023-05-12render/vulkan: allow rendering to non-8-bit buffersManuel Stoeckl
2023-05-12render/vulkan: wait for idle queue before destroying render bufferSimon Ser
2023-05-11wlr_drm_format_set_intersect: Clear destination before trying to write to itAlexander Orzechowski
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-11render/vulkan: enable NV12 on big-endianSimon Ser
2023-05-10wlr-export-dmabuf-v1: handle output destroySimon Ser
2023-05-09render/vulkan: improve logging when creating textureSimon Ser
2023-05-08wlr_cursor: Don't multiply hotspot by scale^2Alexander Orzechowski
2023-05-08backend/drm: fix di_info memory leakzhoulei
2023-05-06wlr_cursor: Consider surface state when setting new cursor surfaceAlexander Orzechowski
2023-05-06render/vulkan: increase next descriptor pool sizeManuel Stoeckl
2023-05-06output: drop wlr_output_cursor_set_surfaceSimon Ser
2023-05-06cursor: add surface handlingSimon Ser