From: Mikko Rasa Date: Sat, 4 May 2019 20:16:58 +0000 (+0300) Subject: Simplify the vertex splitting algorithm X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=3b14c996f1249a3e8660a699bb9e16815344bdf2;hp=3b14c996f1249a3e8660a699bb9e16815344bdf2;p=libs%2Fgl.git Simplify the vertex splitting algorithm It now uses single-pass loops instead of temporary lists where feasible. ---