projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d66ca10
)
added a comment
author
Brian Paul
<brian.paul@tungstengraphics.com>
Sun, 16 Jun 2002 01:10:41 +0000
(
01:10
+0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Sun, 16 Jun 2002 01:10:41 +0000
(
01:10
+0000)
src/mesa/main/context.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/context.c
b/src/mesa/main/context.c
index daf4eb69b36ad92280e636c4be2f292e7e3dad44..6fc70b545a9786c8e313987cd6382971c537397c 100644
(file)
--- a/
src/mesa/main/context.c
+++ b/
src/mesa/main/context.c
@@
-1,4
+1,4
@@
-/* $Id: context.c,v 1.16
8 2002/06/15 03:03:07
brianp Exp $ */
+/* $Id: context.c,v 1.16
9 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 );