Re: [OpenJDK 2D-Dev] Turn on Xrender by default in JDK 8

2011-08-16 Thread Mario Torre
This sounds like a good idea. And if my memory is correct, some of them find their way though native code, so we should probably normalize those values as well for native code after they first got detected, so a common functions would be a nice thing to have. Cheers, Mario 2011/8/16 Jim Graham

Re: [OpenJDK 2D-Dev] Turn on Xrender by default in JDK 8

2011-08-12 Thread Phil Race
Yes, False is a no-op. You need false .. I did almost add False support, but I was thinking of it for printing a message that the pipeline is disabled, however so far as I could see, no pipeline prints anything for False, even if it understands it, which may only have been the case on Windows,

[OpenJDK 2D-Dev] Turn on Xrender by default in JDK 8

2011-08-10 Thread Phil Race
Clemens, I think we should turn on Xrender by default in these early days in JDK 8 http://cr.openjdk.java.net/~prr/7077423/ The change itself is simple .. any concerns ? -phil.

Re: [OpenJDK 2D-Dev] Turn on Xrender by default in JDK 8

2011-08-10 Thread Mario Torre
Il giorno mer, 10/08/2011 alle 12.03 -0700, Phil Race ha scritto: Clemens, I think we should turn on Xrender by default in these early days in JDK 8 http://cr.openjdk.java.net/~prr/7077423/ The change itself is simple .. any concerns ? -phil. Cool patch! I think the only problems may

Re: [OpenJDK 2D-Dev] Turn on Xrender by default in JDK 8

2011-08-10 Thread Clemens Eisserer
Hi Phil, I think we should turn on Xrender by default in these early days in JDK 8 http://cr.openjdk.java.net/~prr/7077423/ I feared that day would come ... great :) I know of two more-than-minor bugs, however I haven't had the time to file reports: - Problems with SRC + alpha values when

Re: [OpenJDK 2D-Dev] Turn on Xrender by default in JDK 8

2011-08-10 Thread Phil Race
I think we will learn more by turning it on now, rather than after waiting to fix these problems at some future date. The users who hit those issues can turn off xrender, but at least we'll know who is hitting what. Then we can re-assess. I would appreciate it if you could file bugs on those