diff options
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 \ |