diff options
author | Keith Whitwell <[email protected]> | 2004-03-29 11:05:02 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2004-03-29 11:05:02 +0000 |
commit | c8100a02d28c8a424f69723778abebd950914bc6 (patch) | |
tree | 65257db12171856ef0407402020afc61d1e0e201 /src/mesa/sources | |
parent | 638ea113b962bfba322033ffc4658335a10cb865 (diff) |
First round of codegen for t_vtx_api.c -- ie the Begin/Vertex/End code.
Enable with env var: MESA_CODEGEN=t.
Diffstat (limited to 'src/mesa/sources')
-rw-r--r-- | src/mesa/sources | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesa/sources b/src/mesa/sources index aeb8559fa25..21727aa5740 100644 --- a/src/mesa/sources +++ b/src/mesa/sources @@ -132,6 +132,8 @@ TNL_SOURCES = \ tnl/t_vb_vertex.c \ tnl/t_vertex.c \ tnl/t_vtx_api.c \ + tnl/t_vtx_generic.c \ + tnl/t_vtx_x86.c \ tnl/t_vtx_eval.c \ tnl/t_vtx_exec.c @@ -159,7 +161,8 @@ X86_SOURCES = \ x86/sse_xform2.S \ x86/sse_xform3.S \ x86/sse_xform4.S \ - x86/sse_normal.S + x86/sse_normal.S \ + tnl/t_vtx_x86_gcc.S SPARC_SOURCES = \ sparc/clip.S \ |