Re: [OpenJDK 2D-Dev] [9] Review Request: 8061832 J2DBench can be improved

2014-11-25 Thread Phil Race
Approved -phil. On 11/7/2014 12:50 AM, Sergey Bylokhov wrote: Hi, Phil. The new version of the fix: http://cr.openjdk.java.net/~serb/8061832/webrev.03 On 06.11.2014 21:48, Phil Race wrote: Am I right in understanding that the huge 4000x4000 option is disabled by default ? I think disabling by

Re: [OpenJDK 2D-Dev] [9] Review Request: 8059944 [OGL] Metrics for a method choice copying of texture should be improved

2014-11-25 Thread Phil Race
Approved. -phil. On 11/24/2014 10:00 AM, Sergey Bylokhov wrote: Hello. Please review the fix for jdk 9. This fix initially was sent as a fix for JDK-8029253 [1], but was postponed because another issue became a bottleneck [2] Description: We have two codepaths to draw a raster to the opengl

Re: [OpenJDK 2D-Dev] How to draw HiDPI image resources as BufferedImage?

2014-11-25 Thread Alexander Scherbatiy
Hi Tobias, The public API that allows to do that is discussed on the following thread: JDK-8029339 Custom MultiResolution image support on HiDPI displays http://mail.openjdk.java.net/pipermail/awt-dev/2014-August/008371.html Thanks, Alexandr. On 11/25/2014 12:32 PM, Tobias Bley