-
Bug
-
Resolution: Fixed
-
P4
-
internal
-
generic
-
os_x
While reviewing JDK-8325379 change it was identified that the code to set opaque flag for CALayer in OpenGL pipeline is removed. This specific check was added for JDK-8095004.
On latest Metal pipeline it was verified that PickTest3D works properly on all OpenGl and Metal pipeline without this check. So we need to verify whether this code change is needed anymore or not.
Also if we just add back setOpaque code only for OpenGL it has no side effect. Need to verify to keep this check for OpenGL or just remove it completely.
On latest Metal pipeline it was verified that PickTest3D works properly on all OpenGl and Metal pipeline without this check. So we need to verify whether this code change is needed anymore or not.
Also if we just add back setOpaque code only for OpenGL it has no side effect. Need to verify to keep this check for OpenGL or just remove it completely.
- relates to
-
JDK-8095004 Mac: PickTest3D appears washed out
-
- Resolved
-
-
JDK-8325379 Refactor Glass classes to support both GL and Metal
-
- Resolved
-
-
JDK-8350478 Glass refactoring follow-up
-
- Resolved
-