Re: [JAVA2D] FullScreen, BufferStrategy, Vertical Blanking

2006-01-30 Thread Chet Haase
)-0587-705153 Fax.(+39)-0587-705153 WEB: http://www.classx.it From: Dmitri Trembovetski [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 26, 2006 10:17 PM Subject: Re: [JAVA2D] FullScreen

Re: [JAVA2D] FullScreen, BufferStrategy, Vertical Blanking

2006-01-30 Thread Michele Puccini
PM Subject: Re: [JAVA2D] FullScreen, BufferStrategy, Vertical Blanking Note that you may be able to get away with vsync'ing without JAWT; vsync is done on a per-device basis and does not need a handle to the window. The main reason you'd need to know the window would be to determine the correct

Re: [JAVA2D] FullScreen, BufferStrategy, Vertical Blanking

2006-01-30 Thread Chet Haase
-- - Original Message - From: Chet Haase [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, January 30, 2006 3:37 PM Subject: Re: [JAVA2D] FullScreen, BufferStrategy, Vertical Blanking Note that you may be able to get away with vsync'ing without JAWT; vsync is done on a per-device basis

Re: [JAVA2D] FullScreen, BufferStrategy, Vertical Blanking

2006-01-29 Thread Dmitri Trembovetski
From: Dmitri Trembovetski [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 26, 2006 10:17 PM Subject: Re: [JAVA2D] FullScreen, BufferStrategy, Vertical Blanking Hi Michele, sorry

Re: [JAVA2D] FullScreen, BufferStrategy, Vertical Blanking

2006-01-26 Thread Dmitri Trembovetski
From: Dmitri Trembovetski [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 18, 2006 5:52 PM Subject: Re: [JAVA2D] FullScreen, BufferStrategy, Vertical Blanking I realize that. What I'm saying is that since a Vsynched windowed buffer strategy would

Re: [JAVA2D] FullScreen, BufferStrategy, Vertical Blanking

2006-01-23 Thread Michele Puccini
- Original Message - From: Dmitri Trembovetski [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 18, 2006 5:52 PM Subject: Re: [JAVA2D] FullScreen, BufferStrategy, Vertical Blanking I realize that. What I'm saying

Re: [JAVA2D] FullScreen, BufferStrategy, Vertical Blanking

2006-01-18 Thread Michele Puccini
Hi Dmitri, As long as you're there and you'll implementing this anyway, why not try to implement it for the jdk? You can join the mustang development community: http://mustang.dev.java.net It'd take a while to setup the build environment, but I can point you to the right blogs and

Re: [JAVA2D] FullScreen, BufferStrategy, Vertical Blanking

2006-01-18 Thread Dmitri Trembovetski
Hi Michele, On Wed, Jan 18, 2006 at 11:29:38AM +0100, Michele Puccini wrote: RFE: It would be nice to have a .show(boolean VSynch) in java2d. The main problem is the CPU load: the caller waits until it gets the vsynch. The implementation could setup an event and be signalled when

Re: [JAVA2D] FullScreen, BufferStrategy, Vertical Blanking

2006-01-17 Thread Dmitri Trembovetski
Hi Mik, On Mon, Jan 16, 2006 at 09:46:23AM +0100, Michele Puccini wrote: Hello everybody, I've done some experiments with both FullScreen exclusive mode and BufferStrategy and I have some questions (win32): 1) Imagine a dual monitor application, the main monitor for the GUI and the