aboutsummaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: add enable_sisched driconf optionNicolai Hähnle2017-08-021-0/+9
* util: add merge_driinfo.pyNicolai Hähnle2017-08-021-0/+222
* android: export intermediates from libmesa_utilTapani Pälli2017-08-021-0/+3
* Android: fix xmlconfig buildRob Herring2017-07-311-0/+3
* util/ra: fix memory leakEric Engestrom2017-07-311-0/+2
* Attempt to fix AppVeyor build, round 2Nicolai Hähnle2017-07-311-5/+7
* Attempt to fix the AppVeyor buildNicolai Hähnle2017-07-311-4/+0
* xmlconfig: move into src/utilNicolai Hähnle2017-07-3119-8/+4390
* ra: Add a callback for selecting a register from what's available.Eric Anholt2017-07-252-14/+82
* ra: Don't put a node in its own adjacency set.Eric Anholt2017-07-251-13/+10
* ra: Pull the body of a loop out to a helper function.Eric Anholt2017-07-251-12/+19
* util: fix warning/error on 32bit buildTapani Pälli2017-07-251-2/+2
* util: Make CLAMP turn NaN into MIN.Kenneth Graunke2017-07-181-2/+2
* util/u_queue: add an option to resize the queue when it's fullMarek Olšák2017-07-172-3/+36
* util: Remove u_math from u_vectorDaniel Stone2017-07-142-1/+3
* gallium: use "ull" number suffix to keep the QtCreator parser happyMarek Olšák2017-07-101-1/+1
* 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