From 2b2bd08589099cb480b983835b01cc76a766a3c4 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Wed, 18 May 2005 15:26:48 +0000 Subject: Remove old t_vertex.c codegen infrastructure, tie in new code. Currently disabled, can enable with MESA_EXPERIMENTAL=t. --- src/mesa/sources | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mesa/sources') 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 \ -- cgit v1.2.3