diff options
author | Adam Jackson <[email protected]> | 2011-04-29 15:40:38 -0400 |
---|---|---|
committer | Adam Jackson <[email protected]> | 2011-05-24 16:44:33 -0400 |
commit | a3aecd190b7c411d399350f83ee663f8744e94ac (patch) | |
tree | 82cb82590937f3ed675a0b908163614695d00443 /src/glx/glx_pbuffer.c | |
parent | 5a6897ff0b62c6ec3ec49663a7e6a00550194bb9 (diff) |
glx: Remove some misleading comments
These functions have already been modified for direct rendering.
Signed-off-by: Adam Jackson <[email protected]>
Diffstat (limited to 'src/glx/glx_pbuffer.c')
-rw-r--r-- | src/glx/glx_pbuffer.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/glx/glx_pbuffer.c b/src/glx/glx_pbuffer.c index ec54f1e09d6..ad05d95ccb7 100644 --- a/src/glx/glx_pbuffer.c +++ b/src/glx/glx_pbuffer.c @@ -77,9 +77,6 @@ warn_GLX_1_3(Display * dpy, const char *function_name) * \note * This function dynamically determines whether to use the SGIX_pbuffer * version of the protocol or the GLX 1.3 version of the protocol. - * - * \todo - * This function needs to be modified to work with direct-rendering drivers. */ static void ChangeDrawableAttribute(Display * dpy, GLXDrawable drawable, @@ -265,9 +262,6 @@ DestroyDRIDrawable(Display *dpy, GLXDrawable drawable, int destroy_xdrawable) * The number of attributes returned is likely to be small, probably less than * 10. Given that, this routine should try to use an array on the stack to * capture the reply rather than always calling Xmalloc. - * - * \todo - * This function needs to be modified to work with direct-rendering drivers. */ static int GetDrawableAttribute(Display * dpy, GLXDrawable drawable, @@ -372,9 +366,6 @@ GetDrawableAttribute(Display * dpy, GLXDrawable drawable, /** * Create a non-pbuffer GLX drawable. - * - * \todo - * This function needs to be modified to work with direct-rendering drivers. */ static GLXDrawable CreateDrawable(Display *dpy, struct glx_config *config, @@ -462,9 +453,6 @@ DestroyDrawable(Display * dpy, GLXDrawable drawable, CARD32 glxCode) * \note * This function dynamically determines whether to use the SGIX_pbuffer * version of the protocol or the GLX 1.3 version of the protocol. - * - * \todo - * This function needs to be modified to work with direct-rendering drivers. */ static GLXDrawable CreatePbuffer(Display * dpy, struct glx_config *config, |