Index: [thread] [date] [subject] [author]
  From: Marcus Sundberg <mackan@stacken.kth.se>
  To  : ggi-develop@eskimo.com
  Date: Tue, 24 Aug 1999 23:43:17 +0000

Re: GGIMesa/X target/SYNC problem

Jon M. Taylor wrote:
> 
>         If I set GGIFLAG_ASYNC in ggiglut.c, things work normally in a
> console but no flushes occur in X.  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?

Huh? If the display doesn't get updated in ASYNC mode it's beacause you
don't call ggiFlush(). Sounds like a broken application to me.
ASYNC mode and mansync have nothing to do with eachother.

//Marcus
-- 
-------------------------------+------------------------------------
        Marcus Sundberg        | http://www.stacken.kth.se/~mackan/
 Royal Institute of Technology |       Phone: +46 707 295404
       Stockholm, Sweden       |   E-Mail: mackan@stacken.kth.se


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