[OpenJDK Rasterizer] Marlin renderer contribution for review
Laurent Bourgès
bourges.laurent at gmail.com
Fri Mar 27 17:17:50 UTC 2015
Jim,
Here is a new webrev:
http://cr.openjdk.java.net/~lbourges/marlin/marlin.5/
Changes:
- Fixed all single line comments to use // (no javadoc) in all files
- removed Renderer.finalize ()
- renamed FastMath to FloatMath that use optimized ceil / floor methods for
float values derived from StrictMath methods
Joe, could you have a look to FloatMath ? I adapted the code based on
double values to float values + ceil returns directly an int.
It seems a bit faster in my benchmarks but not as much as the previous
trick.
Note: there is no more copyright issue.
Cheers,
Laurent
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/graphics-rasterizer-dev/attachments/20150327/9903d4dd/attachment.html>
More information about the graphics-rasterizer-dev
mailing list