JDK-6767506 : Improve performance of circles/ellipses in hardware pipelines
  • Type: Bug
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 6
  • Priority: P3
  • Status: Open
  • Resolution: Unresolved
  • OS: solaris_9
  • CPU: generic
  • Submitted: 2008-11-04
  • Updated: 2018-09-05
Description
Circles and ellipses are common graphical elements in FX apps.  We should provide
optimized fast-paths in the D3D/OGL pipelines (likely using shaders) to improve
performance of this common case.

(A similar request for optimization of the software pipelines was made in 6766342.)