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 maybe tomorrow.
  Then once that noise is removed :
- a way to force d3d at your own risk
- an examination of how all the pipeline options for each platform and 
default interact

 and provide comprehensible documentation.

The last one is the one you are getting at I think

-phil.


On 4/28/16, 2:22 PM, Sergey Bylokhov wrote:

+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.




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 regards, Sergey.


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 :


http://mail.openjdk.java.net/pipermail/2d-dev/2014-November/004939.html

Ideally we would not have to do that but we have not made any solid
progress in being to 'white list' any.

One thing I intend to do is make sure there is a way to force it on 
regardless.

That will be a follow-up.

-phil.






[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 but we have not made any solid
progress in being to 'white list' any.

One thing I intend to do is make sure there is a way to force it on 
regardless.

That will be a follow-up.

-phil.