DRI2: add OML_sync_control support
authorJesse Barnes <jbarnes@virtuousgeek.org>
Wed, 16 Sep 2009 06:23:09 +0000 (23:23 -0700)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Fri, 8 Jan 2010 17:31:10 +0000 (12:31 -0500)
commitdaf7fe69f7bd0caa955d30b43fc35b7ce0069b6b
tree8238c08b7c0f0b0af4230d0d5030169ffddb46db
parenta35f6bb207efe3c959bbd16a37f2049e5aceeea9
DRI2: add OML_sync_control support

Add OML_sync_control support, along with a simple program for testing
it.  This means adding support for the DRI2GetMSC, DRI2WaitMSC and
DRI2WaitSBC requests.

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
12 files changed:
progs/xdemos/.gitignore
progs/xdemos/Makefile
progs/xdemos/msctest.c [new file with mode: 0644]
src/glx/x11/dri2.c
src/glx/x11/dri2.h
src/glx/x11/dri2_glx.c
src/glx/x11/dri_common.c
src/glx/x11/dri_common.h
src/glx/x11/dri_glx.c
src/glx/x11/drisw_glx.c
src/glx/x11/glxclient.h
src/glx/x11/glxcmds.c