main: Remove redundant copy of cube map block comment in GetTextureImage.
[mesa.git] / include / c99_math.h
2015-02-28 Brian Paulmesa: move FLT_MAX_EXP to c99_math.h
2015-02-27 Brian Paulc99_math.h: add defines for M_PI, M_E, M_LOG2E
2015-02-26 Brian Paulc99: in c99_math.h check that _USE_MATH_DEFINES is...
2015-02-26 Jose Fonsecainclude,auxiliary: Remove support for MSVC older then...
2015-02-25 Brian Paulmesa: move signbit() macro to c99_math.h
2015-02-24 Brian Paulmesa: replace LOGF, EXPF with logf, expf
2015-02-24 Brian Paulmesa: replace FREXPF, LDEXPF with frexpf, ldexpf
2015-02-23 Brian Paulmesa: move math-related function into new c99_math...