diff options
author | Keith Whitwell <[email protected]> | 2004-06-30 11:48:21 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2004-06-30 11:48:21 +0000 |
commit | 009aa3ef5ea6bc13c903d6f902b7039adef8fc74 (patch) | |
tree | 5a5cf488e21fc1445732af4d86a0f8622c343023 /src/mesa/sources | |
parent | 8e77da1cd7d63af5e7ffcf7ea220cdaf1bdc8162 (diff) |
Add infrastructure for t_vertex.c codegen. Add an example driver
for this which spits out C code for the generated functions.
Diffstat (limited to 'src/mesa/sources')
-rw-r--r-- | src/mesa/sources | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/sources b/src/mesa/sources index 9ee404f10eb..9845dc033b5 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 \ |