Skip to content

Be conservative about dirtying paint nodes

Daniel Stone requested to merge daniels/weston:subsurface-adventure-1 into main

Rebuilding regions can be an expensive operation, and we're adding more of them. This means we need to be clever about when we actually do them.

Only dirty the paint nodes when the transform or buffer size has actually changed, not on every commit.

Merge request reports