From d40b6e0297ee54919f654b905853d389ff766de1 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Fri, 7 Jun 2013 09:48:55 -0700 Subject: Re-word the caution about pixmap image formats non linearity Suggested by Arthur Huillet Signed-off-by: Keith Packard --- dri3proto.txt | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/dri3proto.txt b/dri3proto.txt index 0c5f7d8..3489a5c 100644 --- a/dri3proto.txt +++ b/dri3proto.txt @@ -26,6 +26,7 @@ Eric Anholt Dave Airlie Kristian Høgsberg James Jones +Arthur Huillet ❄ ❄ ❄ ❄ ❄ ❄ ❄ @@ -141,9 +142,9 @@ The name of this extension is "DRI3" 'size' specifies the total size of the buffer bytes. 'width', 'height' describe the geometry (in pixels) of the underlying buffer. 'stride' specifies the number of bytes per scanline in - the buffer. The pixels within the buffer may not be arranged - in a simple linear fashion, but 'size' will be at least - 'height' * 'stride'. + the buffer. The pixels within the buffer are not required to + be arranged in a simple linear fashion, but 'size' will be at + least 'height' * 'stride'. Precisely how any additional information about the buffer is shared is outside the scope of this extension. @@ -174,9 +175,9 @@ The name of this extension is "DRI3" 'size' specifies the total size of the buffer bytes. 'width', 'height' describe the geometry (in pixels) of the underlying buffer. 'stride' specifies the number of bytes per scanline in - the buffer. The pixels within the buffer may not be arranged - in a simple linear fashion, but 'size' will be at least - 'height' * 'stride'. + the buffer. The pixels within the buffer are not required to + be arranged in a simple linear fashion, but 'size' will be at + least 'height' * 'stride'. Precisely how any additional information about the buffer is shared is outside the scope of this extension. @@ -419,7 +420,7 @@ A.2 Protocol Requests A.3 Protocol Events ┌─── - RRScreenChangeNotify + DRI3ConfigureNotify 1 35 XGE 1 CARD8 DRI3 extension opcode 2 CARD16 sequence number -- cgit v1.2.1