From 009aa3ef5ea6bc13c903d6f902b7039adef8fc74 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Wed, 30 Jun 2004 11:48:21 +0000 Subject: Add infrastructure for t_vertex.c codegen. Add an example driver for this which spits out C code for the generated functions. --- src/mesa/sources | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mesa/sources') diff --git a/src/mesa/sources b/src/mesa/sources index 9ee404f10e..9845dc033b 100644 --- a/src/mesa/sources +++ b/src/mesa/sources @@ -125,6 +125,8 @@ TNL_SOURCES = \ tnl/t_vb_texmat.c \ tnl/t_vb_vertex.c \ tnl/t_vertex.c \ + tnl/t_vertex_c.c \ + tnl/t_vertex_codegen.c \ tnl/t_vtx_api.c \ tnl/t_vtx_generic.c \ tnl/t_vtx_x86.c \ -- cgit v1.2.3