diff options
author | Keith Whitwell <[email protected]> | 2004-01-05 10:06:49 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2004-01-05 10:06:49 +0000 |
commit | ce81fe69da00f86464a109243d6e109b71335329 (patch) | |
tree | 65caf2dc9c78c0af40826e3611c4ea837bc9ea56 /src/mesa/sources | |
parent | 790734045b69c47b1525fbf9106a7ca5a8eb7416 (diff) |
Add t_vertex.c
Diffstat (limited to 'src/mesa/sources')
-rw-r--r-- | src/mesa/sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/sources b/src/mesa/sources index c05bffedbd7..f7bbf48d8a8 100644 --- a/src/mesa/sources +++ b/src/mesa/sources @@ -130,6 +130,7 @@ TNL_SOURCES = \ tnl/t_vb_texgen.c \ tnl/t_vb_texmat.c \ tnl/t_vb_vertex.c \ + tnl/t_vertex.c \ tnl/t_vtx_api.c \ tnl/t_vtx_eval.c \ tnl/t_vtx_exec.c |