Commit Graph

660 Commits (fc3ad784e0fee50e2cc035c3cf9a835c0ff2aaef)

Author SHA1 Message Date
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
Simon Ser a93fc8afd6 render: introduce blend mode 2 years ago
Simon Ser 6b7d1d732a render/pixman: fix scaling in render_pass_add_texture() 2 years ago
Simon Ser f5a5712a02 render/vulkan: use VK_KHR_synchronization2 2 years ago
Simon Ser 6830bfc17f render/pixman: implement render pass API 2 years ago
Simon Ser 6ce371a317 render/pixman: add begin_pixman_data_ptr_access() 2 years ago
Simon Ser 471249ae4f render/pass: add legacy render pass implementation 2 years ago
Simon Ser 4a1ad32534 render: add render pass helpers 2 years ago
Simon Ser 756dedae20 Add a new renderer API 2 years ago
Simon Ser d795824346 render/vulkan: fix signedness of strcmp() return value 2 years ago
Simon Ser 62e60ba889 render/vulkan: use initializer in vulkan_change_layout_queue() 2 years ago
Simon Ser 74e8fd8a9a render/vulkan: remove extra newline 2 years ago
Simon Ser 92b726ef67 render/vulkan: use full names for extension command fields 2 years ago
Manuel Stoeckl 40dde59475 render/gles2: use byte-aligned rows for glReadPixels 2 years ago
Simon Ser 59d2743c0c render/vulkan: avoid double-close on sync_file FD after semaphore import 2 years ago
Brett Ernst 7d9938c957 drm_format_set: fix realloc size 2 years ago
Simon Ser 40117e1e0d render/vulkan: prefer render node for wlr_renderer_get_drm_fd() 2 years ago
Jan Beich 59acc69737 vulkan: silence -Wint-conversion on 32-bit architectures 2 years ago
Simon Ser 8619ffab21 swapchain: remove allocator listener on destroy 2 years ago
Simon Ser b33ab26fe7 render/swapchain: make public 2 years ago
Simon Zeni 782b5e6565 Revert "render/egl: skip incompatible EGL devices" 2 years ago
Eric Engestrom c73e20628a render/egl: skip incompatible EGL devices 2 years ago
Simon Ser 677a3f2f88 render/gles2: default to highp if available 2 years ago
Simon Ser 0534d12b28 render/gles2: use correct type for shader type 2 years ago
Simon Ser 377668aaf6 render/vulkan: check that requested size is smaller than max 2 years ago
Brett Ernst 1ba322e9ff vulkan: increase max stage size to support large buffers 2 years ago
llyyr 10e16db738 render/vulkan: use correct source offset in read_pixels 2 years ago