summaryrefslogtreecommitdiff
path: root/src/util/tests
AgeCommit message (Expand)AuthorFilesLines
2016-05-25mesa: Add .gitignore entries for make check binariesKristian Høgsberg Kristensen1-0/+1
2016-02-03util/hash_table: add _mesa_hash_table_clear (v4)Nicolai Hähnle2-0/+92
2015-02-17util/hash: Silence comparison between signed and unsigned integer warnings in...Ian Romanick3-3/+3
2015-02-17util/hash: Silence unused parameter warnings in testsIan Romanick9-0/+28
2015-02-07util/hash_table: Try to hit a double-insertion bug in the collision testJason Ekstrand1-1/+13
2015-01-15hash_table: Rename insert_with_hash to insert_pre_hashedJason Ekstrand1-4/+4
2014-12-14util/hash_table: Rework the API to know about hashingJason Ekstrand9-50/+44
2014-12-12util: List hash_table tests as check_PROGRAMS.Matt Turner1-1/+1
2014-08-08util: remove ralloc_testEmil Velikov2-80/+0
2014-08-05util/tests/hash_table: Link against libmesautil instead of libmesaJason Ekstrand1-4/+2
2014-08-04util: Move the open-addressing linear-probing hash_table to src/util.Kenneth Graunke13-0/+729
2014-08-04util: Move ralloc to a new src/util directory.Kenneth Graunke2-0/+78