dri2: support glXWaitGL & glXWaitX by copying fake front to front and

vice-versa.
This commit is contained in:
Alan Hourihane
2009-02-16 11:39:34 +00:00
parent ddb8d8945d
commit 2a8b8077d8
4 changed files with 67 additions and 11 deletions

View File

@@ -49,6 +49,8 @@ struct __GLXdrawable {
GLboolean (*swapBuffers)(__GLXdrawable *);
void (*copySubBuffer)(__GLXdrawable *drawable,
int x, int y, int w, int h);
void (*waitX)(__GLXdrawable *);
void (*waitGL)(__GLXdrawable *);
DrawablePtr pDraw;
XID drawId;