diff options
author | Keith Packard <keithp@keithp.com> | 2013-06-04 17:34:23 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-06-04 17:34:23 -0700 |
commit | ac4071c916fb91ac125d9495d57e4d9656f14afb (patch) | |
tree | 7a51e55bc2441b4933356ace4cb2b285de131d03 | |
parent | c8eb5c651f39fcedb725c8868def75906a400b64 (diff) |
Clarify relationship with GLX
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | dri3proto.txt | 5 |
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 |