Index: [thread] [date] [subject] [author]
  From: Andreas Beck <becka@rz.uni-duesseldorf.de>
  To  : ggi-develop@eskimo.com
  Date: Wed, 25 Aug 1999 01:14:59 +0200

Re: GGIMesa/X target/SYNC problem

> 	If I set GGIFLAG_ASYNC in ggiglut.c, things work normally in a
> console but no flushes occur in X. 

This is expected behaviour ...

> If I turn it off everything works correctly, but I do not think that SYNC 
> mode in OpenGL is a very good idea |-<.  Is this due to the mansync helper?  Could it be helped by overloading
> ggiFlush in ggimesa.c?

Yes. If you are in ASNC mode, you have to flush manually. AFAIK OpenGL
has calls for flushing itself, so we should just hook into them ...

CU, Andy

-- 
= Andreas Beck                    |  Email :  <andreas.beck@ggi-project.org> =


Index: [thread] [date] [subject] [author]