aboutsummaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* util/disk_cache: fix a commentNicolai Hähnle2017-07-031-1/+1
* mesa/glthread: add glthread "perf" counters and pass them to gallium HUDMarek Olšák2017-06-261-0/+14
* util: move pipe_thread_is_self from gallium to src/utilMarek Olšák2017-06-261-0/+12
* mesa/util: add util_dynarray_clear() helperSamuel Pitoiset2017-06-181-0/+6
* mesa/util: add a hash table wrapper which support 64-bit keysSamuel Pitoiset2017-06-142-0/+172
* mesa/util: add new util_dynarray_delete_unordered helperSamuel Pitoiset2017-06-141-0/+14
* u_dynarray: fix coverity warning about ignoring return value from rerallocDave Airlie2017-06-131-1/+1
* util: make set's deleted_key_value declaration consistent with hash table oneVlad Golovkin2017-06-081-2/+2
* util/u_queue: fix a use-before-initialization race for queue->threadsMarek Olšák2017-06-072-17/+14
* util: Add extern c to u_dynarray.hThomas Helland2017-06-071-0/+8
* util: Port nir_array functionality to u_dynarrayThomas Helland2017-06-071-10/+37
* util: Remove unused includes and convert to lower-case memory opsThomas Helland2017-06-071-15/+12
* util: Move u_dynarray to src/utilThomas Helland2017-06-072-0/+115
* util/u_queue: add an option to set the minimum thread priorityMarek Olšák2017-06-073-3/+24
* util/u_queue: add a way to remove a job when we just want to destroy itMarek Olšák2017-06-072-6/+49
* util/vulkan: Move Vulkan utilities to src/vulkan/utilAlex Smith2017-06-063-297/+1
* util/rand_xor: add missing include statementsNicolas Dechesne2017-06-011-0/+1
* mesa/util: fix arithmetic use of 'void *' in u_vector_foreachSamuel Pitoiset2017-05-311-1/+1
* util: slab_destroy_child should check whether it's been initializedMarek Olšák2017-05-291-0/+3
* util: remove unneeded Android ifdef from ralloc.cRob Herring2017-05-251-5/+0
* util/disk_cache: add new driver_flags param to cache keysTimothy Arceri2017-05-232-3/+11
* ralloc: Use strnlen() inside of strncat()Vladislav Egorov2017-05-221-6/+1
* util: Change the pointer hashing functionThomas Helland2017-05-221-1/+2
* Android: correct libz dependencyChih-Wei Huang2017-05-171-0/+1
* util: move ALWAYS_INLINE macro to util/macro.hTimothy Arceri2017-05-091-0/+11
* util/disk_cache: remove percentage based max cache limitTimothy Arceri2017-04-281-6/+2
* disk_cache: use block size rather than file sizeTimothy Arceri2017-04-271-5/+11
* disk_cache: reduce default cache size to 5% of filesystemTimothy Arceri2017-04-271-2/+2
* util/queue: don't hang at exitRob Clark2017-04-181-1/+10
* util: fix MSVC warning in u_align_u32()Brian Paul2017-04-031-1/+1
* util: #include "c99_compat.h" to fix Windows buildBrian Paul2017-04-032-0/+2
* util: s/SHA1_H/MESA_SHA1_H/Brian Paul2017-04-031-2/+2
* util/u_atomic: provide 64bit atomics where they're missingGrazvydas Ignotas2017-04-032-0/+76
* util/disk_cache: don't deadlock on premature EOFGrazvydas Ignotas2017-03-251-17/+26
* util/disk_cache: write cache entry keys to file headerTimothy Arceri2017-03-241-6/+44
* util/disk_cache: hash pointer size and gpu name into cache keysGrazvydas Ignotas2017-03-242-43/+15
* util/disk_cache: hash timestamps into the cache keysGrazvydas Ignotas2017-03-241-51/+26
* util/disk_cache: use rand_xorshift128plus() to get our random intTimothy Arceri2017-03-231-8/+10
* util/rand_xor: add function to seed randTimothy Arceri2017-03-232-0/+69
* util: move rand_xorshift128plus() to utilsTimothy Arceri2017-03-233-0/+55
* Android: remove host libmesa_utilRob Herring2017-03-221-35/+0
* util: automake: beautify sources listEmil Velikov2017-03-221-3/+3
* util/strndup: move header inclusion as applicableEmil Velikov2017-03-221-2/+1
* util: inline strndup implementation in the headerEmil Velikov2017-03-223-50/+20
* util: consistently use ifndef guards over pragma onceEmil Velikov2017-03-224-2/+19
* util/sha1: harmonize _mesa_sha1_* wrappersGrazvydas Ignotas2017-03-222-9/+10
* util/disk_cache: fix build on platforms where shader cache is disabledTimothy Arceri2017-03-211-1/+1
* util/disk_cache: add a write helperGrazvydas Ignotas2017-03-211-14/+23
* util/disk_cache: use a helper to compute cache keysGrazvydas Ignotas2017-03-212-0/+21
* util/disk_cache: check rename resultGrazvydas Ignotas2017-03-201-2/+6