summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_math.h
Commit message (Expand)AuthorAgeFilesLines
* gallium: Use costum log2 for all windows builds.José Fonseca2008-11-171-6/+8
* gallium: increase table size for fast log/pow functionsBrian Paul2008-11-141-3/+5
* util: Optimise log2().Michal Krol2008-11-121-1/+2
* util: Add log2() definition for MSC.Michal Krol2008-11-121-0/+5
* util: Fix util_fast_pow/exp2/log2.Brian2008-11-091-65/+47
* util: Add missing p_debug.h include.José Fonseca2008-09-181-0/+1
* gallium: add another value check to util_fast_pow()Brian Paul2008-09-131-2/+4
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-2/+238
* gallium: insert __cplusplus/extern wrappingsBrian Paul2008-08-221-0/+9
* gallium: move math macros from p_util.h to u_math.hBrian Paul2008-08-221-0/+49
* gallium: new u_math.[ch] files for math functionsBrian Paul2008-08-221-0/+144