Re: [OpenJDK 2D-Dev] RFR: 8044551, 8044396: Fix raw and unchecked lint warnings in platform-specific sun.awt and sun.java2d

2014-06-11 Thread Henry Jen
Thanks Joe and Phil for reviewing. Cheers, Henry On 06/10/2014 08:45 PM, Phil Race wrote: Ditto -phil. On 6/5/14 7:34 PM, Joe Darcy wrote: Hi Henry, From a quick look, the changes seem fine. Thanks, -Joe On 06/05/2014 04:51 PM, Henry Jen wrote: Hi, Please review a follow-up to clean up

Re: [OpenJDK 2D-Dev] [9] Review Request: 8029253 [macosx] Performance problems with Retina display on Mac OS X

2014-06-11 Thread Sergey Bylokhov
On 11.06.2014 17:35, Andrew Brygin wrote: Hi Sergey, could you please clarify why you have eliminated OGLC_VENDOR_SUN? We have only two bits to store the vendor information, since SUN is not used I replace it by INTEL. Thanks, Andrew On 6/11/2014 5:01 PM, Sergey Bylokhov wrote: Hello. Plea

Re: [OpenJDK 2D-Dev] [9] Review Request: 8029253 [macosx] Performance problems with Retina display on Mac OS X

2014-06-11 Thread Andrew Brygin
Hi Sergey, could you please clarify why you have eliminated OGLC_VENDOR_SUN? Thanks, Andrew On 6/11/2014 5:01 PM, Sergey Bylokhov wrote: Hello. Please review the fix for jdk 9, which is also targeted for jdk 8u20. Description: We have two codepaths to draw a raster to the opengl: - via glDra

[OpenJDK 2D-Dev] [9] Review Request: 8029253 [macosx] Performance problems with Retina display on Mac OS X

2014-06-11 Thread Sergey Bylokhov
Hello. Please review the fix for jdk 9, which is also targeted for jdk 8u20. Description: We have two codepaths to draw a raster to the opengl: - via glDrawPixels - via intermediate texture. We empirically checked, what way is better, based on benchmarks. Became obvious that on intel devices th