Skip to content

Remove needless current state copy

Vlad Zahorodnii requested to merge work/remove-needless-state-copy into master

If nothing has been committed to the cached state, no changes to the current state will be done.

If a synchronized sub-surface has been committed, the pending state will be merged with the cached state. The latter state will be applied when the parent surface is committed.

Merge request reports