JDK-8113959 : ES2 swapchain needs to enable render to texture (stable back buffer)
  • Type: Bug
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: fx2.0
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2011-07-25
  • Updated: 2015-06-16
  • Resolved: 2011-08-09
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
fx2.0Fixed
Related Reports
Blocks :  
Blocks :  
Blocks :  
Blocks :  
Blocks :  
Relates :  
Description
ES2 renders to texture (stable back buffer) only when prism.dirtyopts=true. In order to support node blending and LCD text we need to enable it unconditionally.

Comments
Changeset: 97ee544180f9 Author: Joe Andresen <Joseph.Andresen@oracle.com> Date: Tue Aug 09 09:38:58 2011 -0700 URL: http://jfxsrc.us.oracle.com/javafx/presidio/scrum/graphics/runtime/rev/97ee544180f9
09-08-2011

Assign to Joe for this sprint and remove it as a deferral candidate.
27-07-2011

We need to turn on RTT (stable back buffer) in all cases without checking the dirtyopts flag.
25-07-2011