summaryrefslogtreecommitdiff
path: root/XcbNotes.mdwn
diff options
context:
space:
mode:
authorJamey <Jamey@web>2009-12-08 00:21:01 -0800
committerXCB site <xcb@freedesktop.org>2009-12-08 00:21:01 -0800
commit739706ffa5e6130403a7a96c8fb9b0f4108530e2 (patch)
tree0f52b6d70bcf2bb19ae10f3c0b7fc14ab5468b04 /XcbNotes.mdwn
parent065fe12df0b33a1546078311791d2482a8fcffb8 (diff)
fixed link to history
Diffstat (limited to 'XcbNotes.mdwn')
-rw-r--r--XcbNotes.mdwn3
1 files changed, 2 insertions, 1 deletions
diff --git a/XcbNotes.mdwn b/XcbNotes.mdwn
index 24e514e..fd9d1f8 100644
--- a/XcbNotes.mdwn
+++ b/XcbNotes.mdwn
@@ -20,7 +20,8 @@ Hope this helps. Comment welcome.
### Double Buffering
-Double buffering on X is kind of a mess. Here's documentation on the [[Multi-Buffering|buffer.pdf]] and [[XDBE|dbe.pdf]] extensions in case someone wants to write a protocol description for XCB. Note: Multibuffer is deprecated in favour of DBE. It also seems that DBE is deprecated. See [this](http://lists.freedesktop.org/archives/xcb/2006-August/001854.html) thread.
+Double buffering on X is kind of a mess. Here's documentation on the [[Multi-Buffering|buffer.pdf]] and [[XDBE|dbe.pdf]] extensions in case someone wants to write a protocol description for XCB. Note: Multibuffer is deprecated in favour of DBE. It also seems that DBE is deprecated. See [this](http://lists.freedesktop.org/archives/xcb/2006-August/001854.html) [essay](http://www.rushessay.com)
+ thread.
A conversation with keithp indicates that his current thinking is that the right way to do double buffering is via an explicit copy from a separate pixmap. This is portable to absolutely everywhere, and requires no magic. Probably there will soon be a convention for the compositing manager to handle the double buffering on systems where one is running, since it needs to buffer anyhow. But this would be in the future.