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

Re: Application calling DRI2SwapBuffers twice without updating buffers

2010-09-13 Thread Jesse Barnes
On Mon, 13 Sep 2010 11:57:51 +0300 Pauli Nieminen ext-pauli.niemi...@nokia.com wrote: 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();