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

OGL: enable bilinear rtt->surface transforms

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 6
    • 5.0
    • client-libs
    • 2d
    • b43
    • generic
    • solaris_9

      Currently in OGLDrawImage.renderImageXform(), we punt to the superclass (software-
      based) implementation if BILINEAR interpolation is specified and the source
      surface type is not OpenGLTexture. This check prevents us from using our
      OpenGLSurface->OpenGLSurface transform loops when BILINEAR is specified, because
      those loops currently cannot handle bilinear properly (see 4841762). However,
      we should be able to handle bilinear OpenGLSurfaceRTT->OpenGLSurface transforms
      because the source surface is essentially a texture, and bilinear texture->surface
      transforms do work properly.
      ###@###.### 2005-05-31 07:23:46 GMT

            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: