Module Name:xsrc
Committed By: christos
Date: Thu May 2 20:56:21 UTC 2019
Modified Files:
xsrc/external/mit/MesaLib/dist/src/util: u_atomic.c
Log Message:
fix for clang.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 xsrc/external/mit/MesaLib/dist/src/util/
Module Name:xsrc
Committed By: christos
Date: Mon Apr 15 20:32:44 UTC 2019
Modified Files:
xsrc/external/mit/MesaLib/dist/src/util: u_atomic.c
Log Message:
use long long and volatile consistently.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 xsrc/external/
Module Name:xsrc
Committed By: maya
Date: Sat Apr 6 10:00:13 UTC 2019
Modified Files:
xsrc/external/mit/MesaLib/dist/src/util: u_math.h
Log Message:
Use a name for the largest representable float
Actually intended to appease vax which has a floating point format
that doe
Module Name:xsrc
Committed By: mlelstv
Date: Sat Aug 15 13:20:54 UTC 2015
Modified Files:
xsrc/external/mit/MesaLib/dist/src/util: ralloc.c
Log Message:
Use __attribute__((__destructor__)), not atexit, in shared objects.
Recovered from our local changes to MesaLib7.
To