added a comment
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 13 Mar 2002 04:33:32 +0000 (04:33 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 13 Mar 2002 04:33:32 +0000 (04:33 +0000)
src/mesa/main/context.c

index 75e726e13141085d3768b248ca2456631004cd8e..18477f32771c924da8b9a0bc26073e56e2f3ed1e 100644 (file)
@@ -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)