util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_two_or_zero
[mesa.git] / src / gallium / auxiliary / util / u_math.h
2018-03-29 Ian Romanickutil: Move util_is_power_of_two to bitscan.h and rename...
2017-07-19 Kenneth Graunkeutil: Make CLAMP turn NaN into MIN.
2016-09-27 Nicolai Hähnlegallium/u_math: add util_logbase2_ceil
2016-08-09 Mathias Fröhlichutil: Move _mesa_fsl/util_last_bit into util/bitscan.h
2016-08-01 Marek Olšákgallium/util: fix align64
2016-06-14 Mathias Fröhlichmesa/gallium: Move u_bit_scan{,64} from gallium to...
2016-04-27 Nicolai Hähnlegallium/util: add u_bit_consecutive for generating...
2016-04-26 Jose Fonsecagallium: Include intrin.h instead of defining ourselves.
2016-04-19 Bas Nieuwenhuizengallium/util: Add u_bit_scan_consecutive_range64.
2016-04-18 Marek Olšákgallium/util: fix undefined shift to the last bit in...
2016-04-18 Marek Olšákgallium/util: fix u_bit_scan_consecutive_range for...
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-12 Marek Olšákwinsys/amdgpu: add support for 64-bit buffer sizes
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
2015-09-01 Brian Paulutil: added ffsll() function
2015-09-01 Marek Olšákgallium/util: add u_bit_scan_consecutive_range
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-29 Matt Turnergallium/auxiliary: Avoid double promotion.
2015-07-21 Ilia Mirkingallium: replace INLINE with inline
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-14 Marek Olšákgallium/util: add util_last_bit64
2015-05-21 Dave Airlieu_math: uses assert, include assert.h
2015-03-24 Jonathan Graygallium/util: Use HAVE___BUILTIN_FFS* macros.
2015-03-05 Mark JanesFix invalid extern "C" around header inclusion.
2015-02-27 Brian Paulgallium/util: fix 'statement with no effect' warning
2015-02-26 Jose Fonsecainclude,auxiliary: Remove support for MSVC older then...
2015-02-23 Brian Paulmesa: move math-related function into new c99_math...
2015-02-23 Matt Turnergallium/util: Use HAVE___BUILTIN_* macros.
2015-02-23 Matt Turnermesa: Move C99 MSVC compatibility code from u_math...
2015-02-20 Eric Anholtgallium/util: Don't include unused debug functions...
2015-02-19 Brian Paulgallium/util: indentation fix
2015-02-04 Jose Fonsecagallium/util: Don't implement u_bit_scan64 on MSVC.
2015-02-04 Jose Fonsecagallium/util: Define ffsll on MinGW.
2015-02-04 Marek Olšákgallium/util: add u_bit_scan64
2015-02-03 Matt Turnergallium/util: Don't use __builtin_clrsb in util_last_bit().
2014-12-16 Timothy Arcerigallium: remove support for GCC older than 4.1.0
2014-10-23 Alon Levyu_math.h: fix 64 to 32 bit truncation warning
2014-10-04 Marek Olšákgallium/util: add util_bitcount64
2014-09-12 Andreas Bollgallium/util: add missing u_debug include
2014-08-16 Brian Paulutil: whitespace and formatting fixes in u_math.h
2014-08-12 Emil Velikovandroid: gallium/auxiliary: drop log2/log2f redefitions
2014-07-31 Eric Anholtgallium: Add a uif() helper function to complement...
2014-07-28 Tom Stellardutil: Fix typo
2014-07-28 Tom Stellardutil: Add util_memcpy_cpu_to_le32() v3
2014-05-31 Vinson Leeutil: Do not use __builtin_clrsb with Intel C++ Compiler.
2014-05-02 José Fonsecautil: Don't attempt to redefine INFINITY/NAN on VS...
2014-04-28 Ilia Mirkingallium/util: add helpers for bitfield manipulation
2014-03-03 Hansutil: don't define isfinite(), isnan() for MSVC >=...
2014-02-24 Tom Stellardutil: Add util_cpu_to_le* helpers
2014-02-24 Tom Stellardutil: Add util_bswap64() v3
2014-02-24 Tom Stellardconfigure.ac: Use AX_GCC_BUILTIN to check availability...
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2013-11-07 Matthew McCluredraw,llvmpipe,util: add depth bias calculation for...
2013-10-10 José Fonsecautil: Fix MinGW build.
2013-10-09 José Fonsecautil/u_math: Fix C++ include of u_math.h on MSVC.
2013-10-04 Matthew McClureutil: when packing depth values, round to nearest.
2013-07-19 José Fonsecautil/u_math: Define NAN/INFINITY macros for MSVC.
2013-07-10 Zack Rusinutil: treat denorm'ed floats like zero
2013-06-13 Manfred Ernstmesa: Fix bug in unclamped float to ubyte conversion.
2012-10-30 Marek Olšákgallium: add start_slot parameter to set_vertex_buffers
2012-09-01 Brian Paulutil: remove u_debug.h from u_math.h
2012-07-17 Marek Olšákgallium/util: add util_bit_last - finds the last bit...
2012-07-02 José Fonsecagallium/util: Add ULL suffix to large constants.
2012-06-29 James Bentonutil: Added functions for checking NaN / Inf for double...
2012-01-12 Brian Paulmesa/gallium: add FFS_DEFINED to protect ffs() from...
2011-12-09 José Fonsecautil: Add strings.h include on unices
2011-11-29 José FonsecaRemove windows kernel support code.
2011-11-08 Chia-I Wuutil: add log2f for Android
2011-11-02 Michel Dänzergallium/util: Add macros for converting from little...
2011-09-22 Keith Whitwellutil: add u_bit_scan helper
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-25 Brian PaulMerge branch 'kasanen-post-process-v2'
2011-08-20 Chia-I Wugallium: add PIPE_OS_ANDROID support
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-06-09 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-08 Roland Scheideggerutil: add gcc version check for builtins
2011-06-08 Benjamin Bellecutil: better logbase2/next_power_of_two implementations
2011-06-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-03 Christian KönigMerge remote-tracking branch 'mareko/r300g-draw-instanc...
2011-06-02 Brian Paulutil: faster logbase2
2011-05-15 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-12 Matt TurnerRemove redundant util_unsigned_logbase2
2011-05-12 Matt Turneru_math.h: Remove redundant mingw32 ffs definition
2011-05-07 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-04-27 Marek Olšákutil: make macros MIN3, MAX3, MIN4, MAX4 little more...
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-03-02 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-02 Dave Airliegallium: add RGTC UNORM support to u_format.
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-11 José Fonsecautil: Define round and roundf on MSVC.
2010-10-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-26 Thomas Balling Sør... Merge branch 'pipe-video' of git://anongit.freedesktop...
2010-10-26 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-09 José Fonsecautil: Defined M_SQRT2 when not available.
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
next