Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | c99_math: Don't reimplement lrint and friends on MSVC 2013. | Jose Fonseca | 2015-03-25 | 1 | -1/+2 |
* | include: Ensure float.h is included for DBL_MAX. | Jose Fonseca | 2015-03-22 | 1 | -0/+1 |
* | mesa: move fpclassify work-arounds into c99_math.h | Brian Paul | 2015-03-12 | 1 | -0/+44 |
* | mesa: move FLT_MAX_EXP to c99_math.h | Brian Paul | 2015-02-28 | 1 | -0/+4 |
* | c99_math.h: add defines for M_PI, M_E, M_LOG2E | Brian Paul | 2015-02-27 | 1 | -0/+13 |
* | c99: in c99_math.h check that _USE_MATH_DEFINES is defined with MSVC | Brian Paul | 2015-02-26 | 1 | -0/+5 |
* | include,auxiliary: Remove support for MSVC older then 2008. | Jose Fonseca | 2015-02-26 | 1 | -71/+0 |
* | mesa: move signbit() macro to c99_math.h | Brian Paul | 2015-02-24 | 1 | -0/+8 |
* | mesa: replace LOGF, EXPF with logf, expf | Brian Paul | 2015-02-24 | 1 | -0/+10 |
* | mesa: replace FREXPF, LDEXPF with frexpf, ldexpf | Brian Paul | 2015-02-24 | 1 | -0/+11 |
* | mesa: move math-related function into new c99_math.h file | Brian Paul | 2015-02-23 | 1 | -0/+184 |