mirror of
https://github.com/brl/mutter.git
synced 2025-08-01 14:15:30 +00:00

This reverts the commits372d73e275
and1d20045247
- the special case for alpha-less textures could only happen on Wayland, but now the opaque region is also set in those cases. This commit saves us some allocations, simplifies the logic a bit and makes sure culling uses the same opaque region as our painting paths. https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1463