diff options
author | Ian Romanick <ian.d.romanick@intel.com> | 2010-09-18 16:41:44 +0200 |
---|---|---|
committer | Ian Romanick <ian.d.romanick@intel.com> | 2010-09-27 15:23:14 -0700 |
commit | 02984e3536bf9a4f149916b45d727659c8dc9a7c (patch) | |
tree | 93446695962768698aef01c3306535b823c238c8 /src/mesa/drivers/windows | |
parent | 4b1f98241f9601c2b163bb41e45aa567f9cd61dd (diff) | |
download | external_mesa3d-02984e3536bf9a4f149916b45d727659c8dc9a7c.zip external_mesa3d-02984e3536bf9a4f149916b45d727659c8dc9a7c.tar.gz external_mesa3d-02984e3536bf9a4f149916b45d727659c8dc9a7c.tar.bz2 |
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/drivers/windows')
-rw-r--r-- | src/mesa/drivers/windows/fx/fxopengl.def | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/windows/fx/fxopengl.def b/src/mesa/drivers/windows/fx/fxopengl.def index d65b763..bc615e9 100644 --- a/src/mesa/drivers/windows/fx/fxopengl.def +++ b/src/mesa/drivers/windows/fx/fxopengl.def @@ -135,8 +135,6 @@ EXPORTS glCopyTexSubImage3D glCopyTexSubImage3DEXT glCullFace - glCullParameterdvEXT - glCullParameterfvEXT glDeleteBuffersARB glDeleteFencesNV glDeleteLists |