Skip to content

compositor: Drop wlr_renderer

Based on: !3634

Uploading textures are done by what outputs intersect the surface,
not an arbitrary renderer. If no outputs intersect the surface, the
source buffer is locked for longer until the surface is shown, at which
point a renderer will be uploaded the buffer.

Merge request reports