JDK-8100754 : isSupported Capabilities support
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: fx2.0
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2011-10-13
  • Updated: 2015-06-16
  • Resolved: 2012-05-16
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.
JDK 7
7u6Fixed
Related Reports
Blocks :  
Comments
closed - unverified. An internal change with no public impact, unit test not provided
11-07-2012

This is implemented in the new es2 replacement pipe. It is now the default pipe for Linux.
16-05-2012

For embedded - we have traditionally just short circuited this check with isDevice. I would like to see isSupported moved into a platform specific check so that we can tailor it better for each platform. I think that it would also be a good place to toggle any rendering path flags for later use (like some of the isGL2() isGLES2()). For example - the absence of RGBA support might mean we want to force a different path. Currently we have a few items in platform specific factories, and I would like to see a simplified version of those factories remain after the next Jogl slimming.
26-03-2012

This is in support of running prism on embedded devices that may need finer grained control over features. Since the current "JOGL style" OpenGL bindings-based version of the prism-es2 pipeline is being rewritten for 2.2, this should be done at the same time.
19-01-2012

2.2
13-10-2011