index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
util
/
u_math.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
util: Add util_next_power_of_two() for rounding a uint up to a POT.
Younes Manton
2009-09-27
1
-0
/
+20
*
Merge branch 'softpipe-opt'
Keith Whitwell
2009-09-23
1
-0
/
+8
|
\
|
*
util: add util_is_power_of_two function
Keith Whitwell
2009-08-21
1
-0
/
+8
|
*
softpipe: shortcircuit repeated lookups of the same tile
Keith Whitwell
2009-07-22
1
-0
/
+12
*
|
util: Add _BitScanForward intrinsic's declaration.
José Fonseca
2009-09-14
1
-1
/
+3
*
|
util: Utility function to check if a number is a power of two.
José Fonseca
2009-09-07
1
-0
/
+10
*
|
aux/tgsi: pull back ureg work from 0.1 branch
Keith Whitwell
2009-09-03
1
-0
/
+4
*
|
util: Add util_unsigned_logbase2.
José Fonseca
2009-08-29
1
-0
/
+12
*
|
gallium: Move minify() to u_math.
Corbin Simpson
2009-08-07
1
-0
/
+5
*
|
gallium: comments, reformatting
Brian Paul
2009-08-03
1
-17
/
+32
*
|
mesa st: Move logbase2 function to util/u_math.h
Patrice Mandin
2009-08-01
1
-5
/
+18
|
/
*
gallium: added util_is_inf_or_nan() function to u_math.h
Brian Paul
2009-03-31
1
-0
/
+12
*
util: Don't use x86 asm on x86_64.
José Fonseca
2009-03-25
1
-4
/
+12
*
util: Move p_debug.h into util module.
José Fonseca
2009-02-18
1
-1
/
+1
*
util: Define ffs for MinGW.
José Fonseca
2009-01-30
1
-0
/
+4
*
Merge commit 'origin/gallium-0.1' into gallium-0.2
Keith Whitwell
2008-11-19
1
-6
/
+8
|
\
|
*
gallium: Use costum log2 for all windows builds.
José Fonseca
2008-11-17
1
-6
/
+8
*
|
Merge commit 'origin/gallium-0.1' into gallium-0.2
Keith Whitwell
2008-11-15
1
-3
/
+5
|
\
|
|
*
gallium: increase table size for fast log/pow functions
Brian Paul
2008-11-14
1
-3
/
+5
|
*
util: Optimise log2().
Michal Krol
2008-11-12
1
-1
/
+2
|
*
util: Add log2() definition for MSC.
Michal Krol
2008-11-12
1
-0
/
+5
|
*
util: Fix util_fast_pow/exp2/log2.
Brian
2008-11-09
1
-65
/
+47
*
|
util: Optimise log2().
Michal Krol
2008-11-12
1
-1
/
+2
*
|
util: Add log2() definition for MSC.
Michal Krol
2008-11-12
1
-0
/
+5
*
|
gallium: WinCE portability fixes.
José Fonseca
2008-11-03
1
-1
/
+1
*
|
util: Fix util_fast_pow/exp2/log2.
José Fonseca
2008-10-01
1
-65
/
+47
*
|
util: Update fast_log2 article url.
José Fonseca
2008-09-26
1
-1
/
+1
|
/
*
util: Add missing p_debug.h include.
José Fonseca
2008-09-18
1
-0
/
+1
*
gallium: add another value check to util_fast_pow()
Brian Paul
2008-09-13
1
-2
/
+4
*
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-08-24
1
-2
/
+238
*
gallium: insert __cplusplus/extern wrappings
Brian Paul
2008-08-22
1
-0
/
+9
*
gallium: move math macros from p_util.h to u_math.h
Brian Paul
2008-08-22
1
-0
/
+49
*
gallium: new u_math.[ch] files for math functions
Brian Paul
2008-08-22
1
-0
/
+144