Re: [OpenJDK 2D-Dev] [9] Review Request: 8061831 [OGL] "java.lang.InternalError: not implemented yet" during the blit of VI to VI in xor mode

2015-05-21 Thread Jim Graham
Please use the same indentation as the surrounding constructions: 62 OGLSurfaceToSwBlit blitSurfaceToIntArgbPre = NN new OGLSurfaceToSwBlit(SurfaceType.IntArgbPre, NNOGLSurfaceData.PF_INT_ARGB_PRE); I'm curious about bufferClip in the

Re: [OpenJDK 2D-Dev] [9] Review request for 8023794: [macosx] LCD Rendering hints seems not working without FRACTIONALMETRICS=ON

2015-05-21 Thread Andrew Brygin
Hello Phil, I have changed the default reverse gamma to 180: http://cr.openjdk.java.net/~bae/8023794/9/webrev.10/ I also did some experiments with the lcd contrast, and found that value 160 decreases the discrepancy a bit: 21 instead of 29 with the default lcd contrast value (140). Howeve

[OpenJDK 2D-Dev] [9] Review Request: 8061831 [OGL] "java.lang.InternalError: not implemented yet" during the blit of VI to VI in xor mode

2015-05-21 Thread Sergey Bylokhov
Hello. Please review the fix for jdk9. Our blits machinary in case of absent of direct/general blits will use the AnyBlit, which uses surface.getRaster method. This method is not implemented in OGL surfaces, so we must have some blit, which covers all possible combinations of source/destination