686 Commits (9e8947e4d51ddafb40887b8a8ebfb1873615f9b6)

Author SHA1 Message Date
Rose Hudson 9e8947e4d5 add render timer API
1 year ago
Simon Ser beb820b573 render/vulkan: improve error handling in vulkan_begin_render_pass()
2 years ago
Simon Ser 0ba3ea3bcd render/vulkan: improve error handling in render_pass_submit()
2 years ago
Simon Ser ba276e5ac2 render/vulkan: handle vulkan_record_stage_cb() failures
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 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
Simon Ser 09f5a00585 render/vulkan: fix YCbCr format check in vulkan_texture_from_pixels()
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
Tobias Predel e449c1dec8 wlr_drm_format_set_copy: Do not allocate heap
2 years ago
Manuel Stoeckl 10dd416694 render/vulkan: allow rendering to non-8-bit buffers
2 years ago
Simon Ser 8cdc4b7a31 render/vulkan: wait for idle queue before destroying render buffer
2 years ago
Alexander Orzechowski 47e175ae7f wlr_drm_format_set_intersect: Clear destination before trying to write to it
2 years ago
Alexander Orzechowski 300bd80772 wlr_drm_format_set: Store formats on array
2 years ago
Alexander Orzechowski 90d08f8f1c wlr_drm_format: Rework wlr_drm_format_intersect
2 years ago
Alexander Orzechowski 340700cb70 wlr_drm_format: Change wlr_drm_format_dup to copy
2 years ago
Alexander Orzechowski 099a147439 wlr_drm_format: Change wlr_drm_format_create to init
2 years ago
Alexander Orzechowski e427e019c4 wlr_drm_format: Don't take double pointer in wlr_drm_format_add
2 years ago
Alexander Orzechowski e6879616e7 wlr_drm_format: Make structure constant length
2 years ago
Alexander Orzechowski b45396c790 wlr_drm_format: Introduce drm_format_finish
2 years ago
Simon Ser e353c5c631 render/vulkan: enable NV12 on big-endian
2 years ago
Simon Ser 095a63a11c render/vulkan: improve logging when creating texture
2 years ago
Manuel Stoeckl e6fc5d1e49 render/vulkan: increase next descriptor pool size
2 years ago
Simon Ser b03f71fe5f render/vulkan: add support for NV12
2 years ago
Alexander Orzechowski 5adb1be3a7 drm_format_set_intersect: Require initialized dst and remove assert
2 years ago
Alexander Orzechowski 1ee75786b4 drm_format_set_union: Require initialized dst and remove assert
2 years ago
Simon Ser 403eac51c4 render/vulkan: fix code style for function brackets
2 years ago
Austin Shafer ec37d55a5e Add union function for format sets
2 years ago