From b118dfbf91dcec6d82dfddc3f41031e23ea3c039 Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Sat, 24 May 2014 17:25:55 -0700 Subject: dri2proto: Fix fields in SwapBuffers Fix errors in SwapBuffers: - The section in "8. Extension Requests" was missing the target_msc, divisor and remainder fields - The section in "A.2 Protocol Requests" had two entries for SwapBuffers, both incorrect [ajax: fixed commit message formatting] Reviewed-by: Eric Anholt --- dri2proto.txt | 30 ++++++------------------------ 1 file changed, 6 insertions(+), 24 deletions(-) diff --git a/dri2proto.txt b/dri2proto.txt index 9921301..d81b55c 100644 --- a/dri2proto.txt +++ b/dri2proto.txt @@ -327,8 +327,11 @@ The name of this extension is "DRI2". ┌─── DRI2SwapBuffers drawable: DRAWABLE - ▶ - count: two CARD32s + target_msc: two CARD32s + divisor: two CARD32s + remainder: two CARD32s + ▶ + swap: two CARD32s └─── Errors: Window @@ -744,27 +747,6 @@ A.2 Protocol Requests 5n LISTofDRI2BUFFER buffers └─── -┌─── - DRI2SwapBuffers - 1 CARD8 major opcode - 1 8 DRI2 opcode - 2 8 length - 4 DRAWABLE drawable - ▶ - 1 1 Reply - 1 unused - 2 CARD16 sequence number - 4 0 reply length - 4 CARD32 buffer count - 4 CARD32 unused - 4 CARD32 unused - 4 CARD32 unused - 4 CARD32 unused - 4 CARD32 unused - 4 CARD32 unused - 5n LISTofDRI2BUFFER buffers -└─── - ┌─── DRI2SwapBuffers 1 CARD8 major opcode @@ -784,7 +766,7 @@ A.2 Protocol Requests 4 0 reply length 4 CARD32 swap_hi 4 CARD32 swap_lo - 5n LISTofDRI2BUFFER buffers + 20 unused └─── ┌─── -- cgit v1.2.1