summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-06-04 16:49:39 -0700
committerKeith Packard <keithp@keithp.com>2013-06-04 16:49:39 -0700
commit1694dc2781e6979de1654592bc72ef1782e485ec (patch)
tree762b0bd016ff636911496a7204eda5f97a3aa620
parentbf7c7d373e326276dc59554fb2e3a60c384c4270 (diff)
downloadxorg-proto-dri3proto-1694dc2781e6979de1654592bc72ef1782e485ec.tar.gz
Rename Swap to Present
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--dri3proto.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/dri3proto.txt b/dri3proto.txt
index 2c1c8b3..c9a7676 100644
--- a/dri3proto.txt
+++ b/dri3proto.txt
@@ -9,7 +9,7 @@
1. Introduction
The DRI3 extension provides mechanisms to translate between direct
-rendered buffers and X pixmaps. When combined with the Swap extension,
+rendered buffers and X pixmaps. When combined with the Present extension,
a complete direct rendering solution for OpenGL is provided.
The direct rendered buffers are passed across the protocol via
@@ -273,9 +273,9 @@ naturally some interactions with other extensions.
GLX has no direct relation with DRI3, but a direct rendering OpenGL
application will presumably use both, and target
-11.2 Swap
+11.2 Present
-The Swap extension provides a way to synchronize the display of pixmap
+The Present extension provides a way to synchronize the display of pixmap
contents to the screen. When used in conjunction with DRI3, they
provide a complete direct rendering solution for OpenGL or other APIs.
@@ -285,7 +285,7 @@ DRI3 provides similar functionality to the DRI2Connect and
DRI2GetBuffersWithFormat requests, however DRI3 uses file descriptors
to refer to the direct rendering device and buffers.
-Swap and DRI3 are designed in conjunction to replace DRI2
+Present and DRI3 are designed in conjunction to replace DRI2
11.2 XvMC / Xv
@@ -440,6 +440,6 @@ A.3 Protocol Events
A.4 Protocol Errors
-The Swap extension defines no errors.
+The DRI3 extension defines no errors.
❄ ❄ ❄ ❄ ❄ ❄ ❄