projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9708e4
)
added a comment
author
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 13 Mar 2002 04:33:32 +0000
(
04:33
+0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 13 Mar 2002 04:33:32 +0000
(
04:33
+0000)
src/mesa/main/context.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/context.c
b/src/mesa/main/context.c
index 75e726e13141085d3768b248ca2456631004cd8e..18477f32771c924da8b9a0bc26073e56e2f3ed1e 100644
(file)
--- a/
src/mesa/main/context.c
+++ b/
src/mesa/main/context.c
@@
-1,4
+1,4
@@
-/* $Id: context.c,v 1.15
4 2002/02/05 23:21:45
brianp Exp $ */
+/* $Id: context.c,v 1.15
5 2002/03/13 04:33:32
brianp Exp $ */
/*
* Mesa 3-D graphics library
@@
-1965,6
+1965,7
@@
_mesa_get_current_context( void )
/*
* This should be called by device drivers just before they do a
* swapbuffers. Any pending rendering commands will be executed.
+ * XXX we should really rename this function to _mesa_flush() or something.
*/
void
_mesa_swapbuffers(GLcontext *ctx)