Adds support for binary sync objects.  Objects are set to
"triggered" using X commands that are executed relative to
X rendering commands.  Clients can wait for fence sync
objcts to reach the triggered state using XSync APIs or
using interop functionality in other APIs.  This allows
for efficient cross-API synchronization with X rendering
operations.

James Jones (4):
  Initial Fence Sync support
  Add XSyncQueryFence()
  Add protocol for XSyncAwaitFence()
  Add a Drawable argument to XSyncCreateFence()

 syncconst.h |    6 ++-
 syncproto.h |   96 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 100 insertions(+), 2 deletions(-)

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to