Skip to content

Draft: Clear buffer in wlr_render_pass_add_rect if it takes the whole buffer

Simon Zeni requested to merge bl4ckb0ne/wlroots:render-pass-clear into master

Little optimization to wlr_render_pass_add_rect to clear the whole buffer.

I don't think it's necessary for Vulkan as it already clear the buffer with WLR_RENDER_BLEND_MODE_NONE 1

Edited by Simon Zeni

Merge request reports

Loading