wlroots/render
Kenny Levinsen 17c29268c9 util/rect_union: Take pixman_box32_t by pointer
rect_union_add takes a pixman_box32_t by value, and passes it along by
value to internal helpers. render_pass_mark_box_updated which is the
only caller receives the pixman_box32_t by reference, so just plumb it
through that way.

Results in a 13% improvement in CPU time when using the Vulkan renderer
on the stacked/clip200/1024 benchmarks on my machine.

Signed-off-by: Kenny Levinsen <kl@kl.wtf>
2026-05-01 12:50:04 +00:00
..
allocator
gles2
pixman
vulkan
color.c
color_fallback.c
color_lcms2.c
dmabuf.c
dmabuf_fallback.c
dmabuf_linux.c
drm_format_set.c
drm_syncobj.c
drm_syncobj_merger.c
egl.c
meson.build
pass.c
pixel_format.c
swapchain.c
wlr_renderer.c
wlr_texture.c