JDK-8112838 : Mac: VideoCube rendered on inside faces rather than external
  • Type: Bug
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: fx2.0
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2011-05-06
  • Updated: 2015-06-16
  • Resolved: 2012-01-04
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.1Fixed
Related Reports
Blocks :  
Blocks :  
Blocks :  
Duplicate :  
Duplicate :  
Description
The problem goes away if prism.dirtyOpts is set to false. This bug is caused by the use of RTTexture (without depth buffer) as back buffer.

ES2SwapChain.java:

In createGraphics(): 

                stableBackbuffer =
                    context.getResourceFactory().createRTTexture(w, h); 


Comments
Verified that this is fixed.
27-03-2012

This is fixed with the fix to RT-13911.
04-01-2012

This is probably a duplicate of RT-13911 and should be retested once that is fixed.
03-11-2011

Push to a later presidio update since it is dependent on RT-13911.
06-10-2011

Approved at deferral review meeting at 8/10/11
10-08-2011

SQE: ok to defer
04-08-2011