From f078e7fe0685573268f8d2cf5a473ff2d2344d1d Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 13 May 2013 16:35:04 -0700 Subject: Rename Connect as Open, make it work. Add SHM SyncFences Signed-off-by: Keith Packard --- dri3proto.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'dri3proto.txt') diff --git a/dri3proto.txt b/dri3proto.txt index b633d3c..bc3d0bf 100644 --- a/dri3proto.txt +++ b/dri3proto.txt @@ -89,6 +89,7 @@ The name of this extension is "DRI3" (third time is the charm?). driverType: DRI3DRIVER provider: PROVIDER ▶ + nfd: CARD8 driver: STRING device: FD └─── @@ -145,6 +146,21 @@ The name of this extension is "DRI3" (third time is the charm?). with a file descriptor referencing the underlying direct rendering object. +┌─── + DRI3GetSyncFenceFd + fence: FENCE + window: WINDOW + ▶ + nfd: CARD8 + fd: FD +└─── + Errors: Fence, Match + + Pass back a shared memory segment associated with a sync fence + object. Pass this fd to the XShmFence library to map and + manipulate the fence. + + ❄ ❄ ❄ ❄ ❄ ❄ ❄ 9. Extension Events -- cgit v1.2.1