Re: [OpenJDK 2D-Dev] Fix suggestion: Black boxes arround glyphs with SrcIn and Src/SrcIn+EA [OGL, D3D]

2013-10-09 Thread Jim Graham
If this is just the text pipeline, then I'm guessing that CLEAR and SRC_IN are rarely used anyway... ...jim On 10/5/13 8:38 AM, Clemens Eisserer wrote: Hi Jim, You should be able to use the same code as SRC for CLEAR, but you are rejecting that operation. And, if the

Re: [OpenJDK 2D-Dev] Fix suggestion: Black boxes arround glyphs with SrcIn and Src/SrcIn+EA [OGL, D3D]

2013-10-05 Thread Clemens Eisserer
Hi Jim, You should be able to use the same code as SRC for CLEAR, but you are rejecting that operation. And, if the destination is opaque then SRC_IN is identical to SRC, but you are rejecting that as well. Perhaps the lower layers are ignoring ISCOPY and seeing the SRC_IN or CLEAR and

[OpenJDK 2D-Dev] Fix suggestion: Black boxes arround glyphs with SrcIn and Src/SrcIn+EA [OGL, D3D]

2013-10-03 Thread Clemens Eisserer
Hi, Please review my fix-suggestion for the problem described below available at: http://cr.openjdk.java.net/~ceisserer/fix11/webrev.03/ A testcase is available at: http://cr.openjdk.java.net/~ceisserer/fix11/TextCompTest.java Problem description: When rendering Text with AlphaComposite.SrcIn