aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Delete autotoolsDylan Baker2019-04-151-101/+0
* autotools: library-dependency when no sse and 32-bitSergii Romantsov2018-11-051-1/+2
* configure: allow building with python3Emil Velikov2018-10-311-1/+1
* util: Add a simple big math libraryJason Ekstrand2018-10-101-0/+1
* Revert "configure: allow building with python3"Emil Velikov2018-08-241-1/+1
* configure: allow building with python3Emil Velikov2018-08-231-1/+1
* driconf: move ${sysconfdir}/drirc to ${datadir}/drirc.d/00-mesa-defaults.confQiang Yu2018-08-171-2/+3
* xmlconfig: read more config files from drirc.d/Qiang Yu2018-08-171-0/+1
* util/set: add a basic unit testCaio Marcelo de Oliveira Filho2018-07-121-1/+2
* util: tests: vma test depends on C++11 supportScott D Phillips2018-06-051-2/+5
* util: Add a randomized test for the virtual memory allocatorScott D Phillips2018-05-311-1/+2
* autotools: include meson build files in tarballDylan Baker2018-01-191-1/+2
* link mesautil with pthreadsIgor Gnatenko2018-01-081-0/+2
* util: Add a SHA1 unit test programMatt Turner2017-11-251-1/+2
* util: Add tests for the string bufferThomas Helland2017-09-261-1/+4
* configure: check if -latomic is needed for __atomic_*Grazvydas Ignotas2017-09-221-1/+2
* util: Link libmesautil into u_atomic_testMatt Turner2017-09-151-0/+1
* util: Fix build on old glibc.Eric Anholt2017-08-151-1/+3
* util: Makefile.am: add merge_driinfo.py in extra distJuan A. Suarez Romero2017-08-041-0/+1
* xmlconfig: move into src/utilNicolai Hähnle2017-07-311-2/+18
* util/disk_cache: compress individual cache entriesTimothy Arceri2017-03-031-1/+4
* util: automake: add sha1/README to the tarballEmil Velikov2017-02-241-1/+4
* util: import sha1 implementation from OpenBSD17.0-branchpointEmil Velikov2017-01-181-3/+0
* configure: Eliminate MSVC2008 compatibility.Jose Fonseca2016-02-111-1/+1
* util: automake: rework the format_srgb.c ruleEmil Velikov2015-09-091-2/+4
* util: always include sha1 into the buildIlia Mirkin2015-09-061-4/+0
* util: Don't link to SHA1 library if shader-cache is disabled.Matt Turner2015-07-091-1/+1
* util: Add a roundeven test.Matt Turner2015-03-181-1/+3
* Fix invalid extern "C" around header inclusion.Mark Janes2015-03-051-0/+3
* configure: Leverage gcc warn options to enable safe use of C99 features where...Jose Fonseca2015-03-031-1/+2
* Revert "configure: Leverage gcc warn options to enable safe use of C99 featur...Kenneth Graunke2015-02-271-2/+1
* configure: Leverage gcc warn options to enable safe use of C99 features where...Jose Fonseca2015-02-271-1/+2
* mesa: Add gallium include dirs to more parts of the tree.Eric Anholt2015-02-201-0/+2
* configure: Add machinery for --enable-shader-cache (and --disable-shader-cache)Carl Worth2015-01-161-2/+2
* mesa: Add mesa SHA-1 functionsCarl Worth2015-01-161-0/+7
* 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: Add headers and python scripts for distribution.Matt Turner2014-12-121-0/+1
* mesa: Move register_allocate.c to util.Eric Anholt2014-09-231-0/+3
* util: remove ralloc_testEmil Velikov2014-08-081-25/+5
* gallium: Move sRGB <-> RGB handling to libmesautilJason Ekstrand2014-08-041-1/+10
* util: Gather some common macrosJason Ekstrand2014-08-041-2/+0
* util: Move the open-addressing linear-probing hash_table to src/util.Kenneth Graunke2014-08-041-0/+1
* util: Move ralloc to a new src/util directory.Kenneth Graunke2014-08-041-0/+53