diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2005-01-07 18:35:28 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2005-01-07 18:35:28 +0000 |
commit | f1481aa2d7fe24dfe03e3c54305e4ed8111aae9f (patch) | |
tree | 494012cfa39577dc75590a203db2bc205c2c93d3 /src | |
parent | f0e4f5e5567a91e362cdefce4bca0103ae9d56b4 (diff) |
Add t_vb_cull.c (Bernard Blackham)
Diffstat (limited to 'src')
-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 b3301b218c..bb514292a5 100644 --- a/src/mesa/sources +++ b/src/mesa/sources @@ -116,6 +116,7 @@ TNL_SOURCES = \ tnl/t_save_api.c \ tnl/t_save_loopback.c \ tnl/t_save_playback.c \ + tnl/t_vb_cull.c \ tnl/t_vb_fog.c \ tnl/t_vb_light.c \ tnl/t_vb_normals.c \ |