diff options
author | Brian Paul <[email protected]> | 2002-06-16 01:10:41 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2002-06-16 01:10:41 +0000 |
commit | 8816c70a6116d790da856d8d18228d4013e7b8d6 (patch) | |
tree | 34c22145c300584a09f1a66b2cfb800472ca914e /src/mesa/main/context.c | |
parent | d66ca10c53babe3d78b8b7e8a32a947566be3448 (diff) |
added a comment
Diffstat (limited to 'src/mesa/main/context.c')
-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 daf4eb69b36..6fc70b545a9 100644 --- a/src/mesa/main/context.c +++ b/src/mesa/main/context.c @@ -1,4 +1,4 @@ -/* $Id: context.c,v 1.168 2002/06/15 03:03:07 brianp Exp $ */ +/* $Id: context.c,v 1.169 2002/06/16 01:10:41 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -2137,6 +2137,7 @@ _mesa_make_current2( GLcontext *newCtx, GLframebuffer *drawBuffer, /* _mesa_update_state( newCtx ); */ } + /* This is only for T&L - a bit out of place, or misnamed (BP) */ if (newCtx->Driver.MakeCurrent) newCtx->Driver.MakeCurrent( newCtx, drawBuffer, readBuffer ); |