summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSooChan Lim <sc1.lim@samsung.com>2013-08-23 07:03:33 +0900
committerSooChan Lim <sc1.lim@samsung.com>2013-08-23 07:03:45 +0900
commit0ac4665e4869874f94154e0c5a653aa4f446199c (patch)
tree4f82c4fea455a56727c3f0281c26e097f620d542
parent9a4d6f82703f3ba715604227475796c6d884038c (diff)
downloadxcb-proto-accepted/tizen/ivi/stable.tar.gz
xcb-proto-accepted/tizen/ivi/stable.tar.bz2
xcb-proto-accepted/tizen/ivi/stable.zip
-rw-r--r--src/dri2.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/dri2.xml b/src/dri2.xml
index 508e4c1..1916d47 100644
--- a/src/dri2.xml
+++ b/src/dri2.xml
@@ -241,6 +241,19 @@ authorization from the authors.
<field type="CARD32" name="interval" />
</request>
+ <!-- Experimental protocol for TIZEN -->
+
+ <request name="SwapBuffersWithRegion" opcode="50">
+ <field type="DRAWABLE" name="drawable" />
+ <field type="CARD32" name="region" />
+ <pad bytes="20" />
+ <reply>
+ <pad bytes="1" />
+ <field type="CARD32" name="swap_hi" />
+ <field type="CARD32" name="swap_lo" />
+ </reply>
+ </request>
+
<!-- Version 1.4 -->
<request name="GetParam" opcode="13">