Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gallium: Use costum log2 for all windows builds. | José Fonseca | 2008-11-17 | 1 | -6/+8 |
* | gallium: increase table size for fast log/pow functions | Brian Paul | 2008-11-14 | 1 | -3/+5 |
* | util: Optimise log2(). | Michal Krol | 2008-11-12 | 1 | -1/+2 |
* | util: Add log2() definition for MSC. | Michal Krol | 2008-11-12 | 1 | -0/+5 |
* | util: Fix util_fast_pow/exp2/log2. | Brian | 2008-11-09 | 1 | -65/+47 |
* | util: Add missing p_debug.h include. | José Fonseca | 2008-09-18 | 1 | -0/+1 |
* | gallium: add another value check to util_fast_pow() | Brian Paul | 2008-09-13 | 1 | -2/+4 |
* | gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h | Brian Paul | 2008-08-24 | 1 | -2/+238 |
* | gallium: insert __cplusplus/extern wrappings | Brian Paul | 2008-08-22 | 1 | -0/+9 |
* | gallium: move math macros from p_util.h to u_math.h | Brian Paul | 2008-08-22 | 1 | -0/+49 |
* | gallium: new u_math.[ch] files for math functions | Brian Paul | 2008-08-22 | 1 | -0/+144 |