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