present: Add Present extension

Provides both a software implementation using timers and driver hooks
to base everything on vblank intervals.

Signed-off-by: Keith Packard <keithp@keithp.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
Keith Packard
2013-07-11 16:11:57 -07:00
parent 5631382988
commit 5c5c1b7798
18 changed files with 2432 additions and 6 deletions

View File

@@ -181,4 +181,9 @@ extern void XvMCExtensionInit(void);
extern void dri3_extension_init(void);
#endif
#if defined(PRESENT)
#include <X11/extensions/presentproto.h>
#include "presentext.h"
#endif
#endif