Skip to content

Make Scene::createStackingOrder() more efficient

Vlad Zahorodnii requested to merge work/zzag/create-stacking-order-eff into master

Currently, there's a separate pass to filter out windows not ready for compositing or windows that must be invisible. That has two issues: we could merge that pass with the pass that populates stacking_order and "windows" can detach.

Merge request reports