diff options
author | Daniel Borca <[email protected]> | 2004-04-01 06:53:22 +0000 |
---|---|---|
committer | Daniel Borca <[email protected]> | 2004-04-01 06:53:22 +0000 |
commit | e5c7f44009cdc9817d7026fda2a3fadbba0e65df (patch) | |
tree | 23f761dfec9d2d2d0bc73d28395970afa19cd753 /src/mesa/tnl/t_vtx_api.h | |
parent | 13822537a7b0149034edee1b43ac51fd62dcb977 (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.h | 2 |
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 85cc33f0718..46700fcd0ae 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 ); + |