-
Bug
-
Resolution: Fixed
-
P4
-
None
-
internal
-
generic
-
os_x
In Lanai open review, Context cap comments related to OpenGL were noticed : https://github.com/openjdk/jdk/pull/2403#discussion_r572229444 , https://github.com/openjdk/jdk/pull/2403#discussion_r572229652
Comments related to OpenGL are removed in cleanup task :JDK-8261399
On more analysis noticed that we have default values for these ContextCaps in Metal. Refer to : MTLGraphicsConfig.getConfig. Looks like in case of OpenGL these ContextCaps mainly referred to OpenGL_extension availability. In case of Metal we may not need this information. Verify whether we need this info, if not remove the MTLContextCaps.
Comments related to OpenGL are removed in cleanup task :
On more analysis noticed that we have default values for these ContextCaps in Metal. Refer to : MTLGraphicsConfig.getConfig. Looks like in case of OpenGL these ContextCaps mainly referred to OpenGL_extension availability. In case of Metal we may not need this information. Verify whether we need this info, if not remove the MTLContextCaps.