diff options
author | Brian Paul <[email protected]> | 2002-03-13 04:33:32 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2002-03-13 04:33:32 +0000 |
commit | 9a888bdc2a40fd329cbc68de1c465228a5c3887c (patch) | |
tree | 5649355e65b04caa084013bc3cd1e537c9f9b71b /src/mesa/main | |
parent | f9708e45ac819a0c589e14ea81e635fbbc8033f8 (diff) |
added a comment
Diffstat (limited to 'src/mesa/main')
-rw-r--r-- | src/mesa/main/context.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c index 75e726e1314..18477f32771 100644 --- a/src/mesa/main/context.c +++ b/src/mesa/main/context.c @@ -1,4 +1,4 @@ -/* $Id: context.c,v 1.154 2002/02/05 23:21:45 brianp Exp $ */ +/* $Id: context.c,v 1.155 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) |