-
Enhancement
-
Resolution: Fixed
-
P2
-
9
JavaFX uses its own pluggable rasterizer mechanism with a slightly different internal interface that is very close to the interface used by Java2D. The changes to use Marlin from the JavaFX pipelines would be minor.
For JDK 9, Marlin should be added as a non-default alternate rasterizer for JavaFX using command line switches to enable it similar to how we control using the Java or native version of the existing JavaFX rasterizer (based on Pisces from the OpenJDK).
- blocks
-
JDK-8092373 Improve Path rendering performance
- Closed
- relates to
-
JDK-8177985 Use Marlin renderer as the default FX rasterizer
- Resolved
-
JDK-8170029 Comments in Stroker.computeOffsetQuad don't make sense (all 3 FX rasterizers)
- Open
-
JDK-8094493 Need a more accurate center of pixel sampling for supporting 1 sample per pixel rendering
- Resolved
-
JDK-8170026 Some tests in RegionBackgroundFillUITest fail with fractional window scale
- Resolved
-
JDK-8170030 Code in Marlin-based rasterizers may have an off-by-1 bug (causing extra work, no failures)
- Resolved
-
JDK-8170140 Rendering anomaly with MarlinFX renderer
- Resolved
-
JDK-8131760 JEP 265: Marlin Graphics Renderer
- Closed