projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee22ed2
)
Missed one with the last commit.
author
Ian Romanick
<idr@us.ibm.com>
Mon, 12 Apr 2004 22:41:47 +0000
(22:41 +0000)
committer
Ian Romanick
<idr@us.ibm.com>
Mon, 12 Apr 2004 22:41:47 +0000
(22:41 +0000)
src/mesa/tnl/t_vtx_api.c
patch
|
blob
|
history
diff --git
a/src/mesa/tnl/t_vtx_api.c
b/src/mesa/tnl/t_vtx_api.c
index
926b277
..
0e28c73
100644
(file)
--- a/
src/mesa/tnl/t_vtx_api.c
+++ b/
src/mesa/tnl/t_vtx_api.c
@@
-904,7
+904,9
@@
void _tnl_vtx_init( GLcontext *ctx )
tnl->vtx.gen.Attribute[i] = no_codegen;
}
+#ifdef USE_X86_ASM
_tnl_InitX86Codegen( &tnl->vtx.gen );
+#endif
_tnl_current_init( ctx );
_tnl_exec_vtxfmt_init( ctx );