summaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)AuthorFilesLines
2015-01-30util/u_atomic: Provide a _InterlockedCompareExchange8 for older MSVC.José Fonseca1-1/+29
2015-01-30util/u_atomic: Use _Interlocked* intrinsics for non 64bits.José Fonseca1-12/+12
2015-01-28mesa: Port a variant of 68afbe89c72d085dcbbf2b264f0201ab73fe339e to util/Eric Anholt1-0/+1
2015-01-28mesa: Move simple_list.h to src/util.Eric Anholt2-0/+211
2015-01-28Revert "util: Move the alternate fpclassify implementation to util"Jason Ekstrand1-62/+0
2015-01-28util: Predicate the fpclassify fallback on !defined(__cplusplus)Jason Ekstrand1-2/+12
2015-01-28util: Move the alternate fpclassify implementation to utilJason Ekstrand1-0/+52
2015-01-21mesa: Fix some signed-unsigned comparison warningsJan Vesely2-2/+2
2015-01-19Rename sha1.c and sha1.h to mesa-sha1.c and mesa-sha1.hCarl Worth3-3/+3
2015-01-16sha1: Fix gcry_md_hd_t typo.Vinson Lee1-1/+1
2015-01-16configure: Add machinery for --enable-shader-cache (and --disable-shader-cache)Carl Worth3-3/+8
2015-01-16mesa: Add mesa SHA-1 functionsCarl Worth4-0/+380
2015-01-16util: Make unreachable at least be an assertCarl Worth1-1/+1
2015-01-15util/hash_set: Rework the API to know about hashingJason Ekstrand2-8/+51
2015-01-15util: Move main/set to util/hash_setJason Ekstrand3-0/+441
2015-01-15hash_table: Rename insert_with_hash to insert_pre_hashedJason Ekstrand3-8/+8
2015-01-15util/hash_table: Pull the details of the FNV-1a into helpersJason Ekstrand2-13/+23
2014-12-17util: Silence signed-unsigned comparison warningsJan Vesely1-6/+6
2014-12-17util: remove support for GCC older than 4.1.0Timothy Arceri1-1/+1
2014-12-16util: add u_atomic_test to .gitignoreJuha-Pekka Heikkila1-0/+1
2014-12-14hash_table: Fix compiler warnings from the renaming.Eric Anholt1-2/+2
2014-12-14util/hash_table: Rework the API to know about hashingJason Ekstrand11-74/+114
2014-12-12util: Wire up u_atomic_test.Matt Turner1-0/+3
2014-12-12mesa: Add scons files to distribution.Matt Turner1-1/+1
2014-12-12util: List hash_table tests as check_PROGRAMS.Matt Turner1-1/+1
2014-12-12util: Add headers and python scripts for distribution.Matt Turner2-1/+10
2014-12-01ra: Don't use regs as the ralloc context.Matt Turner1-1/+1
2014-12-01util/u_atomic: Fix the unlocked implementation.José Fonseca1-6/+6
2014-12-01util/u_atomic: Add a simple test.José Fonseca2-0/+146
2014-12-01util: Make u_atomic.h typeless.Matt Turner1-113/+93
2014-12-01util: Use stdbool.h's bool rather than "boolean".Matt Turner1-3/+5
2014-12-01util: Remove u_atomic.h's GCC inline assembly.Matt Turner1-122/+0
2014-12-01util: Remove u_atomic.h's MSVC inline assembly.Matt Turner1-70/+0
2014-12-01util: Remove u_atomic.h's Gallium dependence.Matt Turner1-9/+6
2014-12-01util: s/INLINE/inline/ in u_atomic.h.Matt Turner1-29/+29
2014-12-01util: Move u_atomic.h to src/util.Matt Turner1-0/+401
2014-11-26util: update hash type commentsTimothy Arceri1-5/+5
2014-11-24util: Implement assume() for clang.Matt Turner1-1/+11
2014-11-05util: Implement unreachable for MSVC using __assumeIan Romanick1-0/+6
2014-10-30util: initialize locale_t with a static objectChia-I Wu1-10/+8
2014-10-30configure: check for xlocale.h and strtofChia-I Wu1-8/+4
2014-10-30util: add _mesa_strtod and _mesa_strtofChia-I Wu3-1/+129
2014-10-24util: Use reg_belongs_to_class instead of BITSET_TESTJason Ekstrand1-1/+1
2014-10-23util: Add assume() macro.Matt Turner1-0/+14
2014-10-03util: Include in Android buildsTomasz Figa1-0/+102
2014-09-25ralloc: Mark ralloc functions with gcc's malloc attribute.Matt Turner2-8/+14
2014-09-25mesa: Replace a priori knowledge of gcc attributes with configure tests.Matt Turner1-4/+7
2014-09-25mesa: Replace a priori knowledge of gcc builtins with configure tests.Matt Turner1-11/+3
2014-09-23util: fix SCons buildBrian Paul1-0/+3
2014-09-23mesa: Move register_allocate.c to util.Eric Anholt4-0/+738