summaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)AuthorFilesLines
2015-01-16configure: Add machinery for --enable-shader-cache (and --disable-shader-cache)HEADmasterCarl 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
2014-09-17util: move shared rgtc code to util (v2)Dave Airlie4-1/+520
2014-08-08util: remove ralloc_testEmil Velikov3-105/+5
2014-08-08util: add src/util/format_srgb.c to .gitignoreJuha-Pekka Heikkila1-0/+1
2014-08-05util/tests/hash_table: Link against libmesautil instead of libmesaJason Ekstrand1-4/+2
2014-08-04util: include c99_compat.h in format_srgb.h to get 'inline' definitionBrian Paul1-0/+1
2014-08-04util: include c99_compat.h in hash_table.h to get 'inline' definitionBrian Paul1-0/+1
2014-08-04mesa/main: Use the RGB <-> sRGB conversion functions in libmesautilJason Ekstrand1-0/+15
2014-08-04gallium: Move sRGB <-> RGB handling to libmesautilJason Ekstrand5-2/+312
2014-08-04util: Gather some common macrosJason Ekstrand6-8/+133
2014-08-04util: Move the open-addressing linear-probing hash_table to src/util.Kenneth Graunke18-1/+1279