summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* util/ralloc: set prev-pointers correctly in ralloc_adoptNicolai Hähnle2017-09-061-1/+3
* util: improve compiler guardEric Engestrom2017-09-031-6/+6
* util: only use SCHED_IDLE in pthread_setschedparam() when it's definedRoland Scheidegger2017-09-011-1/+1
* util: move string_to_uint_map to glslEmil Velikov2017-08-293-221/+0
* disk_cache: assert if a cache entries keys don't match mesaTimothy Arceri2017-08-281-1/+3
* xmlconfig: use the portable __VA_ARGS__Emil Velikov2017-08-261-6/+6
* util/disk_cache: write cache item metadata to diskTimothy Arceri2017-08-251-1/+87
* glsl: pass shader source keys to the disk cacheTimothy Arceri2017-08-252-5/+9
* util/disk_cache: add struct cache_item_metadataTimothy Arceri2017-08-251-0/+20
* disk_cache: enable limited hash collision detection in release buildsTimothy Arceri2017-08-251-16/+10
* util/disk_cache: rename mesa cache dir and introduce cache versioningTimothy Arceri2017-08-252-12/+38
* anv: Move a comment that got left behind in the u_vector refactor.Eric Anholt2017-08-181-0/+9
* util: Fix build on old glibc.Eric Anholt2017-08-151-1/+3
* util/ralloc: add ralloc_str_append() helperTimothy Arceri2017-08-112-0/+37
* util: Makefile.am: add merge_driinfo.py in extra distJuan A. Suarez Romero2017-08-041-0/+1
* util: use cannonical form of ARRAY_SIZEEmil Velikov2017-08-021-1/+1
* 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