How are GLX Visuals Created???

2011-05-24 Thread Pauli Nieminen
On Sun, May 22, 2011 at 6:15 PM, Dee Sharpe wrote: > Hello all, > > I'm not sure that this is really the appropriate place to pose this > question; but, I was wondering how GLX Visuals are created internally. What > info does a video driver give that allows the XServer & also GLX to > configure a

Re: How are GLX Visuals Created???

2011-05-24 Thread Pauli Nieminen
On Sun, May 22, 2011 at 6:15 PM, Dee Sharpe demetrioussha...@netscape.net wrote: Hello all, I'm not sure that this is really the appropriate place to pose this question; but, I was wondering how GLX Visuals are created internally. What info does a video driver give that allows the XServer

Application calling DRI2SwapBuffers twice without updating buffers

2010-09-13 Thread Pauli Nieminen
Hi, It is possible for client to call DRI2SwapBuffers twice in row even tough client should update back buffer in between. Problem is exposed when application does stupid thing like: renderScene(); glXSwapBuffers(); /* Might be long delay between but no rendering */ glXSwapBuffers(); glx and

Application calling DRI2SwapBuffers twice without updating buffers

2010-09-13 Thread Pauli Nieminen
Hi, It is possible for client to call DRI2SwapBuffers twice in row even tough client should update back buffer in between. Problem is exposed when application does stupid thing like: renderScene(); glXSwapBuffers(); /* Might be long delay between but no rendering */ glXSwapBuffers(); glx and