You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing open and closed issues.
Regression?
Not a regression - it's bug regarding new feature
System Info and Hyprland Version
.
Description
After #8928, render pass elements are now correctly rendered at their corresponding positions after render modifications are applied. However, render modifications are not applied to damage calculations in CRenderPass::simplify(). This causes improper damage when rendering elements with modifications applied.
A workaround is to disable simplification for that render pass completely, but I'd imagine this negates any performance improvement brought in by the new system.
How to reproduce
Add several elements to the render pass in a way that render modifications are applied to them.
Damage calculations are incorrect, resulting in visual artifacts.
Attach not paste
I understand that all text files must be attached, and not pasted directly. If not respected, this issue will likely get closed as spam
Already reported ? *
Regression?
Not a regression - it's bug regarding new feature
System Info and Hyprland Version
.
Description
After #8928, render pass elements are now correctly rendered at their corresponding positions after render modifications are applied. However, render modifications are not applied to damage calculations in
CRenderPass::simplify()
. This causes improper damage when rendering elements with modifications applied.A workaround is to disable simplification for that render pass completely, but I'd imagine this negates any performance improvement brought in by the new system.
How to reproduce
Attach not paste
Checklist of files to include below
hyprctl systeminfo -c
(always include)Additional info & File uploads
No response
The text was updated successfully, but these errors were encountered: