Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8097811

Move Mac specific implementation (support CALayer) out of platform independent code path

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 8u60
    • 8
    • javafx
    • None

      We can safely (and should) move the following platform specific code out of ES2Context and GLFactory:

              // JIRA: RT-21739
              // TODO: This is a temporary mechanism to work well with Glass on Mac due
              // to the CALayer work. Need to be removed in the early future for 3.0
              if (PlatformUtil.isMac() || PlatformUtil.isIOS()) {
                 HashMap devDetails = (HashMap) ES2Pipeline.getInstance().getDeviceDetails();
                 ES2Pipeline.glFactory.updateDeviceDetails(devDetails, glContext);

            ckyang Chien Yang (Inactive)
            ckyang Chien Yang (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: