aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/tests
Commit message (Expand)AuthorAgeFilesLines
* util/tests/vma: Fix warning c++11-narrowingScott D Phillips2018-06-051-1/+1
* util: Add a randomized test for the virtual memory allocatorScott D Phillips2018-05-313-0/+312
* autotools: include meson build files in tarballDylan Baker2018-01-192-0/+4
* meson: Use consistent style for testsDylan Baker2018-01-112-15/+18
* meson: convert gtest to an internal dependencyDylan Baker2017-10-031-2/+2
* util: fix in-class initialization of static memberThomas Helland2017-09-281-3/+6
* meson: Add build Intel "anv" vulkan driverDylan Baker2017-09-272-0/+61
* util: Add tests for the string bufferThomas Helland2017-09-262-0/+159
* mesa: Add .gitignore entries for make check binariesKristian Høgsberg Kristensen2016-05-251-0/+1
* util/hash_table: add _mesa_hash_table_clear (v4)Nicolai Hähnle2016-02-032-0/+92
* util/hash: Silence comparison between signed and unsigned integer warnings in...Ian Romanick2015-02-173-3/+3
* util/hash: Silence unused parameter warnings in testsIan Romanick2015-02-179-0/+28
* util/hash_table: Try to hit a double-insertion bug in the collision testJason Ekstrand2015-02-071-1/+13
* hash_table: Rename insert_with_hash to insert_pre_hashedJason Ekstrand2015-01-151-4/+4
* util/hash_table: Rework the API to know about hashingJason Ekstrand2014-12-149-50/+44
* util: List hash_table tests as check_PROGRAMS.Matt Turner2014-12-121-1/+1
* util: remove ralloc_testEmil Velikov2014-08-082-80/+0
* util/tests/hash_table: Link against libmesautil instead of libmesaJason Ekstrand2014-08-051-4/+2
* util: Move the open-addressing linear-probing hash_table to src/util.Kenneth Graunke2014-08-0413-0/+729
* util: Move ralloc to a new src/util directory.Kenneth Graunke2014-08-042-0/+78