-
Enhancement
-
Resolution: Unresolved
-
P4
-
None
Mac optimization: Investigate layers async vs sync setting
Currently we have it set to async (it tries to redraw itself every 1/60 th of sec if it's dirty). Ideally it should be set to sync and marked dirty.
Related: NSViewLayerContentsRedrawPolicy
Currently we have it set to async (it tries to redraw itself every 1/60 th of sec if it's dirty). Ideally it should be set to sync and marked dirty.
Related: NSViewLayerContentsRedrawPolicy
- relates to
-
JDK-8127453 fx2.2-graphics-scrum-h175: performance regression on Mac (initially 50% but now unknown)
- Closed
-
JDK-8102625 Mac: remove special resize/locking code from View, now that we're using layers.
- Resolved