Re: [OpenJDK 2D-Dev] RFR JDK-8184429: Path clipper added in Marlin2D & MarlinFX 0.8.0

2017-11-09 Thread Laurent Bourgès
Phil & Kevin, The proposed plan looks good. I will first work on refactoring my ShapeClipTest and then focus on having a Java2d patch ready. I absolutely want that this new performance improvement will ship in Java 10. PS: Another important performance change concerns tuning Java2D tile sizes.

Re: [OpenJDK 2D-Dev] [10] RFR: JDK-8188083- NPE in java.awt.image.FilteredImageSource.startProduction

2017-11-09 Thread Prahalad Kumar Narayanan
Hello Everyone First, Thanks to Phil & Sergey for their time in review & suggestions. This is a follow-up on Phil's suggestion to investigate whether the fix proposed in webrev.00 could lead to deadlocks. Link: http://cr.openjdk.java.net/~pnarayanan/8188083/webrev.00/ I inspected the code, and

Re: [OpenJDK 2D-Dev] [10] Review Request: JDK-8159142 : Visible artifacts in sun/java2d/SunGraphics2D/DrawImageBilinear.java

2017-11-09 Thread Pankaj Bansal
Hi Sergey, Do these changes look good? Please give your feedback. Regards, Pankaj Bansal -Original Message- From: Pankaj Bansal Sent: Wednesday, November 8, 2017 8:09 PM To: Sergey Bylokhov; awt-...@openjdk.java.net; 2d-dev@openjdk.java.net; Philip Race Subject: RE: [10] Review

Re: [OpenJDK 2D-Dev] [10] Review Request: JDK-8159142 : Visible artifacts in sun/java2d/SunGraphics2D/DrawImageBilinear.java

2017-11-09 Thread Phil Race
Wasn't it suggested to have the Linux code stop truncating the uiScale if it was explicitly set to a non-integer value ? Or at least have another property to tell it not to truncate. This would facilitate ongoing testing of fixing Linux so we can support fractional values. To test the

Re: [OpenJDK 2D-Dev] [10] RFR: JDK-8188083- NPE in java.awt.image.FilteredImageSource.startProduction

2017-11-09 Thread Phil Race
Ok to the fix. But Sergey need to respond as to whether the answer about the test satisfies him. -phil. On 11/09/2017 02:18 AM, Prahalad Kumar Narayanan wrote: Hello Everyone First, Thanks to Phil & Sergey for their time in review & suggestions. This is a follow-up on Phil's suggestion to