JDK-6775317 : Improve performance of non-AA transformed rectangles and single wide lines in software pipelines
  • Type: Bug
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 6
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2008-11-23
  • Updated: 2010-12-25
  • Resolved: 2008-12-03
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 JDK 7
6u12 b02Fixed 7Fixed
Description
Simple transformed primitives are very common in FX now that it has made use of
transforms much easier and will be providing tools to incorporate them into
animations and transitions.  Rectangles and wide lines are easy to optimize using
the same facilities added for the D3D and OGL pipelines for the same primitives 
in 6u10.

Comments
EVALUATION http://hg.openjdk.java.net/jdk7/build/jdk/rev/47cd69eff641
25-12-2010

EVALUATION New SW FillParallelogram loops were created and used to add Fill/DrawParallelogram support into the software pipelines...
25-11-2008