JDK-8090822 : Remove code that clamps texture max size to 4k
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: graphics
  • Priority: P5
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2012-06-19
  • Updated: 2018-09-05
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.
Other
tbdUnresolved
Related Reports
Blocks :  
Blocks :  
Description
The fix for RT-21998 was to clamp the maximum texture size reported by a graphics card to 4096 (4K). This is more of a workaround, but is necessary to fix problems allocating large textures in some cases.

Once all of the dependent bugs are fixed, this clamping can be removed if desired (although there may be benefits to using smaller textures anyway, so it doesn't have to be done if we don't think there is a benefit).