OSDN Git Service

Remove GL_EXT_cull_vertex
authorIan Romanick <ian.d.romanick@intel.com>
Sat, 18 Sep 2010 14:41:44 +0000 (16:41 +0200)
committerIan Romanick <ian.d.romanick@intel.com>
Mon, 27 Sep 2010 22:23:14 +0000 (15:23 -0700)
commit02984e3536bf9a4f149916b45d727659c8dc9a7c
tree93446695962768698aef01c3306535b823c238c8
parent4b1f98241f9601c2b163bb41e45aa567f9cd61dd
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.
13 files changed:
src/mesa/drivers/dri/i915/intel_render.c
src/mesa/drivers/dri/intel/intel_extensions.c
src/mesa/drivers/windows/fx/fxopengl.def
src/mesa/main/api_exec.c
src/mesa/main/clip.c
src/mesa/main/clip.h
src/mesa/main/enable.c
src/mesa/main/extensions.c
src/mesa/main/mtypes.h
src/mesa/main/remap_helper.h
src/mesa/sources.mak
src/mesa/tnl/t_pipeline.h
src/mesa/tnl/t_vb_cull.c [deleted file]