From fb2af7c138f2138b065ec2da5070a9fc940af54f Mon Sep 17 00:00:00 2001 From: James Jones Date: Tue, 10 May 2011 15:55:09 -0700 Subject: [PATCH] Add support for fence sync objects -Add XML to define the fence sync objects and operations added in XSync version 3.1. -Bump sync module version to 3.1 Signed-off-by: James Jones Reviewed-by: Julien Cristau Signed-off-by: Julien Danjou --- src/sync.xml | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/src/sync.xml b/src/sync.xml index e309233..516d149 100644 --- a/src/sync.xml +++ b/src/sync.xml @@ -5,7 +5,7 @@ All Rights Reserved. See the file COPYING in this directory for licensing information. --> + major-version="3" minor-version="1"> xproto @@ -18,6 +18,8 @@ for licensing information. + + @@ -173,6 +175,37 @@ for licensing information. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.34.1