summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_math.h
AgeCommit message (Expand)Author
2011-03-16android: Fix build with bionic.Chia-I Wu
2011-03-02gallium: add RGTC UNORM support to u_format.Dave Airlie
2011-02-11util: Define round and roundf on MSVC.José Fonseca
2010-10-09util: Defined M_SQRT2 when not available.José Fonseca
2010-08-29util: remove util_is_pot in favor of util_is_power_of_twoMarek Olšák
2010-08-27util: fix typo in MAX4Keith Whitwell
2010-08-27util: add MIN4, MAX4Keith Whitwell
2010-06-22u_math: Add align function npot alignmentsJakob Bornecrantz
2010-05-31gallium/util: Define isfinite and isnan for MSVC.Chia-I Wu
2010-05-30util: Add inline function for approximate floating point comparison.José Fonseca
2010-02-26util: Add util_bswap16.José Fonseca
2010-01-02util: Silent potential loss of precision warnings.José Fonseca
2009-12-22Merge branch 'i965g-restart'Keith Whitwell
2009-12-21Merge commit 'origin/master' into i965g-restartKeith Whitwell
2009-12-02gallium/util: __builtin_bswap32() is in only gcc 4.3 or laterBrian Paul
2009-11-28util: Fix bad code.Corbin Simpson
2009-11-28util: Improve bitcount.Corbin Simpson
2009-11-27gallium/util: added util_bswap32()Christoph Bumiller
2009-11-27Merge branch 'width0'Roland Scheidegger
2009-11-23gallium/util: added util_bitcount()Brian Paul
2009-11-20util: Add MAX3 and MIN3.Corbin Simpson
2009-11-19gallium: don't use arrays for texture width,height,depthKeith Whitwell
2009-10-31i965g: more work on compilationKeith Whitwell
2009-09-27util: Add util_next_power_of_two() for rounding a uint up to a POT.Younes Manton
2009-09-23Merge branch 'softpipe-opt'Keith Whitwell
2009-09-14util: Add _BitScanForward intrinsic's declaration.José Fonseca
2009-09-07util: Utility function to check if a number is a power of two.José Fonseca
2009-09-03aux/tgsi: pull back ureg work from 0.1 branchKeith Whitwell
2009-08-29util: Add util_unsigned_logbase2.José Fonseca
2009-08-21util: add util_is_power_of_two functionKeith Whitwell
2009-08-07gallium: Move minify() to u_math.Corbin Simpson
2009-08-03gallium: comments, reformattingBrian Paul
2009-08-01mesa st: Move logbase2 function to util/u_math.hPatrice Mandin
2009-07-22softpipe: shortcircuit repeated lookups of the same tileKeith Whitwell
2009-03-31gallium: added util_is_inf_or_nan() function to u_math.hBrian Paul
2009-03-25util: Don't use x86 asm on x86_64.José Fonseca
2009-02-18util: Move p_debug.h into util module.José Fonseca
2009-01-30util: Define ffs for MinGW.José Fonseca
2008-11-19Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell
2008-11-17gallium: Use costum log2 for all windows builds.José Fonseca
2008-11-15Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell
2008-11-14gallium: increase table size for fast log/pow functionsBrian Paul
2008-11-12util: Optimise log2().Michal Krol
2008-11-12util: Optimise log2().Michal Krol
2008-11-12util: Add log2() definition for MSC.Michal Krol
2008-11-12util: Add log2() definition for MSC.Michal Krol
2008-11-09util: Fix util_fast_pow/exp2/log2.Brian
2008-11-03gallium: WinCE portability fixes.José Fonseca
2008-10-01util: Fix util_fast_pow/exp2/log2.José Fonseca
2008-09-26util: Update fast_log2 article url.José Fonseca