summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium: Move sRGB <-> RGB handling to libmesautilJason Ekstrand2014-08-045-2/+312
* util: Gather some common macrosJason Ekstrand2014-08-046-8/+133
* util: Move the open-addressing linear-probing hash_table to src/util.Kenneth Graunke2014-08-0418-1/+1279
* util: Move ralloc to a new src/util directory.Kenneth Graunke2014-08-047-0/+1095