diff options
author | Keith Whitwell <[email protected]> | 2005-05-18 15:26:48 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2005-05-18 15:26:48 +0000 |
commit | 2b2bd08589099cb480b983835b01cc76a766a3c4 (patch) | |
tree | f60f4e5dda9060ceeb6cd9bace28d73250db1921 /src/mesa/sources | |
parent | dc7fc173966e314f89502473044933a099c838ae (diff) |
Remove old t_vertex.c codegen infrastructure, tie in new code.
Currently disabled, can enable with MESA_EXPERIMENTAL=t.
Diffstat (limited to 'src/mesa/sources')
-rw-r--r-- | src/mesa/sources | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/sources b/src/mesa/sources index f2f3b6b642c..c3165594bc6 100644 --- a/src/mesa/sources +++ b/src/mesa/sources @@ -133,8 +133,8 @@ TNL_SOURCES = \ tnl/t_vb_points.c \ tnl/t_vp_build.c \ tnl/t_vertex.c \ - tnl/t_vertex_c.c \ - tnl/t_vertex_codegen.c \ + tnl/t_vertex_sse.c \ + tnl/t_vertex_generic.c \ tnl/t_vtx_api.c \ tnl/t_vtx_generic.c \ tnl/t_vtx_x86.c \ |