Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util: (trivial) include c99_math.h in rounding.h | Roland Scheidegger | 2015-08-19 | 1 | -2/+1 |
* | util: Use LONG_MAX instead of LONG_BIT. | Jose Fonseca | 2015-08-10 | 1 | -6/+7 |
* | scons: Build roundevent_test. | Jose Fonseca | 2015-08-10 | 1 | -0/+2 |
* | util: Cope with LONG_BIT not being defined on Windows. | Jose Fonseca | 2015-08-09 | 1 | -2/+6 |
* | util: Use SSE intrinsics in _mesa_lroundeven{f,}. | Matt Turner | 2015-08-04 | 1 | -0/+22 |
* | mesa: Replace F_TO_I() with _mesa_lroundevenf(). | Matt Turner | 2015-08-03 | 1 | -0/+25 |
* | util: Optimize _mesa_roundeven with SSE 4.1. | Matt Turner | 2015-03-18 | 1 | -0/+20 |
* | mesa: Replace _mesa_round_to_even() with _mesa_roundeven(). | Matt Turner | 2015-03-18 | 1 | -0/+58 |