Re: [OpenJDK 2D-Dev] Review Request for bug (JDK-8080287): The image of BufferedImage.TYPE_INT_ARGB and BufferedImage.TYPE_INT_ARGB_PRE is blank

2015-06-23 Thread prasanta sadhukhan
Hi Jim,All I have modified the code following your comments. Please find the modified webrev: http://cr.openjdk.java.net/~psadhukhan/8080287/webrev.02/ Could you please review this? Regards Prasanta On 6/23/2015 2:03 AM, Jim Graham wrote: In reading through this I notice that at line 349 the f

Re: [OpenJDK 2D-Dev] [9] request for review: 8087201: OGL: rendering of lcd text is slow

2015-06-23 Thread Phil Race
Hi Andrew, Overall the fix looks good. A few questions. 1. Regarding translucent surfaces, do you know when Swing has a translucent backbuffer and when it does not ? It has been noted that we now have LCD text in some cases in SS2 but apparently still not in NB .. 2. Where are we likely to find

Re: [OpenJDK 2D-Dev] RFR: JDK-8076468 Add @modules to tests in jdk_desktop test group

2015-06-23 Thread Alan Bateman
On 22/06/2015 16:44, Alexander Kulyakhtin wrote: Hi, Could you, please, review the test-only changes for the JDK-8076468 CR: JDK-8076468 "Add @modules to the tests in jdk_desktop test group" Webrev: http://cr.openjdk.java.net/~akulyakh/8076468/webrev.05/ @modules keywords have been added to th