summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vtx_api.h
diff options
context:
space:
mode:
authorDaniel Borca <dborca@users.sourceforge.net>2004-04-01 06:53:22 +0000
committerDaniel Borca <dborca@users.sourceforge.net>2004-04-01 06:53:22 +0000
commite5c7f44009cdc9817d7026fda2a3fadbba0e65df (patch)
tree23f761dfec9d2d2d0bc73d28395970afa19cd753 /src/mesa/tnl/t_vtx_api.h
parent13822537a7b0149034edee1b43ac51fd62dcb977 (diff)
codegen'ed versions of the 2nd level dispatch
Diffstat (limited to 'src/mesa/tnl/t_vtx_api.h')
-rw-r--r--src/mesa/tnl/t_vtx_api.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/tnl/t_vtx_api.h b/src/mesa/tnl/t_vtx_api.h
index 85cc33f071..46700fcd0a 100644
--- a/src/mesa/tnl/t_vtx_api.h
+++ b/src/mesa/tnl/t_vtx_api.h
@@ -78,6 +78,8 @@ extern void _tnl_generic_attr_table_init( attrfv_func (*tab)[4] );
*/
extern void _tnl_InitX86Codegen( struct _tnl_dynfn_generators *gen );
+extern void _tnl_x86_exec_vtxfmt_init( GLcontext *ctx );
+