diff options
author | Brian <[email protected]> | 2007-09-06 17:02:07 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-09-06 17:02:07 -0600 |
commit | 4c01d498fac14bba751dd87bff235efb5409dca9 (patch) | |
tree | bc2656380fdb2a4b7fff7e7a44623896d1f76b20 /src/mesa/sources | |
parent | f2f168d0f8a1427e07133eceae290fa2e845f95f (diff) |
Move guts of glRasterPos down into T&L module.
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 ae0797ae241..437af0f57b0 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 \ |