JDK-6656574 : OGL: the use of GL_ARB_texture_rectangle ext. complicates the use of RSL
  • Type: Bug
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 6u10
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2008-01-29
  • Updated: 2010-10-14
  • Resolved: 2008-02-14
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 6
6u10 b12Fixed
Description
Use of the GL_ARB_texture_rectangle extension by Java 2D
complicates any third-party libraries that try to interact with
the OGL pipeline via RSL or otherwise (and we've run into driver bugs in 
the past related to this extension).

Comments
SUGGESTED FIX http://sa.sfbay.sun.com/projects/java2d_data/6u10/6656574.1
29-01-2008

EVALUATION For now we will disable its use. We will still make use of the GL_ARB_texture_non_power_of_two extension when available, which is the better choice going forward anyway.
29-01-2008