Please review this MarlinFX upgrade, following recent changes in Marlin2D
to synchronize Marlin 0.7.5 with OpenJDK & OpenJDK:

JBS: https://bugs.openjdk.java.net/browse/JDK-8180449
(last) webrev: http://cr.openjdk.java.net/~lbourges/marlinFX/marlinFX-075.2/

Changes:
- Renderer (4 variants): use shared memory among AA and NonAA renderer
- Renderers: fixed block processing
- dead code & few comment removals in Strokers
- added quality settings (cubic/quad)
- fixed all floating-point number literals to be x.0f or x.0d to simplifythe
conversion between float & double variants
- many syntax & comment fixes

This issue was discussed in the following threads:
http://mail.openjdk.java.net/pipermail/openjfx-dev/2017-April/020466.html
http://mail.openjdk.java.net/pipermail/openjfx-dev/2017-May/020554.html

Cheers,
Laurent

Reply via email to