[JAVA2D] Performance downgraded in applets

2008-03-02 Thread java2d
Today I've downloaded and tested the JDK 6 update N b12 (the online installer). First of all, congratulation, all the bugs I've found in the previous released have been fixed (c.f. a href=http://forums.java.net/jive/thread.jspa?threadID=35905tstart=0;here/a). Even Nimbus is working now. The

[JAVA2D] Detecting which java2d operations are accelerated

2008-03-02 Thread java2d
How do I detect when a feature such as bi-linear interpolation can be accelerated by java2d? This is for video rendering - when the opengl or direct3d pipelines are being used, I want the video component to be able to automagically figure out it can smooth the video scaling using bi-linear

Re: [JAVA2D] Detecting which java2d operations are accelerated

2008-03-02 Thread Dmitri Trembovetski
Unfortunately there's no way to tell for sure if a particular operation is accelerated. There's an RFE for providing an api for discovering capabilities, but it won't be implemented until java 7. Thanks, Dmitri [EMAIL PROTECTED] wrote: How do I detect when a feature such as