Re: [OpenJDK 2D-Dev] Fwd: JDK bug 8078516

2016-08-01 Thread Torgeir Veimo
en bug. > > -- Kevin > > > Torgeir Veimo wrote: > > I'm fairly sure it's the correct bug id, although I don't have access to > view it myself. > > Bug 8078526 is about supporting (without artifacts) subpixel rendering to > transparent surfaces. > > B

[OpenJDK 2D-Dev] Fwd: JDK bug 8078516

2016-08-01 Thread Torgeir Veimo
wrote: > Are you sure you have the right Bug ID? That bug (which is not publicly > visible), is closed as a duplicate of 8087201, which was fixed in JDK 9 and > 8u66 over a year ago. > > -- Kevin > > > > Torgeir Veimo wrote: > >> Is there any more work done on JDK bug 8078516? >> -- >> -Tor > > -- -Tor

[OpenJDK 2D-Dev] JDK bug 8078516

2016-08-01 Thread Torgeir Veimo
Is there any more work done on JDK bug 8078516? -- -Tor

[OpenJDK 2D-Dev] Fwd: [2D-Dev] Review Request: JDK-8015070: Antialiased text on translucent backgrounds gets bright artifacts

2016-03-18 Thread Torgeir Veimo
Hi, has this technique also been tested with the new subpixel antialiasing font rendering on OSX, that is currently disabled by default for translucent surfaces? http://cr.openjdk.java.net/~bae/8023794/9/webrev.10/ On 17 March 2016 at 20:00, Prahalad Kumar Narayanan < prahalad.kumar.naraya...@ora

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

2015-06-27 Thread Torgeir Veimo
ot exactly same AA glyphs in jdk8 and jdk9 as in Apple jdk. >> I have also verified that theses glyphs are exactly same as they are >> produced >> by the CoreText in our native code (i.e. we do not corrupt them in our >> rendering >> pipelines). >> >> So,

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

2015-06-27 Thread Torgeir Veimo
erified that theses glyphs are exactly same as they are > produced > by the CoreText in our native code (i.e. we do not corrupt them in our > rendering > pipelines). > > So, I do not expect any effect on AA glyphs here. > > Thanks, > Andrew. > > > 19/06/15 18:45, T

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

2015-06-18 Thread Torgeir Veimo
This patch dramatically speeds up subpixel font rendering on OSX in netbeans! It even makes netbeans usable on intel integrated graphics on retina screens! Excellent work! It also makes netbeans scrolling butter smooth when not using subpixel rendering. I saw one glitch when trying it out with in

Re: [OpenJDK 2D-Dev] [9] Review Request: JDK-8041900 [macosx] Java forces the use of discrete GPU

2015-05-27 Thread Torgeir Veimo
This is one of the bugs that prevent IDEA to switching to JDK7/8 for IntelliJ by default. The JDK is perceived by a lot of users as an ill-behaved application on OS X because it forces use of the discrete GPU, drastically reducing battery life. This patch didn't work for me either, on a 2014 15" r

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

2015-05-27 Thread Torgeir Veimo
I am still unable to get subpixel antialiasing to work for netbeans with this patch. Are there circumstances (eg. certain surface configuration or double buffering), where subpixel antialising will be disabled? On 27 May 2015 at 15:21, Torgeir Veimo wrote: > This looks extremely promis

[OpenJDK 2D-Dev] Fwd: [9] Review Request: JDK-8041900 [macosx] Java forces the use of discrete GPU

2015-05-27 Thread Torgeir Veimo
Same here, 2014 15" macbook pro. Running netbeans with openjdk from hg yesterday with this patch applied. On 28/05/2015, Sergey Bylokhov wrote: > Hi, Denis. > Can you describe the steps on how to test it. On my mac it still change > the vc. > > On 27.05.15 17:16, Denis Fokin wrote: >> Please revi

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

2015-05-26 Thread Torgeir Veimo
This looks extremely promising; https://bugzilla-attachments-216655.netbeans.org/bugzilla/attachment.cgi?id=153888 I'd say don't let perfect be the enemy of the good, please get this out into a jdk9 release and let the community provide more feedback. On 22 May 2015 at 00:23, Andrew Brygin wrote

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

2014-07-28 Thread Torgeir Veimo
Was this change incorporated into any jdk9 or jdk8u20 build? I can't seem to find any indication that it was. -- -Tor