Re: [JAVA2D] Please try the new Direct3D 9-based Java2D pipeline in 6uN EA

2007-10-09 Thread Dmitri Trembovetski
Hi Martin, Thanks a lot for the detailed report. There are two issues here: - some images loaded with Toolkit.getImage() (at least, pngs) aren't accelerated - this had been addressed in jdk7 but not in 6uN. I'll file a bug on this one. - for some unaccelerated images

Re: [JAVA2D] Please try the new Direct3D 9-based Java2D pipeline in 6uN EA

2007-10-09 Thread Ken Warner
http://pancyl.com/debug.htm I've put some timing code in my applet. It may be useful to do a comparison between 1.5 and 1.6 with the D3D acceleration on your own machine. What you will see in the console window is -- PanCyl v0.3.2_D3DTest Interp Time = 841ms Paint Time(640, 360) = 50ms ---

Re: [JAVA2D] Please try the new Direct3D 9-based Java2D pipeline in 6uN EA

2007-10-09 Thread Dmitri Trembovetski
Hello, Just an update.. Dmitri Trembovetski wrote: Hi Martin, Thanks a lot for the detailed report. There are two issues here: - some images loaded with Toolkit.getImage() (at least, pngs) aren't accelerated - this had been addressed in jdk7 but not in 6uN. I'll