summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_math.h
Commit message (Expand)AuthorAgeFilesLines
* util: remove util_is_pot in favor of util_is_power_of_twoMarek Olšák2010-08-291-10/+0
* util: fix typo in MAX4Keith Whitwell2010-08-271-1/+1
* util: add MIN4, MAX4Keith Whitwell2010-08-271-0/+3
* u_math: Add align function npot alignmentsJakob Bornecrantz2010-06-221-0/+14
* gallium/util: Define isfinite and isnan for MSVC.Chia-I Wu2010-05-311-0/+3
* util: Add inline function for approximate floating point comparison.José Fonseca2010-05-301-0/+9
* util: Add util_bswap16.José Fonseca2010-02-261-0/+11
* util: Silent potential loss of precision warnings.José Fonseca2010-01-021-3/+2
* Merge branch 'i965g-restart'Keith Whitwell2009-12-221-0/+13
|\
| * Merge commit 'origin/master' into i965g-restartKeith Whitwell2009-12-211-2/+46
| |\
| * | i965g: more work on compilationKeith Whitwell2009-10-311-0/+13
* | | gallium/util: __builtin_bswap32() is in only gcc 4.3 or laterBrian Paul2009-12-021-1/+1
| |/ |/|
* | util: Fix bad code.Corbin Simpson2009-11-281-1/+1
* | util: Improve bitcount.Corbin Simpson2009-11-281-4/+8
* | gallium/util: added util_bswap32()Christoph Bumiller2009-11-271-0/+17
* | Merge branch 'width0'Roland Scheidegger2009-11-271-2/+2
|\ \
| * | gallium: don't use arrays for texture width,height,depthKeith Whitwell2009-11-191-2/+2
| |/
* | gallium/util: added util_bitcount()Brian Paul2009-11-231-0/+20
* | util: Add MAX3 and MIN3.Corbin Simpson2009-11-201-0/+3
|/
* util: Add util_next_power_of_two() for rounding a uint up to a POT.Younes Manton2009-09-271-0/+20
* Merge branch 'softpipe-opt'Keith Whitwell2009-09-231-0/+8
|\
| * util: add util_is_power_of_two functionKeith Whitwell2009-08-211-0/+8
| * softpipe: shortcircuit repeated lookups of the same tileKeith Whitwell2009-07-221-0/+12
* | util: Add _BitScanForward intrinsic's declaration.José Fonseca2009-09-141-1/+3
* | util: Utility function to check if a number is a power of two.José Fonseca2009-09-071-0/+10
* | aux/tgsi: pull back ureg work from 0.1 branchKeith Whitwell2009-09-031-0/+4
* | util: Add util_unsigned_logbase2.José Fonseca2009-08-291-0/+12
* | gallium: Move minify() to u_math.Corbin Simpson2009-08-071-0/+5
* | gallium: comments, reformattingBrian Paul2009-08-031-17/+32
* | mesa st: Move logbase2 function to util/u_math.hPatrice Mandin2009-08-011-5/+18
|/
* gallium: added util_is_inf_or_nan() function to u_math.hBrian Paul2009-03-311-0/+12
* util: Don't use x86 asm on x86_64.José Fonseca2009-03-251-4/+12
* util: Move p_debug.h into util module.José Fonseca2009-02-181-1/+1
* util: Define ffs for MinGW.José Fonseca2009-01-301-0/+4
* Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell2008-11-191-6/+8
|\
| * gallium: Use costum log2 for all windows builds.José Fonseca2008-11-171-6/+8
* | Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell2008-11-151-3/+5
|\ \ | |/
| * 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: Optimise log2().Michal Krol2008-11-121-1/+2
* | util: Add log2() definition for MSC.Michal Krol2008-11-121-0/+5
* | gallium: WinCE portability fixes.José Fonseca2008-11-031-1/+1
* | util: Fix util_fast_pow/exp2/log2.José Fonseca2008-10-011-65/+47
* | util: Update fast_log2 article url.José Fonseca2008-09-261-1/+1
|/
* 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