Skip to content

Fix offload clip handling

Matthias Clasen requested to merge fix-hole-punching into main

When we are inside a non-representable clip, we can't offload. The reason for this is that the renderer will offscreen due to that clip, and then the hole we need to punch will end up in the offscreen and not in the main surface where we need it.

Edited by Matthias Clasen

Merge request reports