summaryrefslogtreecommitdiff
path: root/src/mesa/sources
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2008-09-20 06:43:24 -0700
committerKeith Whitwell <keith@tungstengraphics.com>2008-09-21 09:44:30 -0700
commit6b146214dc16b441376d8dcaba21bcc4256a2402 (patch)
tree65d37d028408c537f1742491ff02dfe6b55ad947 /src/mesa/sources
parent7ce597508e7400e962c8fdb2d255f9887cb9c710 (diff)
mesa: move rastpos helper to tnl
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 80e6e7c5a6..c5f717447e 100644
--- a/src/mesa/sources
+++ b/src/mesa/sources
@@ -118,6 +118,7 @@ TNL_SOURCES = \
tnl/t_context.c \
tnl/t_pipeline.c \
tnl/t_draw.c \
+ tnl/t_rasterpos.c \
tnl/t_vb_program.c \
tnl/t_vb_render.c \
tnl/t_vb_texgen.c \