index
:
navi/wayland/wlroots.git
master
fork of wlroots with action binder support
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
render
/
vulkan
/
pass.c
Age
Commit message (
Expand
)
Author
2023-08-20
renderer/vulkan: Defer device lost signal until end of pass
Alexander Orzechowski
2023-06-19
render: Introduce wlr_render_texture_options.blend_mode
Alexander Orzechowski
2023-06-19
renderer: Introduce wlr_scale_filter_mode
Alexander Orzechowski
2023-06-17
render/vulkan: Dynamically create texture views
Alexander Orzechowski
2023-06-17
render/vulkan: Dynamically create pipeline layouts
Alexander Orzechowski
2023-06-16
render/vulkan: Handle quad pipeline through generic pipeline path
Alexander Orzechowski
2023-06-16
render/vulkan: Dynamically handle pipeline creation for textures
Alexander Orzechowski
2023-06-07
render/vulkan: reset scissor before post-blend subpass
Simon Ser
2023-06-07
render/vulkan: fix blend subpass matrix
Simon Ser
2023-06-07
render/vulkan: fix bound pipeline check for output_pipe
Simon Ser
2023-06-01
render/vulkan: improve error handling in vulkan_begin_render_pass()
Simon Ser
2023-06-01
render/vulkan: improve error handling in render_pass_submit()
Simon Ser
2023-05-30
render/vulkan: implement render pass API
Simon Ser