From 00c15f92c1f294d762f2052f1d775c393ebd2432 Mon Sep 17 00:00:00 2001 From: Jesse Barnes Date: Mon, 8 Jun 2009 16:12:50 -0700 Subject: Update protocol description for swapbuffers --- dri2proto.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dri2proto.txt b/dri2proto.txt index bad9567..1bad3b9 100644 --- a/dri2proto.txt +++ b/dri2proto.txt @@ -304,10 +304,10 @@ The name of this extension is "DRI2". Schedule a swap of the front and back buffers with the display server. - In reply, the display server is expected to provide new front - and back buffers to the client following this request. The - display server should process this request asynchronously - if possible, to prevent the client from blocking. + This request has no reply. The server is expected to either perform + a buffer exchange or queue one before returning. The client should + invalidate its render buffers after sending this request, causing + a subsequent GetBuffers request to get updated buffer info. ┌─── DRI2GetBuffersWithFormat -- cgit v1.2.1