aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/tests
Commit message (Expand)AuthorAgeFilesLines
* util: Share a single function pointer for the 4-byte rgba unpack function.Eric Anholt2020-07-071-6/+9
* util/tests: initialize variableErik Faye-Lund2020-04-161-1/+1
* meson: inline `inc_common`Eric Engestrom2020-03-288-8/+8
* util/sparse_array: Finish the sparse_array in the testsJason Ekstrand2020-03-201-0/+2
* gitlab-ci: Add ppc64el and s390x cross-build jobsMichel Dänzer2020-02-052-0/+2
* util/hash_table: added hash functions for integer typesAnthony Pesch2020-01-234-4/+4
* util/vector: Fix u_vector_foreach when head rolls overC Stout2020-01-172-0/+131
* u_format: move format tests to util/tests/Eric Engestrom2019-12-273-1/+896
* util/format: add trivial srgb<->linear conversion testEric Engestrom2019-12-272-0/+52
* util: Add a util_sparse_array data structureJason Ekstrand2019-10-312-0/+112
* util/tests: Avoid int64_t overflow issues in fast_idiv_by_const testMichel Dänzer2019-10-241-2/+2
* util: Use uint64_t for shifting left in sign_extend and struncMichel Dänzer2019-10-241-1/+1
* meson: Add msvc compat args to util/testsDylan Baker2019-10-101-0/+1
* Fix timespec_from_nsec test for 32-bit time_tJon Turney2019-09-171-1/+1
* util/timespec: use unsigned 64 bit integers for nsec valuesLionel Landwerlin2019-08-221-21/+4
* meson: drop unused dep_{thread,dl}Eric Engestrom2019-08-034-4/+4
* meson: replace libmesa_util with idep_mesautilEric Engestrom2019-08-037-13/+7
* util: add a timespec helperLionel Landwerlin2019-07-292-0/+340
* util: Add a helper for faster remaindersConnor Abbott2019-05-312-0/+131
* util/set: Add a _mesa_set_search_or_add() functionConnor Abbott2019-05-311-0/+33
* tests/vma: fix build with MSVCDylan Baker2019-05-031-0/+8
* util/tests: Use define instead of VLADylan Baker2019-05-035-20/+25
* delete autotools .gitignore filesEric Engestrom2019-04-291-12/+0
* Delete autotoolsDylan Baker2019-04-155-214/+0
* util/tests: compile to something sensible in release buildsEric Engestrom2019-02-1412-0/+24
* meson: Add tests to suitesDylan Baker2018-11-205-5/+10
* util: use C99 declaration in the for-loop hash_table_foreach() macroEric Engestrom2018-10-252-2/+1
* util: Add tests for fast integer division by constantsJason Ekstrand2018-10-103-0/+545
* util/string_buffer: fix warning in testsCaio Marcelo de Oliveira Filho2018-07-181-3/+3
* util/hash_table: add helper to remove entry by keyCaio Marcelo de Oliveira Filho2018-07-134-1/+67
* util/set: helper to remove entry by keyCaio Marcelo de Oliveira Filho2018-07-121-0/+28
* util/set: add a clone functionCaio Marcelo de Oliveira Filho2018-07-121-0/+32
* util/set: add a basic unit testCaio Marcelo de Oliveira Filho2018-07-123-0/+127
* vma/tests: Fix compilation if limits.h defines PAGE_SIZE (v2)Jon Turney2018-07-061-8/+8
* 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