summaryrefslogtreecommitdiff
path: root/src/mesa/sources.mak
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2010-09-18 16:41:44 +0200
committerIan Romanick <ian.d.romanick@intel.com>2010-09-27 15:23:14 -0700
commit02984e3536bf9a4f149916b45d727659c8dc9a7c (patch)
tree93446695962768698aef01c3306535b823c238c8 /src/mesa/sources.mak
parent4b1f98241f9601c2b163bb41e45aa567f9cd61dd (diff)
Remove GL_EXT_cull_vertex
This is only used in the i915 driver where it provides little benefit for very few applications that use it with fixed function TNL.
Diffstat (limited to 'src/mesa/sources.mak')
-rw-r--r--src/mesa/sources.mak1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/sources.mak b/src/mesa/sources.mak
index b35d09335d..6f6598db82 100644
--- a/src/mesa/sources.mak
+++ b/src/mesa/sources.mak
@@ -154,7 +154,6 @@ TNL_SOURCES = \
tnl/t_vb_texgen.c \
tnl/t_vb_texmat.c \
tnl/t_vb_vertex.c \
- tnl/t_vb_cull.c \
tnl/t_vb_fog.c \
tnl/t_vb_light.c \
tnl/t_vb_normals.c \