Re: [OpenJDK 2D-Dev] Merging marlin pisces rendering engines

2014-05-29 Thread Clemens Eisserer
Hi, I would like to add that, beside higher performance for rasterization, Marlin's capability to produce tiles larger than 32x32px also improves the performance with the XRender pipeline für larger antialiased shapes a lot. For modern drivers uploading 32x32 small coverage masks is more

Re: [OpenJDK 2D-Dev] [9] Review Request: 8041439: Clipping doesn't work on JPanel after setXORMode method call.

2014-05-29 Thread Andrew Brygin
Hello Mikhail, could you please provide a bit more detailed explanation for your fix? Thanks, Andrew On 5/29/2014 3:35 PM, mikhail cherkasov wrote: Hello, Please review the fix for jdk 9: http://cr.openjdk.java.net/~mcherkas/8041439/9/webrev.00/ the bug:

Re: [OpenJDK 2D-Dev] [9] Review Request: 8041439: Clipping doesn't work on JPanel after setXORMode method call.

2014-05-29 Thread mikhail cherkasov
Sure Andrew: The problem is that to render complex clipping we need to use PixelToShapeConverter with SpanShapeRenderer. But in case of XOR composition, SurfaceData uses colorViaShape or colorViaPgram converter:

Re: [OpenJDK 2D-Dev] Review Request for 8032527 - fix a couple doclint errors in java/awt/geom/Path2D

2014-05-29 Thread Steve Sides
Yes..and the links are correct and they work. :) -steve On 5/28/2014 10:51 AM, Phil Race wrote: Looks OK. I trust you actually generated the javadoc to prove its correct ... ? -phil. On 5/28/2014 10:39 AM, Steve Sides wrote: Hello, Could you please review the fix for the following bug: