Mesa (master): Remove GL_EXT_cull_vertex

Ian Romanick idr at kemper.freedesktop.org
Mon Sep 27 22:31:42 UTC 2010


Module: Mesa
Branch: master
Commit: 02984e3536bf9a4f149916b45d727659c8dc9a7c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=02984e3536bf9a4f149916b45d727659c8dc9a7c

Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Sat Sep 18 16:41:44 2010 +0200

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.

---

 src/mesa/drivers/dri/i915/intel_render.c      |    1 -
 src/mesa/drivers/dri/intel/intel_extensions.c |    2 -
 src/mesa/drivers/windows/fx/fxopengl.def      |    2 -
 src/mesa/main/api_exec.c                      |    2 -
 src/mesa/main/clip.c                          |   43 -
 src/mesa/main/clip.h                          |    7 -
 src/mesa/main/enable.c                        |    7 -
 src/mesa/main/extensions.c                    |    1 -
 src/mesa/main/mtypes.h                        |    2 -
 src/mesa/main/remap_helper.h                  | 3439 ++++++++++++-------------
 src/mesa/sources.mak                          |    1 -
 src/mesa/tnl/t_pipeline.h                     |    1 -
 src/mesa/tnl/t_vb_cull.c                      |   96 -
 13 files changed, 1719 insertions(+), 1885 deletions(-)

Diff:   http://cgit.freedesktop.org/mesa/mesa/diff/?id=02984e3536bf9a4f149916b45d727659c8dc9a7c



More information about the mesa-commit mailing list