summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* mesa: Fix some signed-unsigned comparison warningsJan Vesely2015-01-212-2/+2
* Rename sha1.c and sha1.h to mesa-sha1.c and mesa-sha1.hCarl Worth2015-01-193-3/+3
* sha1: Fix gcry_md_hd_t typo.Vinson Lee2015-01-161-1/+1
* configure: Add machinery for --enable-shader-cache (and --disable-shader-cache)Carl Worth2015-01-163-3/+8
* mesa: Add mesa SHA-1 functionsCarl Worth2015-01-164-0/+380
* util: Make unreachable at least be an assertCarl Worth2015-01-161-1/+1
* util/hash_set: Rework the API to know about hashingJason Ekstrand2015-01-152-8/+51
* util: Move main/set to util/hash_setJason Ekstrand2015-01-153-0/+441
* hash_table: Rename insert_with_hash to insert_pre_hashedJason Ekstrand2015-01-153-8/+8
* util/hash_table: Pull the details of the FNV-1a into helpersJason Ekstrand2015-01-152-13/+23
* util: Silence signed-unsigned comparison warningsJan Vesely2014-12-171-6/+6
* util: remove support for GCC older than 4.1.0Timothy Arceri2014-12-171-1/+1
* util: add u_atomic_test to .gitignoreJuha-Pekka Heikkila2014-12-161-0/+1
* hash_table: Fix compiler warnings from the renaming.Eric Anholt2014-12-141-2/+2
* util/hash_table: Rework the API to know about hashingJason Ekstrand2014-12-1411-74/+114
* util: Wire up u_atomic_test.Matt Turner2014-12-121-0/+3
* mesa: Add scons files to distribution.Matt Turner2014-12-121-1/+1
* util: List hash_table tests as check_PROGRAMS.Matt Turner2014-12-121-1/+1
* util: Add headers and python scripts for distribution.Matt Turner2014-12-122-1/+10
* ra: Don't use regs as the ralloc context.Matt Turner2014-12-011-1/+1
* util/u_atomic: Fix the unlocked implementation.José Fonseca2014-12-011-6/+6
* util/u_atomic: Add a simple test.José Fonseca2014-12-012-0/+146
* util: Make u_atomic.h typeless.Matt Turner2014-12-011-113/+93
* util: Use stdbool.h's bool rather than "boolean".Matt Turner2014-12-011-3/+5
* util: Remove u_atomic.h's GCC inline assembly.Matt Turner2014-12-011-122/+0
* util: Remove u_atomic.h's MSVC inline assembly.Matt Turner2014-12-011-70/+0
* util: Remove u_atomic.h's Gallium dependence.Matt Turner2014-12-011-9/+6
* util: s/INLINE/inline/ in u_atomic.h.Matt Turner2014-12-011-29/+29
* util: Move u_atomic.h to src/util.Matt Turner2014-12-011-0/+401
* util: update hash type commentsTimothy Arceri2014-11-261-5/+5
* util: Implement assume() for clang.Matt Turner2014-11-241-1/+11
* util: Implement unreachable for MSVC using __assumeIan Romanick2014-11-051-0/+6
* util: initialize locale_t with a static objectChia-I Wu2014-10-301-10/+8
* configure: check for xlocale.h and strtofChia-I Wu2014-10-301-8/+4
* util: add _mesa_strtod and _mesa_strtofChia-I Wu2014-10-303-1/+129
* util: Use reg_belongs_to_class instead of BITSET_TESTJason Ekstrand2014-10-241-1/+1
* util: Add assume() macro.Matt Turner2014-10-231-0/+14
* util: Include in Android buildsTomasz Figa2014-10-031-0/+102
* ralloc: Mark ralloc functions with gcc's malloc attribute.Matt Turner2014-09-252-8/+14
* mesa: Replace a priori knowledge of gcc attributes with configure tests.Matt Turner2014-09-251-4/+7
* mesa: Replace a priori knowledge of gcc builtins with configure tests.Matt Turner2014-09-251-11/+3
* util: fix SCons buildBrian Paul2014-09-231-0/+3
* mesa: Move register_allocate.c to util.Eric Anholt2014-09-234-0/+738
* util: move shared rgtc code to util (v2)Dave Airlie2014-09-174-1/+520
* util: remove ralloc_testEmil Velikov2014-08-083-105/+5
* util: add src/util/format_srgb.c to .gitignoreJuha-Pekka Heikkila2014-08-081-0/+1
* util/tests/hash_table: Link against libmesautil instead of libmesaJason Ekstrand2014-08-051-4/+2
* util: include c99_compat.h in format_srgb.h to get 'inline' definitionBrian Paul2014-08-041-0/+1
* util: include c99_compat.h in hash_table.h to get 'inline' definitionBrian Paul2014-08-041-0/+1
* mesa/main: Use the RGB <-> sRGB conversion functions in libmesautilJason Ekstrand2014-08-041-0/+15