JDK-6610080 : Create a viable OpenJDK RenderingEngine plugin
  • Type: Bug
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 7
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2007-09-27
  • Updated: 2011-05-17
  • Resolved: 2011-05-17
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 7 Other
7 b22Fixed OpenJDK6Fixed
Related Reports
Duplicate :  
Relates :  
Relates :  
Relates :  
Description
In 1.7 we created the RenderingEngine pluggable API for antialiased rendering
and line widening to provide for an open source plug to replace our dependency
on the Ductus library.  An example plug was created in the demos directory,
but that plug was only a partial implementation.

An implementation based on open source compatible code needs to be created that
implements the full pluggable API to provide a launching point for the Open JDK
efforts to replace the Ductus library.

Comments
EVALUATION The Pisces library that was created for the Mobile market was used to implement the RenderingEngine and AATileGenerator interfaces and is performing reasonably well. Some remaining issues with the new open source plug: - Performance is not as good as the Ductus library - Fixed point is used with little or no overflow protection - No support for the STROKE_CONTROL hint
28-09-2007