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

OGL: enable sun.java2d.opengl.fbobject by default

XMLWordPrintable

    • 2d
    • b92
    • generic
    • solaris_10

      In 6255507 we added a new codepath to the OGL pipeline that uses framebuffer objects
      (FBOs) instead of pbuffers. There are many benefits to using FBOs:
        - platform independent render-to-texture API
        - improved blitting performance
        - can transform/blend/etc just like regular textures, unlike pbuffers
        - can avoid expensive context switches in many cases

      SwingMark numbers are improved anywhere from 10-15% (depending on the hardware) when
      using the FBO codepath instead of the default pbuffer-based one. Unfortunately though
      when we fixed 6255507 the extension was still relatively new and there were driver
      bugs that prevented us from enabling the FBO codepath by default. The purpose of this
      bug report is to discuss the resolved/remaining barriers and to provide a vehicle
      for enabling the FBO codepath by default for the best out-of-box performance
      experience.

            campbell Christopher Campbell (Inactive)
            campbell Christopher Campbell (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: