summaryrefslogtreecommitdiff
path: root/src/mesa/sources
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-09-06 17:02:07 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-09-06 17:02:07 -0600
commit4c01d498fac14bba751dd87bff235efb5409dca9 (patch)
treebc2656380fdb2a4b7fff7e7a44623896d1f76b20 /src/mesa/sources
parentf2f168d0f8a1427e07133eceae290fa2e845f95f (diff)
Move guts of glRasterPos down into T&L module.
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 ae0797ae24..437af0f57b 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 \