Index: [thread] [date] [subject] [author]
  From: Marcus Sundberg <mackan@stacken.kth.se>
  To  : ggi-develop@eskimo.com
  Date: Fri, 18 Sep 1998 02:04:49 +0000

Re: Glide-target now works again

Jon M. Taylor wrote:
> How about using:
> 
>         grRenderBuffer(GR_BUFFER_FRONTBUFFER);
>         grDrawPoint();
> 
> instead?

Ok, I've fixed the glide target so that it supports a "frames"
entry of one or two when setting modes. The pageflip demo now
works fine on glide, and the performance is even better now.

Are there any objections against adding a "int smoothflip" parameter
to ggiSetDisplayFrame()? If smoothflip is true libggi will wait
until the next vertical blanking before doing the switch on target
that's support this. On other targets the flag will have no effect.

//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]