Index: [thread] [date] [subject] [author]
  From: mentalg@geocities.com
  To  : ggi-develop@eskimo.com
  Date: Fri, 11 Sep 1998 14:39:18 -0400 (EDT)

Re: SYNC mode should go

On Fri, 11 Sep 1998, Marcus Sundberg wrote:

> ggiFlush() will flush the accelqueue, and ggiLock() will make the
> hardware ready for direct framebuffer access, which implies flushing
> the accelqueue.

Okay, sounds like a reasonable model.  I should be able to get my existing
code together to implement it.

 recursive -> small performance hit
 non-recursive -> harder (but not impossible) to code without
                  deadlocks/races

-=MenTaLguY=-

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