[OpenJDK 2D-Dev] RFR: 8023590: REGRESSION: large count of graphics artifacts with Java 8 on Windows 8 on Intel HD card.

2013-10-14 Thread Vadim Pakhnushev
Hi, Please review a fix for this issue: https://bugs.openjdk.java.net/browse/JDK-8023590 http://cr.openjdk.java.net/~vadim/8023590/webrev.00/ In JDK 8 b91 we enabled D3D pipeline on Intel HD Graphics chipsets https://bugs.openjdk.java.net/browse/JDK-8000936 After that we received a number of

Re: [OpenJDK 2D-Dev] RFR: 8023590: REGRESSION: large count of graphics artifacts with Java 8 on Windows 8 on Intel HD card.

2013-10-14 Thread Andrew Brygin
Hello Vadim, the fix looks good. Thanks, Andrew On 10/14/2013 6:10 PM, Vadim Pakhnushev wrote: Hi, Please review a fix for this issue: https://bugs.openjdk.java.net/browse/JDK-8023590 http://cr.openjdk.java.net/~vadim/8023590/webrev.00/ In JDK 8 b91 we enabled D3D pipeline on Intel HD

Re: [OpenJDK 2D-Dev] RFR: 8023590: REGRESSION: large count of graphics artifacts with Java 8 on Windows 8 on Intel HD card.

2013-10-14 Thread Phil Race
Looks fine. Really the XP lines don't matter as JDK 8 doesn't officially support XP and we could simply mark all XP versions as an automatic fail but I think its fine to leave them in. -phil. On 10/14/2013 9:23 AM, Andrew Brygin wrote: Hello Vadim, the fix looks good. Thanks, Andrew On