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
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
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 egl
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 egl