Re: [JAVA2D] Area.isRectangular() behaves differently on Area's that are equal. A bug?

2008-01-16 Thread java2d
Thank you Jim. [Message sent by forum member 'pietblok' (pietblok)] http://forums.java.net/jive/thread.jspa?messageID=254148 === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message signoff

[JAVA2D] 6uN-b10: 2D Performance regression -or- problems enabling D3D pipeline

2008-01-16 Thread java2d
Hi, I'm having performance problems using the latest build of Java 6uN. It seems there are problems recognizing my graphics card or initializing the D3D pipeline. I have the same piece of code executing under JDK 6u1 and JDK 6uNb10. This code is an active rendering loop. Under 6u1, I get ~200

Re: [JAVA2D] 6uN-b10: 2D Performance regression -or- problems enabling D3D pipeline

2008-01-16 Thread Dmitri Trembovetski
Hi, thank you for your report. There's some kind of problem with the initialization of the new Direct3D pipeline (and it tries over and over) according to the log. I take it that it continues to spill the same output over and over when the application is running, right? [I]

Re: [JAVA2D] 6uN-b10: 2D Performance regression -or- problems enabling D3D pipeline

2008-01-16 Thread java2d
Hi, Hi! thank you for your report. There's some kind of problem with the initialization of the new Direct3D pipeline (and it tries over and over) according to the log. I take it that it continues to spill the same output over and over when the application is running,