projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d75963d
)
just a comment for check_compatible()
author
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 7 Mar 2006 03:01:26 +0000
(
03:01
+0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 7 Mar 2006 03:01:26 +0000
(
03:01
+0000)
src/mesa/main/context.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/context.c
b/src/mesa/main/context.c
index 05b8c57d11ccec0b67848874ba2e07ddf6efbd50..94319ffcbefc633c677b77c66ed305e76d335b70 100644
(file)
--- 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