index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
util
/
u_math.h
Age
Commit message (
Expand
)
Author
2010-01-02
util: Silent potential loss of precision warnings.
José Fonseca
2009-12-22
Merge branch 'i965g-restart'
Keith Whitwell
2009-12-21
Merge commit 'origin/master' into i965g-restart
Keith Whitwell
2009-12-02
gallium/util: __builtin_bswap32() is in only gcc 4.3 or later
Brian Paul
2009-11-28
util: Fix bad code.
Corbin Simpson
2009-11-28
util: Improve bitcount.
Corbin Simpson
2009-11-27
gallium/util: added util_bswap32()
Christoph Bumiller
2009-11-27
Merge branch 'width0'
Roland Scheidegger
2009-11-23
gallium/util: added util_bitcount()
Brian Paul
2009-11-20
util: Add MAX3 and MIN3.
Corbin Simpson
2009-11-19
gallium: don't use arrays for texture width,height,depth
Keith Whitwell
2009-10-31
i965g: more work on compilation
Keith Whitwell
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