Age | Commit message (Expand) | Author |
2009-09-27 | util: Add util_next_power_of_two() for rounding a uint up to a POT. | Younes Manton |
2009-09-23 | Merge branch 'softpipe-opt' | Keith Whitwell |
2009-09-14 | util: Add _BitScanForward intrinsic's declaration. | José Fonseca |
2009-09-07 | util: Utility function to check if a number is a power of two. | José Fonseca |
2009-09-03 | aux/tgsi: pull back ureg work from 0.1 branch | Keith Whitwell |
2009-08-29 | util: Add util_unsigned_logbase2. | José Fonseca |
2009-08-21 | util: add util_is_power_of_two function | Keith Whitwell |
2009-08-07 | gallium: Move minify() to u_math. | Corbin Simpson |
2009-08-03 | gallium: comments, reformatting | Brian Paul |
2009-08-01 | mesa st: Move logbase2 function to util/u_math.h | Patrice Mandin |
2009-07-22 | softpipe: shortcircuit repeated lookups of the same tile | Keith Whitwell |
2009-03-31 | gallium: added util_is_inf_or_nan() function to u_math.h | Brian Paul |
2009-03-25 | util: Don't use x86 asm on x86_64. | José Fonseca |
2009-02-18 | util: Move p_debug.h into util module. | José Fonseca |
2009-01-30 | util: Define ffs for MinGW. | José Fonseca |
2008-11-19 | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Keith Whitwell |
2008-11-17 | gallium: Use costum log2 for all windows builds. | José Fonseca |
2008-11-15 | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Keith Whitwell |
2008-11-14 | gallium: increase table size for fast log/pow functions | Brian Paul |
2008-11-12 | util: Optimise log2(). | Michal Krol |
2008-11-12 | util: Optimise log2(). | Michal Krol |
2008-11-12 | util: Add log2() definition for MSC. | Michal Krol |
2008-11-12 | util: Add log2() definition for MSC. | Michal Krol |
2008-11-09 | util: Fix util_fast_pow/exp2/log2. | Brian |
2008-11-03 | gallium: WinCE portability fixes. | José Fonseca |
2008-10-01 | util: Fix util_fast_pow/exp2/log2. | José Fonseca |
2008-09-26 | util: Update fast_log2 article url. | José Fonseca |
2008-09-18 | util: Add missing p_debug.h include. | José Fonseca |
2008-09-13 | gallium: add another value check to util_fast_pow() | Brian Paul |
2008-08-24 | gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h | Brian Paul |
2008-08-22 | gallium: insert __cplusplus/extern wrappings | Brian Paul |
2008-08-22 | gallium: move math macros from p_util.h to u_math.h | Brian Paul |
2008-08-22 | gallium: new u_math.[ch] files for math functions | Brian Paul |