6357 Commits (2acc74a3db0834d0423e2fac9dfe824f57f2f235)
 

Author SHA1 Message Date
Simon Ser 30aca4df0d backend/drm: introduce wlr_drm_mode_get_info()
2 years ago
Simon Ser ba276e5ac2 render/vulkan: handle vulkan_record_stage_cb() failures
2 years ago
Simon Ser 3f0487d310 backend/drm: move forward decl up for drmModeModeInfo
2 years ago
Simon Ser 5bcd537ff4 output/cursor: use new rendering API
2 years ago
Simon Ser 8e81b4bb42 examples: convert to new rendering API
2 years ago
Simon Ser 8fe29e6bd1 backend/drm: use new rendering API
2 years ago
Simon Ser 93a6acae9f output: add wlr_output_begin_render_pass()
2 years ago
Alexander Orzechowski 95062904c7 wlr_scene: Introduce wlr_scene_buffer_set_opacity
2 years ago
Alexander Orzechowski 2346b90a9f wlr_scene: Make scene_rect_from_node public
2 years ago
Alexander Orzechowski 88f80c4a7c wlr_scene: Make scene_tree_from_node public
2 years ago
Alexander Orzechowski 61c157269e wlr_scene: Add documentation to wlr_scene_buffer_from_node
2 years ago
Simon Ser e07c77f846 render/vulkan: implement render pass API
2 years ago
Alexander Orzechowski 8af00d5534 renderer/gles2: Implement render pass interface
2 years ago
Alexander Orzechowski b1d26ed47b renderer/gles2: Compute texture coordinates based off of vertex positions
2 years ago
Alexander Orzechowski 45b2a8eee2 renderer/gles2: Merge get_buffer and create_buffer
2 years ago
Alexander Orzechowski 6f67bfe5ab renderer/gles2: Interpret matrix as column major in shader
2 years ago
Simon Ser 3de330ec85 render/vulkan: add 10, 12, and 16-bit YCbCr formats
2 years ago
Simon Ser 2c6aeed7d6 output: use pending render format if any
2 years ago
Simon Ser 28e8d92263 render/vulkan: document TEXTURE_TRANSFORM_* in shader
2 years ago
Simon Ser f60b367db7 render/vulkan: drop unused vulkan_has_extension()
2 years ago
Simon Ser 42eec38ab6 render/vulkan: drop unused vulkan_change_layout_queue()
2 years ago
Simon Ser 4d634276a4 render/egl: check for EGL_EXT_device_query in get_egl_device_from_drm_fd()
2 years ago
Simon Ser 7099fa2ea4 render/vulkan: de-dup pipeline layout initialization
2 years ago
Simon Ser 16dea12dae render/vulkan: add more YCbCr formats
2 years ago
Simon Ser a682fa6c21 render/vulkan: require support for linear filter for YCbCr
2 years ago
Simon Ser 91d469d8c0 render/vulkan: check format support before creating YCbCr sampler
2 years ago
Simon Ser c7ae9dfaf8 render/vulkan: generalize YCbCr format support
2 years ago
Simon Ser 50b494d0f9 render/vulkan: add init_{default,ycbcr}_pipeline_layout()
2 years ago
Simon Ser 5ea0eb3468 render/vulkan: add vulkan_get_pipeline_layout()
2 years ago
Simon Ser fd38761676 render/vulkan: introduce struct wlr_vk_pipeline_layout
2 years ago
Simon Ser db619009dc render/vulkan: use same sampler params for RGBA and NV12
2 years ago
Simon Ser 9755016422 render/vulkan: use VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE for default sampler
2 years ago
Simon Ser fe7c998666 render/vulkan: use identity swizzle for YCbCr formats
2 years ago
Simon Ser 091aa5582a render/vulkan: fix VkPipelineLayout when texturing NV12
2 years ago
Simon Ser fc3ad784e0 render/vulkan: extract quad pipeline init to separate function
2 years ago
Kirill Primak dc6402d153 util/box: transform empty boxes' origins
2 years ago
Simon Ser 09f5a00585 render/vulkan: fix YCbCr format check in vulkan_texture_from_pixels()
2 years ago
Kirill Primak 5f4a35290d util/box: always treat NULL boxes as empty
2 years ago
Kirill Primak 5d67bbde86 util/box: simplify empty box case in wlr_box_intersection()
2 years ago
Alexander Orzechowski d495fb8c04 wlr_{box, fbox}_equal: Consider empty boxes NULL
2 years ago
Alexander Orzechowski acaf57dcca wlr_{box, fbox}_equal: Handle NULL
2 years ago
Simon Ser d7bebb0a4c render/vulkan: drop unnecessary comments
2 years ago
Simon Ser 17b10746b4 render/pixel-format: add YVYU and VYUY
2 years ago
Simon Ser 96f3f3c92e render/pixel-format: add support for block-based formats
2 years ago
Simon Ser 78a1ac540e render/pixel-format: add docs
2 years ago
Simon Ser a0ebc401d0 linux-dmabuf-v1: fix wlr_drm_format_set leak in feedback_compile()
2 years ago
Austin Shafer 43b25fd34e dmabuf: Remove assumption that all mods are in fallback tranche
2 years ago
Alexander Orzechowski c4bed48fcc output_pick_format: Fail if no format could be chosen
2 years ago
Kirill Primak 75293d5fb0 keyboard: use the new data in wlr_keyboard_set_keymap()
2 years ago
Simon Ser e2647c5151 keyboard: add support for resetting the keymap
2 years ago