diff options
author | Ian Romanick <ian.d.romanick@intel.com> | 2009-10-01 10:39:19 -0700 |
---|---|---|
committer | Ian Romanick <ian.d.romanick@intel.com> | 2009-10-01 23:13:40 -0700 |
commit | 4c6bfa2c09ae2b0cffdf9211a6dfbcaefe0366b5 (patch) | |
tree | f6e73408541d675d96ed8fd4a192d5fd4ef73af9 /glx/glxdri2.c | |
parent | 45f447dafded5adfe11b7df3325c2d8f6ae0639b (diff) |
GLX: More clearly document the GLX protocol version handling
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Acked-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'glx/glxdri2.c')
-rw-r--r-- | glx/glxdri2.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/glx/glxdri2.c b/glx/glxdri2.c index 82568e696..ed7dc80ba 100644 --- a/glx/glxdri2.c +++ b/glx/glxdri2.c @@ -685,10 +685,8 @@ __glXDRIscreenProbe(ScreenPtr pScreen) screen->base.GLXextensions); } - /* We know that the X server supports the protocol for at least GLX 1.4. - * When a new version of GLX is created, we'll have to revisit this. We're - * also going to assume (perhaps incorrectly?) that all DRI2-enabled - * drivers support the required extension for GLX 1.3. The extensions + /* We're going to assume (perhaps incorrectly?) that all DRI2-enabled + * drivers support the required extensions for GLX 1.4. The extensions * we're assuming are: * * - GLX_SGI_make_current_read (1.3) |