JDK-8128198 : Mac: NodeBlendTest/FlyingBlendModes shows several modes which render black in the corners of their rotated bounding boxes
  • Type: Bug
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: fx2.0
  • Priority: P4
  • Status: Resolved
  • Resolution: Duplicate
  • Submitted: 2011-08-18
  • Updated: 2015-06-17
  • Resolved: 2011-12-03
Related Reports
Blocks :  
Duplicate :  
Description
This test only shows the black corners on OGL on Mac.  Using ES2 on Windows shows correct results (as does the D3D and J2D pipelines on Windows).
Comments
Fixed when RT-12852 was fixed...
03-12-2011

This is caused by the same root issue as RT-12852 - incorrect initialization of the clear state of a brand new OpenGL context on Mac (Glass sets the OGL state to a non-default value and Prism assumes that the value would be the default).
03-12-2011