JDK-6274820 : RFE: Accelerate LCD glyphs via D3D pipeline
  • Type: Enhancement
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 6
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2005-05-23
  • Updated: 2010-10-14
  • Resolved: 2008-05-19
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 b01Fixed
Description
The initial LCD text implementation is currently only in software and
whilst it works on D3D surfaces, it is not accelerated.
We need to implement this support. However a worthwhile implementation appears
to need DX9 APIs which requires a substantial upgrade of our D3D implementation
from its current DX7 base, and the consequent orphaning from DX support of
any install which does not have DX9 drivers installed.
###@###.### 2005-05-23 21:32:51 GMT

Comments
EVALUATION This has been fixed in 6u10 with the new Direct3D pipeline.
19-05-2008