[PATCH] Make the ordering restrictions of DRI2InvalidateBuffers explicit.

Francisco Jerez currojerez at riseup.net
Tue Feb 23 08:29:17 PST 2010


Signed-off-by: Francisco Jerez <currojerez at riseup.net>
---
 dri2proto.txt |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/dri2proto.txt b/dri2proto.txt
index f74792e..64786ec 100644
--- a/dri2proto.txt
+++ b/dri2proto.txt
@@ -475,6 +475,12 @@ The name of this extension is "DRI2".
 	about this condition, until the client takes care of bringing
 	them back up-to-date with another GetBuffers request.
 
+	If this event is triggered by a change in the geometry of a
+	window, the server guarantees that it will be generated before
+	any corresponding ConfigureNotify events are sent to the
+	client. If it's triggered by a DRI2SwapBuffers request, it
+	will be generated before the SwapBuffers reply.
+
 			     âš™ âš™ âš™  âš™ âš™ âš™
 
 10. Extension Versioning
-- 
1.6.4.4



More information about the xorg-devel mailing list