summaryrefslogtreecommitdiffstats
path: root/src/util/tests
Commit message (Expand)AuthorAgeFilesLines
* 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