index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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
...
*
gallium/util: Add ULL suffix to large constants.
José Fonseca
2012-07-02
1
-3
/
+3
*
util: Added functions for checking NaN / Inf for double and half-floats.
James Benton
2012-06-29
1
-2
/
+102
*
mesa/gallium: add FFS_DEFINED to protect ffs() from multiple definitions
Brian Paul
2012-01-12
1
-0
/
+5
*
util: Add strings.h include on unices
José Fonseca
2011-12-09
1
-0
/
+4
*
Remove windows kernel support code.
José Fonseca
2011-11-29
1
-67
/
+1
*
util: add log2f for Android
Chia-I Wu
2011-11-07
1
-0
/
+11
*
gallium/util: Add macros for converting from little endian to CPU byte order.
Michel Dänzer
2011-11-02
1
-0
/
+13
*
util: add u_bit_scan helper
Keith Whitwell
2011-09-22
1
-0
/
+16
*
gallium: add PIPE_OS_ANDROID support
Chia-I Wu
2011-08-21
1
-1
/
+11
*
util: add gcc version check for builtins
Roland Scheidegger
2011-06-09
1
-3
/
+3
*
util: better logbase2/next_power_of_two implementations
Benjamin Bellec
2011-06-09
1
-8
/
+24
*
util: faster logbase2
Brian Paul
2011-06-02
1
-4
/
+7
*
Remove redundant util_unsigned_logbase2
Matt Turner
2011-05-12
1
-12
/
+0
*
u_math.h: Remove redundant mingw32 ffs definition
Matt Turner
2011-05-12
1
-4
/
+0
*
util: make macros MIN3, MAX3, MIN4, MAX4 little more efficient
Marek Olšák
2011-04-27
1
-4
/
+4
*
gallium: add RGTC UNORM support to u_format.
Dave Airlie
2011-03-02
1
-0
/
+11
*
util: Define round and roundf on MSVC.
José Fonseca
2011-02-11
1
-1
/
+13
*
util: Defined M_SQRT2 when not available.
José Fonseca
2010-10-09
1
-0
/
+5
*
util: remove util_is_pot in favor of util_is_power_of_two
Marek Olšák
2010-08-29
1
-10
/
+0
*
util: fix typo in MAX4
Keith Whitwell
2010-08-27
1
-1
/
+1
*
util: add MIN4, MAX4
Keith Whitwell
2010-08-27
1
-0
/
+3
*
u_math: Add align function npot alignments
Jakob Bornecrantz
2010-06-22
1
-0
/
+14
*
gallium/util: Define isfinite and isnan for MSVC.
Chia-I Wu
2010-05-31
1
-0
/
+3
*
util: Add inline function for approximate floating point comparison.
José Fonseca
2010-05-30
1
-0
/
+9
*
util: Add util_bswap16.
José Fonseca
2010-02-26
1
-0
/
+11
*
util: Silent potential loss of precision warnings.
José Fonseca
2010-01-02
1
-3
/
+2
*
Merge branch 'i965g-restart'
Keith Whitwell
2009-12-22
1
-0
/
+13
|
\
|
*
Merge commit 'origin/master' into i965g-restart
Keith Whitwell
2009-12-21
1
-2
/
+46
|
|
\
|
*
|
i965g: more work on compilation
Keith Whitwell
2009-10-31
1
-0
/
+13
*
|
|
gallium/util: __builtin_bswap32() is in only gcc 4.3 or later
Brian Paul
2009-12-02
1
-1
/
+1
|
|
/
|
/
|
*
|
util: Fix bad code.
Corbin Simpson
2009-11-28
1
-1
/
+1
*
|
util: Improve bitcount.
Corbin Simpson
2009-11-28
1
-4
/
+8
*
|
gallium/util: added util_bswap32()
Christoph Bumiller
2009-11-27
1
-0
/
+17
*
|
Merge branch 'width0'
Roland Scheidegger
2009-11-27
1
-2
/
+2
|
\
\
|
*
|
gallium: don't use arrays for texture width,height,depth
Keith Whitwell
2009-11-19
1
-2
/
+2
|
|
/
*
|
gallium/util: added util_bitcount()
Brian Paul
2009-11-23
1
-0
/
+20
*
|
util: Add MAX3 and MIN3.
Corbin Simpson
2009-11-20
1
-0
/
+3
|
/
*
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
[prev]
[next]