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/tnl | |
parent | d8aa0269cdadba1608522287bcb3b446c5848c09 (diff) |
Clean up install, restore for exec vtxfmts.
Diffstat (limited to 'src/mesa/tnl')
-rw-r--r-- | src/mesa/tnl/t_context.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/tnl/t_context.c b/src/mesa/tnl/t_context.c index 7e359bfd20f..c533e8a7f46 100644 --- a/src/mesa/tnl/t_context.c +++ b/src/mesa/tnl/t_context.c @@ -1,4 +1,4 @@ -/* $Id: t_context.c,v 1.13 2001/03/11 18:49:11 gareth Exp $ */ +/* $Id: t_context.c,v 1.14 2001/03/11 23:49:20 gareth Exp $ */ /* * Mesa 3-D graphics library @@ -174,7 +174,7 @@ _tnl_wakeup_exec( GLcontext *ctx ) /* Hook our functions into exec and compile dispatch tables. */ - _mesa_restore_exec_vtxfmt( ctx, &tnl->vtxfmt ); + _mesa_install_exec_vtxfmt( ctx, &tnl->vtxfmt ); /* Call all appropriate driver callbacks to revive state. */ |