present: Add Present extension
authorKeith Packard <keithp@keithp.com>
Thu, 11 Jul 2013 23:11:57 +0000 (16:11 -0700)
committerKeith Packard <keithp@keithp.com>
Thu, 31 Oct 2013 23:59:18 +0000 (16:59 -0700)
commit5c5c1b77982a9af7279a90bc3c2be48adaa9c778
tree98dbaa447cea20b00708347d6805ba5da43cdc7e
parent563138298868f62501875d3016f03469dcffaad0
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>
18 files changed:
Makefile.am
configure.ac
hw/dmx/dmxextension.c
include/dix-config.h.in
include/extinit.h
include/xorg-server.h.in
mi/miinitext.c
present/Makefile.am [new file with mode: 0644]
present/present.c [new file with mode: 0644]
present/present.h [new file with mode: 0644]
present/present_event.c [new file with mode: 0644]
present/present_fake.c [new file with mode: 0644]
present/present_fence.c [new file with mode: 0644]
present/present_notify.c [new file with mode: 0644]
present/present_priv.h [new file with mode: 0644]
present/present_request.c [new file with mode: 0644]
present/present_screen.c [new file with mode: 0644]
present/presentext.h [new file with mode: 0644]