History log of /xsrc/external/mit/glu/dist/include/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
d85461d1 24-Aug-2021 mrg <mrg@NetBSD.org>

merge glu 9.0.2.

1f0123a5 26-May-2016 bouyer <bouyer@NetBSD.org>

Changing GLU_TESS_MAX_COORD to DBL_MAX causes internal constants derived
from GLU_TESS_MAX_COORD used in libtess to be +/-inf, leading to
logic errors. See
http://mail-index.netbsd.org/tech-x11/2016/05/25/msg001733.html
and
http://willkamp.com/opencpn/flyspray/index.php?do=details&task_id=2076
for details.
Change back GLU_TESS_MAX_COORD to its upstream value if it fits
in a double, or 1e15 if DBL_MAX_10_EXP is not large enough
(fix proposed by christos@)

b69beb7d 19-Dec-2014 christos <christos@NetBSD.org>

use DBL_MAX instead of 1.0e150...

f220fa62 16-Dec-2014 mrg <mrg@NetBSD.org>

initial import of glu-9.0.0