summaryrefslogtreecommitdiff
path: root/src/mesa/sources
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2004-01-05 10:06:49 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2004-01-05 10:06:49 +0000
commitce81fe69da00f86464a109243d6e109b71335329 (patch)
tree65caf2dc9c78c0af40826e3611c4ea837bc9ea56 /src/mesa/sources
parent790734045b69c47b1525fbf9106a7ca5a8eb7416 (diff)
Add t_vertex.c
Diffstat (limited to 'src/mesa/sources')
-rw-r--r--src/mesa/sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/sources b/src/mesa/sources
index c05bffedbd..f7bbf48d8a 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