Re: [OpenJDK 2D-Dev] RFR: Fix for 8027541: Fully transparent jframe becomes black.

2013-11-17 Thread Andrew Brygin
Hello Phil, the change looks fine to me. Thanks, Andrew On 11/9/2013 2:29 AM, Phil Race wrote: http://cr.openjdk.java.net/~prr/8027541/ In the case where there is an alpha color on the window, the X11 pipeline looks at the color model of the GraphicsConfiguration and upgrades the surface to

Re: [OpenJDK 2D-Dev] RFR: Fix for 8027541: Fully transparent jframe becomes black.

2013-11-12 Thread Clemens Eisserer
Hi Phil, http://cr.openjdk.java.net/~prr/8027541/ In the case where there is an alpha color on the window, the X11 pipeline looks at the color model of the GraphicsConfiguration and upgrades the surface to one with alpha. This makes the Xrender pipeline do the same. SQE test failure, so no

[OpenJDK 2D-Dev] RFR: Fix for 8027541: Fully transparent jframe becomes black.

2013-11-08 Thread Phil Race
http://cr.openjdk.java.net/~prr/8027541/ In the case where there is an alpha color on the window, the X11 pipeline looks at the color model of the GraphicsConfiguration and upgrades the surface to one with alpha. This makes the Xrender pipeline do the same. SQE test failure, so no regression