30296a3307
If we have the GLX_SGI_video_sync extension then it's possible to always keep track for the video sync counter each time we call glXSwapBuffers or do a sub stage blit. This then allows us to avoid waiting before issuing a blit if we can see that the counter has already progressed. Also since we expect that glXCopySubBuffer is synchronized to the vblank we don't need to use glFinish () in conjunction with the vblank wait since the vblank wait's only purpose is to add a delay. |
||
---|---|---|
.. | ||
clutter-backend-glx.c | ||
clutter-backend-glx.h | ||
clutter-event-glx.c | ||
clutter-event-glx.h | ||
clutter-glx-texture-pixmap.c | ||
clutter-glx-texture-pixmap.h | ||
clutter-glx.h | ||
clutter-stage-glx.c | ||
clutter-stage-glx.h | ||
Makefile.am |