summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_math.h
Commit message (Expand)AuthorAgeFilesLines
* gallium/util: add util_bitcount64Marek Olšák2014-10-041-0/+12
* gallium/util: add missing u_debug includeAndreas Boll2014-09-121-0/+1
* util: whitespace and formatting fixes in u_math.hBrian Paul2014-08-161-17/+23
* android: gallium/auxiliary: drop log2/log2f redefitionsEmil Velikov2014-08-131-22/+0
* gallium: Add a uif() helper function to complement fui()Eric Anholt2014-07-301-0/+8
* util: Fix typoTom Stellard2014-07-281-1/+1
* util: Add util_memcpy_cpu_to_le32() v3Tom Stellard2014-07-281-0/+17
* util: Do not use __builtin_clrsb with Intel C++ Compiler.Vinson Lee2014-05-301-1/+1
* util: Don't attempt to redefine INFINITY/NAN on VS 2013.José Fonseca2014-05-021-0/+5
* gallium/util: add helpers for bitfield manipulationIlia Mirkin2014-04-281-0/+31
* util: don't define isfinite(), isnan() for MSVC >= 1800Hans2014-03-031-0/+4
* util: Add util_cpu_to_le* helpersTom Stellard2014-02-241-0/+3
* util: Add util_bswap64() v3Tom Stellard2014-02-241-0/+16
* configure.ac: Use AX_GCC_BUILTIN to check availability of __builtin_bswap32 v2Tom Stellard2014-02-241-1/+2
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* draw,llvmpipe,util: add depth bias calculation for arb_depth_buffer_floatMatthew McClure2013-11-071-0/+13
* util: Fix MinGW build.José Fonseca2013-10-091-1/+1
* util/u_math: Fix C++ include of u_math.h on MSVC.José Fonseca2013-10-101-1/+1
* util: when packing depth values, round to nearest.Matthew McClure2013-10-041-0/+52
* util/u_math: Define NAN/INFINITY macros for MSVC.José Fonseca2013-07-201-0/+4
* util: treat denorm'ed floats like zeroZack Rusin2013-07-091-0/+7
* mesa: Fix bug in unclamped float to ubyte conversion.Manfred Ernst2013-06-121-2/+1
* gallium: add start_slot parameter to set_vertex_buffersMarek Olšák2012-10-311-0/+4
* util: remove u_debug.h from u_math.hBrian Paul2012-09-011-1/+0
* gallium/util: add util_bit_last - finds the last bit set in a wordMarek Olšák2012-07-171-0/+14
* gallium/util: Add ULL suffix to large constants.José Fonseca2012-07-021-3/+3
* util: Added functions for checking NaN / Inf for double and half-floats.James Benton2012-06-291-2/+102
* mesa/gallium: add FFS_DEFINED to protect ffs() from multiple definitionsBrian Paul2012-01-121-0/+5
* util: Add strings.h include on unicesJosé Fonseca2011-12-091-0/+4
* Remove windows kernel support code.José Fonseca2011-11-291-67/+1
* util: add log2f for AndroidChia-I Wu2011-11-071-0/+11
* gallium/util: Add macros for converting from little endian to CPU byte order.Michel Dänzer2011-11-021-0/+13
* util: add u_bit_scan helperKeith Whitwell2011-09-221-0/+16
* gallium: add PIPE_OS_ANDROID supportChia-I Wu2011-08-211-1/+11
* util: add gcc version check for builtinsRoland Scheidegger2011-06-091-3/+3
* util: better logbase2/next_power_of_two implementationsBenjamin Bellec2011-06-091-8/+24
* util: faster logbase2Brian Paul2011-06-021-4/+7
* Remove redundant util_unsigned_logbase2Matt Turner2011-05-121-12/+0
* u_math.h: Remove redundant mingw32 ffs definitionMatt Turner2011-05-121-4/+0
* util: make macros MIN3, MAX3, MIN4, MAX4 little more efficientMarek Olšák2011-04-271-4/+4
* gallium: add RGTC UNORM support to u_format.Dave Airlie2011-03-021-0/+11
* util: Define round and roundf on MSVC.José Fonseca2011-02-111-1/+13
* util: Defined M_SQRT2 when not available.José Fonseca2010-10-091-0/+5
* util: remove util_is_pot in favor of util_is_power_of_twoMarek Olšák2010-08-291-10/+0
* util: fix typo in MAX4Keith Whitwell2010-08-271-1/+1
* util: add MIN4, MAX4Keith Whitwell2010-08-271-0/+3
* u_math: Add align function npot alignmentsJakob Bornecrantz2010-06-221-0/+14
* gallium/util: Define isfinite and isnan for MSVC.Chia-I Wu2010-05-311-0/+3
* util: Add inline function for approximate floating point comparison.José Fonseca2010-05-301-0/+9
* util: Add util_bswap16.José Fonseca2010-02-261-0/+11