Re: [Mesa-dev] [PATCH 1/2] mesa: remove unused _math_trans_4chan()

2015-02-16 Thread Matt Turner
Looks to be dead since: commit 588225770c60834dfd2a95850435cc549167dc05 Author: Keith Whitwell Date: Mon Jan 5 15:24:53 2004 + Beef up t_vertex.c: - cope with input vectors with size less than that of the emitted attribute. - cope with vertices with 'holes' in

[Mesa-dev] [PATCH 1/2] mesa: remove unused _math_trans_4chan()

2015-02-16 Thread Brian Paul
--- src/mesa/math/m_translate.c | 21 - src/mesa/math/m_translate.h | 10 -- 2 files changed, 31 deletions(-) diff --git a/src/mesa/math/m_translate.c b/src/mesa/math/m_translate.c index 0b8c858..3a8ca74 100644 --- a/src/mesa/math/m_translate.c +++ b/src/mesa/math/m_tr