Skip to content

WIP: renderer: Add an ability to render to texture

This can be useful for features like window thumbnails or correct alpha blending of windows with subsurfaces.

It's done via wlr_renderer_set_target function before calling wlr_renderer_begin. Passing NULL makes it revert to current behavior (render to screen).

WIP since we may need another approach as upstream seems reluctant to accept this one.

Merge request reports