Re: ggi + mesa + doublebuffer

2000-04-21 Thread Niklas Höglund
On Thu, Apr 20, 2000 at 09:02:58PM -0400, Stefan Seefeld wrote: [EMAIL PROTECTED] wrote: I can't figure out how to use db to prevent flickering. I create a visual with 2 frames, associate a ggimesa context to it. I want to render openGL and then use ggiPuts on the visual. We had

Re: ggi + mesa + doublebuffer

2000-04-21 Thread Dirk Lattermann
On Fri, Apr 21, 2000 at 03:26:38PM +0200, Niklas Höglund wrote: for(;;) { draw(); static bool first=true; glFlush(); glFinish(); ggiFlush(vis); ggiSetOrigin(vis, first ? 0 : wid,0); reshape(first ? wid : 0,0,wid,hei); glClear(GL_DEPTH_BUFFER_BIT);

Re: ggi + mesa + doublebuffer

2000-04-21 Thread soyt
Quoting Niklas Höglund [EMAIL PROTECTED]: It'd be nice if it was possible to set what part of a visual and which frame a ggimesa context draws on. I just browsed through ggimesa source. please correct me if I'm wrong. Mesa first gets a linear fb lfb[0] from ggi_visual (ggiDBGetBuffer()) and

Best Supported card

2000-04-21 Thread Bryan Patrick Coleman
I am suddenly in the market for a new video card. Correspondingly I will be able to pursue my devlopment using ggi. Since I am concerned primaly with what works and what works well (with ggi) I was wondering what card would be recomended as being well supported. I want to do everything from fb

Re: MPEG in GGI?

2000-04-21 Thread Rodolphe Ortalo
On Tue, 18 Apr 2000, Stefan Seefeld wrote: Well, from a practical point of view, how would I manage multiple input queues ? Given a list of visuals (as you seem to suggest) acting as window, I'd be forced into one thread per visual if I want to listen for events. I had such a problem with

Some questions on LibXMI

2000-04-21 Thread Rodolphe Ortalo
Is it possible to have several miPaintedSet per ggi_visual_t ? If yes, why (ie: what can be done with this feature) ? Why are there 2 declarations of miDrawArcs in xmi.h ? (POSSIBLE BUG: one of them should be reentrant and tagged _r no?) Are any special interactions to take care of between