Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2018-09-07 | move u_math to src/util | Dylan Baker | 1 | -137/+0 |
2015-07-29 | gallium/auxiliary: Use exp2(x) instead of pow(2.0, x). | Matt Turner | 1 | -1/+1 |
2014-01-17 | s/Tungsten Graphics/VMware/ | José Fonseca | 1 | -2/+2 |
2013-08-08 | util: try much harder to set DAZ flag | Roland Scheidegger | 1 | -1/+1 |
2013-07-10 | util/u_math: Use xmmintrin.h whenever possible. | José Fonseca | 1 | -9/+17 |
2013-07-09 | util: treat denorm'ed floats like zero | Zack Rusin | 1 | -0/+56 |
2008-11-14 | gallium: increase table size for fast log/pow functions | Brian Paul | 1 | -1/+1 |
2008-11-10 | gallium: fix comment again. A half-closed interval was intended. | Brian | 1 | -2/+2 |
2008-11-10 | gallium: fix typos in comments | Brian Paul | 1 | -2/+2 |
2008-11-09 | util: Fix util_fast_pow/exp2/log2. | Brian | 1 | -4/+17 |
2008-08-23 | util: Silence compiler warnings on Windows. | Michal Krol | 1 | -1/+1 |
2008-08-22 | gallium: new u_math.[ch] files for math functions | Brian Paul | 1 | -0/+60 |