mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1085223 - Restore culling because of regressions from bug 1132144.
--HG-- extra : rebase_source : 8ba1967648ee48c8a7791125bbac697e4c11b63c
This commit is contained in:
parent
88c8c2de81
commit
3f17a8109e
@ -304,11 +304,8 @@ LayerManagerComposite::EndTransaction(DrawPaintedLayerCallback aCallback,
|
||||
// so we don't need to pass any global transform here.
|
||||
mRoot->ComputeEffectiveTransforms(gfx::Matrix4x4());
|
||||
|
||||
// Disable culling for now. We need to fix /the regressions from
|
||||
// bug 1085223 before we can re-enable this:
|
||||
// 1) Don't cull during progressive draw, 2) OS X tp5 regressions.
|
||||
//nsIntRegion opaque;
|
||||
//ApplyOcclusionCulling(mRoot, opaque);
|
||||
nsIntRegion opaque;
|
||||
ApplyOcclusionCulling(mRoot, opaque);
|
||||
|
||||
Render();
|
||||
mGeometryChanged = false;
|
||||
|
Loading…
Reference in New Issue
Block a user