Re: [OpenJDK 2D-Dev] RFR: 8039444: Swing applications not being displayed properly

2016-04-28 Thread Philip Race
> I guess we also should unify -Dsun.java2d option? in some cases it will force the pipeline(like xrender) and in some not like d3d. Yes, I have 3 things in the pipeline (pardon the pun) - clean up of legacy unused flags on windows, This is done and I expect to submit a review tonight or

Re: [OpenJDK 2D-Dev] RFR: 8039444: Swing applications not being displayed properly

2016-04-28 Thread Sergey Bylokhov
+1 On 29.04.16 0:13, Vadim Pakhnushev wrote: One thing I intend to do is make sure there is a way to force it on regardless. That will be a follow-up. I guess we also should unify -Dsun.java2d option? in some cases it will force the pipeline(like xrender) and in some not like d3d. -- Best

Re: [OpenJDK 2D-Dev] RFR: 8039444: Swing applications not being displayed properly

2016-04-28 Thread Vadim Pakhnushev
+1 Vadim On 28.04.2016 23:52, Phil Race wrote: Bug: https://bugs.openjdk.java.net/browse/JDK-8039444 Webrev: http://cr.openjdk.java.net/~prr/8039444/ This makes 9 consistent in black-listing all intel chipsets as we did in 8u40 :

[OpenJDK 2D-Dev] RFR: 8039444: Swing applications not being displayed properly

2016-04-28 Thread Phil Race
Bug: https://bugs.openjdk.java.net/browse/JDK-8039444 Webrev: http://cr.openjdk.java.net/~prr/8039444/ This makes 9 consistent in black-listing all intel chipsets as we did in 8u40 : http://mail.openjdk.java.net/pipermail/2d-dev/2014-November/004939.html Ideally we would not have to do that

Re: [OpenJDK 2D-Dev] Fix for JDK-8074829 : Resolve disabled warnings for libawt_headless

2016-04-28 Thread Erik Joelsson
Then I'm happy, thanks! /Erik On 2016-04-28 14:44, Ajit Ghaisas wrote: Hi, I tried excluding files under directory : jdk/src/java.desktop/share/native/common/java2d/opengl from libawt_headless. It resulted in compilation errors - as the headers in this directory (and under

Re: [OpenJDK 2D-Dev] Fix for JDK-8074829 : Resolve disabled warnings for libawt_headless

2016-04-28 Thread Ajit Ghaisas
Hi, I tried excluding files under directory : jdk/src/java.desktop/share/native/common/java2d/opengl from libawt_headless. It resulted in compilation errors - as the headers in this directory (and under sub-directory J2D_GL) are used in other places. To Phil's question on -