Re: [Mesa-dev] [GLU Tesselator] abort current tesselation

2012-05-22 Thread Lukas Rössler
On 22.05.12 15:40, Brian Paul wrote: On 05/22/2012 01:26 AM, Lukas Rössler wrote: Hi everybody! I'm currently working with the GLU tesselator and I need the ability to abort a tesselation process at any state, as fast as possible (so calling gluTessEndPolygon is not an option). Additiona

[Mesa-dev] [GLU Tesselator] abort current tesselation

2012-05-22 Thread Lukas Rössler
Hi everybody! I'm currently working with the GLU tesselator and I need the ability to abort a tesselation process at any state, as fast as possible (so calling gluTessEndPolygon is not an option). Additionally i would like to be able to re-use the GLUtesselator object afterwards. Is the foll

[Mesa-dev] [PATCH] Removed two Clang Warnings in GLU

2012-05-21 Thread Lukas Rössler
Hi, i hope this is the right place to send a small patch to. This patch removes two Clang warnings in GLU: The first one seems to be an actual bug in mapdesc.cc: Clang complains that sizeof(dest) will return the size of REAL*[MAXCOORDS], instead of the intended REAL[MAXCOORDS][MAXCOORDS]. The