mirror of
https://github.com/brl/mutter.git
synced 2025-02-09 18:04:09 +00:00
![Sebastian Wick](/assets/img/avatar_default.png)
Changing the MultiTexture may require a different set of pipelines when the texture format is different. We keep track of the attached MultiTextureFormat just like we do for the width and height. This fixes misrendering when a client attaches buffers with different MultiTextureFormats to the same surface. Fixes: 3dd9f15eb ("shaped-texture: Start using MetaMultiTexture") Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3456>