JDK-8090790 : Complete implementation of dirtyopts for SubScene
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: scenegraph
  • Affected Version: 8
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2013-03-20
  • Updated: 2018-09-05
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdUnresolved
Related Reports
Blocks :  
Description
Implement dirtyopts for SubScene scene graph.  Currently SubScene only takes into account if its entire scene graph is dirty or not. If it is not dirty, but the SubScene needs to be repainted it will blit the last rendered result (RTT). Else it will render it's graph via root.render(graphics);

Also SubScene implantation uncommented out the method BaseNode.isClean() in order to check if the NG graph is dirty. Please verify correctness.
Comments
Change issue type from the deprecated "Optimization" (which should no longer be used) to "Tweak"
11-09-2013