Re: [cp-patches] FYI: VolatileImage backbuffer for Swing

2006-06-10 Thread Sven de Marothy
On Sat, 2006-06-10 at 10:11 +0200, Roman Kennke wrote: > Hi again, > > Am Samstag, den 10.06.2006, 10:02 +0200 schrieb Roman Kennke: > > This enables the use of VolatileImages as backbuffer for Swing. This > > effectively solves the performance problems brought by the Java2D > > rewrite. > > Well

Re: [cp-patches] FYI: VolatileImage backbuffer for Swing

2006-06-10 Thread Roman Kennke
Hi again, Am Samstag, den 10.06.2006, 10:02 +0200 schrieb Roman Kennke: > This enables the use of VolatileImages as backbuffer for Swing. This > effectively solves the performance problems brought by the Java2D > rewrite. Well, actually this seemed to be wishful thinking. Comparison in the FillRe

[cp-patches] FYI: VolatileImage backbuffer for Swing

2006-06-10 Thread Roman Kennke
This enables the use of VolatileImages as backbuffer for Swing. This effectively solves the performance problems brought by the Java2D rewrite. 2006-06-10 Roman Kennke <[EMAIL PROTECTED]> * javax/swing/RepaintManager.java (getVolatileOffscreenBuffer): Store the created buffer.