summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-06-04 17:34:23 -0700
committerKeith Packard <keithp@keithp.com>2013-06-04 17:34:23 -0700
commitac4071c916fb91ac125d9495d57e4d9656f14afb (patch)
tree7a51e55bc2441b4933356ace4cb2b285de131d03
parentc8eb5c651f39fcedb725c8868def75906a400b64 (diff)
downloadxorg-proto-dri3proto-ac4071c916fb91ac125d9495d57e4d9656f14afb.tar.gz
Clarify relationship with GLX
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--dri3proto.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/dri3proto.txt b/dri3proto.txt
index 236dab1..0c5f7d8 100644
--- a/dri3proto.txt
+++ b/dri3proto.txt
@@ -270,8 +270,9 @@ naturally some interactions with other extensions.
11.1 GLX
-GLX has no direct relation with DRI3, but a direct rendering OpenGL
-application will presumably use both, and target
+GLX is both an application interface and an X extension. OpenGL
+applications using the GLX API will use the GLX extension, DRI3 and
+Present when doing direct rendering.
11.2 Present