summaryrefslogtreecommitdiff
path: root/src/util/tests
Commit message (Expand)AuthorAgeFilesLines
* util/tests: adjust for new gtestDavid Heidelberg2023-05-141-2/+2
* util: Update some copyright tagsFaith Ekstrand2023-03-261-1/+1
* util/process_test: make the error variable staticDavid Heidelberg2023-02-241-1/+1
* util/mesa-db: Introduce multipart mesa-db cacheDmitry Osipenko2023-02-011-0/+104
* util/cache_test: Remove dummy cache entry added by cache_exists()Dmitry Osipenko2023-02-011-0/+1
* util/cache_test: Unset env vars left after Cache.List testDmitry Osipenko2023-02-011-0/+3
* util/xmlconfig: add MESA_DRICONF_EXECUTABLE_OVERRIDERyan Neph2023-01-311-0/+11
* util/u_process: remove util_get_process_name_may_override()Ryan Neph2023-01-311-11/+4
* util/tests/cache_test: Skip Cache.List if not supportedJuston Li2023-01-261-1/+5
* util/fossilize_db: add runtime RO foz db loading via FOZ_DBS_DYNAMIC_LISTJuston Li2023-01-161-0/+170
* util/disk_cache: Fix rw cache lookup when using combined ro+rw cachesDmitry Osipenko2023-01-101-0/+55
* util/disk_cache: Support combined foz ro and non-foz rw cachesDmitry Osipenko2023-01-091-0/+166
* util: Improve prototype of debug_get_num_option and debug_get_flags_optionYonggang Luo2022-12-161-0/+31
* meson: replace deprecated meson.get_cross_property(...) with meson.get_extern...Eric Engestrom2022-12-011-1/+1
* util: Fixes -Wundef in u_debug_stack_test.cppYonggang Luo2022-11-241-1/+1
* util: Move src/gallium/include/pipe/p_format.h to src/util/format/u_formats.hYonggang Luo2022-11-191-1/+1
* util: Add test for util_get_process_name_may_overrideYonggang Luo2022-11-151-0/+11
* util: Add tests for os_mman.h and util_get_process_name_may_overrideYonggang Luo2022-11-151-0/+39
* common/utrace: Prefix all environment variables with `MESA_`Mark Collins2022-11-111-1/+1
* common/utrace: Refactor and combine all envvars into `GPU_TRACES`Mark Collins2022-11-111-1/+1
* util: Replace usage of boolean with c11 bool in src/util/format/* and src/uti...Yonggang Luo2022-11-112-102/+102
* util: normalize include files under src/util/*.h with util/ prefix in mesa co...Yonggang Luo2022-11-1013-13/+13
* util: Add multi-threaded test for util/u_debug.h and util/perf/u_trace.hYonggang Luo2022-11-052-0/+69
* utils: Move functions from debug.* to u_debug.*Illia Abernikhin2022-11-021-0/+148
* util: Implement atomic operations consistently across compilers and testing f...Yonggang Luo2022-10-131-0/+19
* util: Add util_call_once for optimize call to util_call_once_with_context out...Yonggang Luo2022-09-221-0/+67
* util: Fix [-Wdeprecated-declarations] in mesa-sha1_test.cppYonggang Luo2022-08-231-2/+5
* util: Fixes memory leak in u_printf_test.cppYonggang Luo2022-08-121-5/+7
* printf: add some unit testsKarol Herbst2022-08-041-1/+178
* util/disk_cache: Add new mesa-db cache typeDmitry Osipenko2022-08-041-0/+169
* util/disk_cache: Enable testing of uncompressed cachesDmitry Osipenko2022-08-041-24/+55
* util/format: Remove format desc null checksKonstantin Seurer2022-07-211-6/+0
* util: Add unittest for timespec_getYonggang Luo2022-06-091-0/+14
* util: Remove usage of designated initializers in timespec_test.cppYonggang Luo2022-06-091-4/+4
* util: Fixes typo in test_util_get_process_exec_pathYonggang Luo2022-05-261-1/+1
* util: Fixes test_util_get_process_exec_path on windows host with msys2/mingwYonggang Luo2022-05-261-0/+14
* util/bitset: Support larger ranges in BITSET_TEST/CLEAR_RANGEJason Ekstrand2022-05-101-8/+31
* util: fix test on msvcErik Faye-Lund2022-05-031-2/+1
* util: Add some unit tests of the half-float conversions.Emma Anholt2022-05-021-0/+134
* util: Remove util_cpu_detectJason Ekstrand2022-04-201-2/+0
* util: Add tests for u_printf.hYonggang Luo2022-04-111-0/+42
* util/timespec: Return overflow from timespec_add_[mn]sec()Jason Ekstrand2022-04-061-7/+34
* util: trim trailing space for files src/util/**/*Yonggang Luo2022-03-211-1/+1
* util/disk_cache: rename MESA_GLSL_CACHE envvarJuan A. Suarez Romero2022-03-171-19/+19
* util: Use ralloc for strings in cache testCaio Oliveira2021-12-111-22/+29
* util: Convert cache test to use gtestCaio Oliveira2021-12-112-191/+74
* util/dag: Add dag_add_edge_max_dataConnor Abbott2021-11-171-0/+53
* util/dag: Make edge data a uintptr_tConnor Abbott2021-11-171-1/+1
* util/ra: Fix deserialization of register setsCaio Oliveira2021-11-101-1/+1
* util/ra: Add simple test for register set serializationCaio Oliveira2021-11-101-0/+70