[OpenJDK 2D-Dev] hg: jdk8/2d/jdk: 8001119: [fingbugs] Evaluate necessity to make some arrays package protected

2013-09-30 Thread andrew . brygin
Changeset: 6ef33b4553a4 Author:vadim Date: 2013-09-30 12:50 +0400 URL: http://hg.openjdk.java.net/jdk8/2d/jdk/rev/6ef33b4553a4 8001119: [fingbugs] Evaluate necessity to make some arrays package protected Reviewed-by: prr, bae +

Re: [OpenJDK 2D-Dev] request for review: JDK-8007386 On physical machine (video card is Intel Q45)the case of text is blank.

2013-09-30 Thread Phil Race
This looks good to me. I am running it through our build system just to be sure but I don't anticipate any problems. 2nd reviewer ? -phil. On 9/28/2013 3:26 PM, Clemens Eisserer wrote: Hi Phil, Shouldn't most of this be inside an ifdef _linux_ ? Solaris (currently) even MacOS will compile

[OpenJDK 2D-Dev] Handling of premultication in the D3D OGL pipelines

2013-09-30 Thread Clemens Eisserer
Hi, I am currently testing compatibility of the xrender pipeline with different composition operations, and I noticed for AlphaComposite.SRC the D3D and OGL pipelines store pre-multiplied colors in surfaces without an alpha-channel. For example the following code results in a black rectangle,