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
*
util/u_math: Implement a logbase2 function for unsigned long
Pierre Moreau
2018-05-29
1
-0
/
+55
*
util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...
Ian Romanick
2018-03-29
1
-9
/
+1
*
util: Make CLAMP turn NaN into MIN.
Kenneth Graunke
2017-07-18
1
-1
/
+2
*
gallium/u_math: add util_logbase2_ceil
Nicolai Hähnle
2016-09-27
1
-0
/
+12
*
util: Move _mesa_fsl/util_last_bit into util/bitscan.h
Mathias Fröhlich
2016-08-09
1
-64
/
+0
*
gallium/util: fix align64
Marek Olšák
2016-08-01
1
-1
/
+1
*
mesa/gallium: Move u_bit_scan{,64} from gallium to util.
Mathias Fröhlich
2016-06-14
1
-148
/
+1
*
gallium/util: add u_bit_consecutive for generating a consecutive range of bits
Nicolai Hähnle
2016-04-27
1
-0
/
+12
*
gallium: Include intrin.h instead of defining ourselves.
Jose Fonseca
2016-04-26
1
-2
/
+4
*
gallium/util: Add u_bit_scan_consecutive_range64.
Bas Nieuwenhuizen
2016-04-19
1
-0
/
+14
*
gallium/util: fix undefined shift to the last bit in u_bit_scan
Marek Olšák
2016-04-18
1
-1
/
+1
*
gallium/util: fix u_bit_scan_consecutive_range for mask == 0xffffffff
Marek Olšák
2016-04-18
1
-1
/
+7
*
winsys/amdgpu: add support for 64-bit buffer sizes
Marek Olšák
2016-04-12
1
-0
/
+6
*
util: added ffsll() function
Brian Paul
2015-09-01
1
-0
/
+20
*
gallium/util: add u_bit_scan_consecutive_range
Marek Olšák
2015-09-01
1
-0
/
+20
*
gallium/auxiliary: Avoid double promotion.
Matt Turner
2015-07-29
1
-1
/
+1
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
1
-45
/
+45
*
gallium/util: add util_last_bit64
Marek Olšák
2015-06-14
1
-0
/
+19
*
u_math: uses assert, include assert.h
Dave Airlie
2015-05-22
1
-0
/
+1
*
gallium/util: Use HAVE___BUILTIN_FFS* macros.
Jonathan Gray
2015-03-24
1
-2
/
+16
*
Fix invalid extern "C" around header inclusion.
Mark Janes
2015-03-05
1
-6
/
+5
*
gallium/util: fix 'statement with no effect' warning
Brian Paul
2015-02-27
1
-2
/
+2
*
include,auxiliary: Remove support for MSVC older then 2008.
Jose Fonseca
2015-02-26
1
-1
/
+1
*
mesa: move math-related function into new c99_math.h file
Brian Paul
2015-02-23
1
-1
/
+1
*
gallium/util: Use HAVE___BUILTIN_* macros.
Matt Turner
2015-02-23
1
-6
/
+5
*
mesa: Move C99 MSVC compatibility code from u_math.h to c99_compat.h.
Matt Turner
2015-02-23
1
-143
/
+0
*
gallium/util: Don't include unused debug functions from u_math.h
Eric Anholt
2015-02-20
1
-1
/
+0
*
gallium/util: indentation fix
Brian Paul
2015-02-19
1
-3
/
+3
*
gallium/util: Don't implement u_bit_scan64 on MSVC.
Jose Fonseca
2015-02-04
1
-0
/
+2
*
gallium/util: Define ffsll on MinGW.
Jose Fonseca
2015-02-04
1
-0
/
+1
*
gallium/util: add u_bit_scan64
Marek Olšák
2015-02-04
1
-0
/
+7
*
gallium/util: Don't use __builtin_clrsb in util_last_bit().
Matt Turner
2015-02-03
1
-4
/
+0
*
gallium: remove support for GCC older than 4.1.0
Timothy Arceri
2014-12-17
1
-4
/
+4
*
u_math.h: fix 64 to 32 bit truncation warning
Alon Levy
2014-10-23
1
-1
/
+1
*
gallium/util: add util_bitcount64
Marek Olšák
2014-10-04
1
-0
/
+12
*
gallium/util: add missing u_debug include
Andreas Boll
2014-09-12
1
-0
/
+1
*
util: whitespace and formatting fixes in u_math.h
Brian Paul
2014-08-16
1
-17
/
+23
*
android: gallium/auxiliary: drop log2/log2f redefitions
Emil Velikov
2014-08-13
1
-22
/
+0
*
gallium: Add a uif() helper function to complement fui()
Eric Anholt
2014-07-30
1
-0
/
+8
*
util: Fix typo
Tom Stellard
2014-07-28
1
-1
/
+1
*
util: Add util_memcpy_cpu_to_le32() v3
Tom Stellard
2014-07-28
1
-0
/
+17
*
util: Do not use __builtin_clrsb with Intel C++ Compiler.
Vinson Lee
2014-05-30
1
-1
/
+1
*
util: Don't attempt to redefine INFINITY/NAN on VS 2013.
José Fonseca
2014-05-02
1
-0
/
+5
*
gallium/util: add helpers for bitfield manipulation
Ilia Mirkin
2014-04-28
1
-0
/
+31
*
util: don't define isfinite(), isnan() for MSVC >= 1800
Hans
2014-03-03
1
-0
/
+4
*
util: Add util_cpu_to_le* helpers
Tom Stellard
2014-02-24
1
-0
/
+3
*
util: Add util_bswap64() v3
Tom Stellard
2014-02-24
1
-0
/
+16
*
configure.ac: Use AX_GCC_BUILTIN to check availability of __builtin_bswap32 v2
Tom Stellard
2014-02-24
1
-1
/
+2
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
draw,llvmpipe,util: add depth bias calculation for arb_depth_buffer_float
Matthew McClure
2013-11-07
1
-0
/
+13
[next]