diff options
author | Gareth Hughes <[email protected]> | 2001-03-11 23:49:20 +0000 |
---|---|---|
committer | Gareth Hughes <[email protected]> | 2001-03-11 23:49:20 +0000 |
commit | de6a2e0d194d1afa1a917cff7e80d77773b73c39 (patch) | |
tree | a8930ec6cd7d048be260866c4977b4d608d0f0e6 /src/mesa/main/context.c | |
parent | d8aa0269cdadba1608522287bcb3b446c5848c09 (diff) |
Clean up install, restore for exec vtxfmts.
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 cfd0fcb9270..f27535d9146 100644 --- a/src/mesa/main/context.c +++ b/src/mesa/main/context.c @@ -1,4 +1,4 @@ -/* $Id: context.c,v 1.126 2001/03/11 18:49:11 gareth Exp $ */ +/* $Id: context.c,v 1.127 2001/03/11 23:49:20 gareth Exp $ */ /* * Mesa 3-D graphics library @@ -1436,6 +1436,7 @@ _mesa_initialize_context( GLcontext *ctx, ctx->SavePrefersFloat = GL_FALSE; /* Neutral tnl module stuff */ + _mesa_init_exec_vtxfmt( ctx ); ctx->TnlModule.Current = NULL; ctx->TnlModule.SwapCount = 0; |