aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/tests/hash_table
Commit message (Expand)AuthorAgeFilesLines
* util/tests: compile to something sensible in release buildsEric Engestrom2019-02-1411-0/+22
* meson: Add tests to suitesDylan Baker2018-11-201-1/+2
* util: use C99 declaration in the for-loop hash_table_foreach() macroEric Engestrom2018-10-252-2/+1
* util/hash_table: add helper to remove entry by keyCaio Marcelo de Oliveira Filho2018-07-134-1/+67
* autotools: include meson build files in tarballDylan Baker2018-01-191-0/+2
* meson: Use consistent style for testsDylan Baker2018-01-111-7/+9
* meson: Add build Intel "anv" vulkan driverDylan Baker2017-09-271-0/+32
* 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/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-0412-0/+727