Re: [Mesa-dev] [PATCH] mesa: remove stray bits of GL_EXT_cull_vertex

2014-02-04 Thread Eric Anholt
Brian Paul writes: > GL_EXT_cull_vertex was removed back in 2010 in commit 02984e3536 > but these bits still lingered. Reviewed-by: Eric Anholt pgpQggYJFrIcn.pgp Description: PGP signature ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org htt

[Mesa-dev] [PATCH] mesa: remove stray bits of GL_EXT_cull_vertex

2014-02-04 Thread Brian Paul
GL_EXT_cull_vertex was removed back in 2010 in commit 02984e3536 but these bits still lingered. --- src/mesa/main/matrix.c | 13 + src/mesa/main/mtypes.h |3 --- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/src/mesa/main/matrix.c b/src/mesa/main/matrix.c index b