diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2006-03-07 03:01:26 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2006-03-07 03:01:26 +0000 |
commit | ca007cb4496ad511a974c52e4acd74f0eed40e9c (patch) | |
tree | ff72d4085217c956dd4486fe01214367a947db12 /src/mesa/main/context.c | |
parent | d75963d2581f139de9a7fcbe95e3fb6a38231fe8 (diff) |
just a comment for check_compatible()
Diffstat (limited to 'src/mesa/main/context.c')
-rw-r--r-- | src/mesa/main/context.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c index 05b8c57d11..94319ffcbe 100644 --- a/src/mesa/main/context.c +++ b/src/mesa/main/context.c @@ -1495,6 +1495,11 @@ _mesa_copy_context( const GLcontext *src, GLcontext *dst, GLuint mask ) /** * Check if the given context can render into the given framebuffer * by checking visual attributes. + * + * XXX this may go away someday because we're moving toward more freedom + * in binding contexts to drawables with different visual attributes. + * The GL_EXT_f_b_o extension is prompting some of that. + * * \return GL_TRUE if compatible, GL_FALSE otherwise. */ static GLboolean |