On Tue Jul 9 14:55:46 2024 +0000, Rémi Bernon wrote:
Does it affect performance of GL/VK surfaces too or just the performance of basic window surfaces?
Only basic window surfaces are directly affected by this change. However, there may be second order effects for GL/VK in windowed mode, because the compositor will have to enable blending of the main surface (which in this scenario is behind the GL/VK subsurface).
These particular compositor-side concerns are not hard to remedy, though, with something along the lines of: https://gitlab.winehq.org/afrantzis/wine/-/commit/8195813019ed6fb15c0763ea89...