summaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)AuthorFilesLines
2015-03-03configure: Leverage gcc warn options to enable safe use of C99 features where...Jose Fonseca1-1/+2
2015-03-02util: replace Elements() with ARRAY_SIZE()Brian Paul1-1/+1
2015-02-27Revert "configure: Leverage gcc warn options to enable safe use of C99 featur...Kenneth Graunke1-2/+1
2015-02-27configure: Leverage gcc warn options to enable safe use of C99 features where...Jose Fonseca1-1/+2
2015-02-23ra: Disable round-robin strategy for optimistically colorable nodes.Francisco Jerez1-1/+23
2015-02-20util: Move Mesa's bitset.h to util/.Eric Anholt3-1/+101
2015-02-20mesa: Add gallium include dirs to more parts of the tree.Eric Anholt2-0/+4
2015-02-17Use __typeof instead of typeof with Solaris Studio compilersAlan Coopersmith1-3/+3
2015-02-17util/hash: Silence comparison between signed and unsigned integer warnings in...Ian Romanick3-3/+3
2015-02-17util/hash: Silence unused parameter warnings in testsIan Romanick9-0/+28
2015-02-13uti/u_atomic: Don't test p_atomic_add with booleans.Jose Fonseca1-6/+19
2015-02-12util/u_atomic: Use lower-case variables in _Interlocked* helpers.Jose Fonseca1-33/+33
2015-02-12util/u_atomic: Add _InterlockedExchangeAdd8/16 for older MSVC.Jose Fonseca1-4/+33
2015-02-12util/u_atomic: Test p_atomic_add() for 8bit integers.Jose Fonseca1-15/+17
2015-02-09util/u_atomic: Add new macro p_atomic_addCarl Worth2-0/+21
2015-02-07util/hash_table: Try to hit a double-insertion bug in the collision testJason Ekstrand1-1/+13
2015-02-07util/set: Do a full search when adding new itemsJason Ekstrand1-6/+15
2015-02-07util/hash_table: Do a full search when adding new itemsJason Ekstrand1-7/+16
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