[Xcb-commit] XcbNotes.mdwn

XCB site xcb at freedesktop.org
Tue Dec 8 00:21:02 PST 2009


 XcbNotes.mdwn |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 739706ffa5e6130403a7a96c8fb9b0f4108530e2
Author: Jamey <Jamey at web>
Date:   Tue Dec 8 00:21:01 2009 -0800

    fixed link to history

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.
 


More information about the xcb-commit mailing list