summaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)AuthorFilesLines
2017-09-12util/disk_cache: turn MESA_GLSL_CACHE_DISABLE into a booleanEric Engestrom1-1/+2
2017-09-07disk_cache: make the thread queue resizable and low priorityMarek Olšák1-6/+8
2017-09-07util: rename include guard to avoid clashEric Engestrom1-3/+3
2017-09-06util/ralloc: set prev-pointers correctly in ralloc_adoptNicolai Hähnle1-1/+3
2017-09-03util: improve compiler guardEric Engestrom1-6/+6
2017-09-01util: only use SCHED_IDLE in pthread_setschedparam() when it's definedRoland Scheidegger1-1/+1
2017-08-29util: move string_to_uint_map to glslEmil Velikov3-221/+0
2017-08-28disk_cache: assert if a cache entries keys don't match mesaTimothy Arceri1-1/+3
2017-08-26xmlconfig: use the portable __VA_ARGS__Emil Velikov1-6/+6
2017-08-25util/disk_cache: write cache item metadata to diskTimothy Arceri1-1/+87
2017-08-25glsl: pass shader source keys to the disk cacheTimothy Arceri2-5/+9
2017-08-25util/disk_cache: add struct cache_item_metadataTimothy Arceri1-0/+20
2017-08-25disk_cache: enable limited hash collision detection in release buildsTimothy Arceri1-16/+10
2017-08-25util/disk_cache: rename mesa cache dir and introduce cache versioningTimothy Arceri2-12/+38
2017-08-18anv: Move a comment that got left behind in the u_vector refactor.Eric Anholt1-0/+9
2017-08-15util: Fix build on old glibc.Eric Anholt1-1/+3
2017-08-11util/ralloc: add ralloc_str_append() helperTimothy Arceri2-0/+37
2017-08-04util: Makefile.am: add merge_driinfo.py in extra distJuan A. Suarez Romero1-0/+1
2017-08-02util: use cannonical form of ARRAY_SIZEEmil Velikov1-1/+1
2017-08-02radeonsi: add enable_sisched driconf optionNicolai Hähnle1-0/+9
2017-08-02util: add merge_driinfo.pyNicolai Hähnle1-0/+222
2017-08-02android: export intermediates from libmesa_utilTapani Pälli1-0/+3
2017-07-31Android: fix xmlconfig buildRob Herring1-0/+3
2017-07-31util/ra: fix memory leakEric Engestrom1-0/+2
2017-07-31Attempt to fix AppVeyor build, round 2Nicolai Hähnle1-5/+7
2017-07-31Attempt to fix the AppVeyor buildNicolai Hähnle1-4/+0
2017-07-31xmlconfig: move into src/utilNicolai Hähnle19-8/+4390
2017-07-25ra: Add a callback for selecting a register from what's available.Eric Anholt2-14/+82
2017-07-25ra: Don't put a node in its own adjacency set.Eric Anholt1-13/+10
2017-07-25ra: Pull the body of a loop out to a helper function.Eric Anholt1-12/+19
2017-07-25util: fix warning/error on 32bit buildTapani Pälli1-2/+2
2017-07-18util: Make CLAMP turn NaN into MIN.Kenneth Graunke1-2/+2
2017-07-17util/u_queue: add an option to resize the queue when it's fullMarek Olšák2-3/+36
2017-07-14util: Remove u_math from u_vectorDaniel Stone2-1/+3
2017-07-10gallium: use "ull" number suffix to keep the QtCreator parser happyMarek Olšák1-1/+1
2017-07-03util/disk_cache: fix a commentNicolai Hähnle1-1/+1
2017-06-26mesa/glthread: add glthread "perf" counters and pass them to gallium HUDMarek Olšák1-0/+14
2017-06-26util: move pipe_thread_is_self from gallium to src/utilMarek Olšák1-0/+12
2017-06-18mesa/util: add util_dynarray_clear() helperSamuel Pitoiset1-0/+6
2017-06-14mesa/util: add a hash table wrapper which support 64-bit keysSamuel Pitoiset2-0/+172
2017-06-14mesa/util: add new util_dynarray_delete_unordered helperSamuel Pitoiset1-0/+14
2017-06-13u_dynarray: fix coverity warning about ignoring return value from rerallocDave Airlie1-1/+1
2017-06-08util: make set's deleted_key_value declaration consistent with hash table oneVlad Golovkin1-2/+2
2017-06-07util/u_queue: fix a use-before-initialization race for queue->threadsMarek Olšák2-17/+14
2017-06-07util: Add extern c to u_dynarray.hThomas Helland1-0/+8
2017-06-07util: Port nir_array functionality to u_dynarrayThomas Helland1-10/+37
2017-06-07util: Remove unused includes and convert to lower-case memory opsThomas Helland1-15/+12
2017-06-07util: Move u_dynarray to src/utilThomas Helland2-0/+115
2017-06-07util/u_queue: add an option to set the minimum thread priorityMarek Olšák3-3/+24
2017-06-07util/u_queue: add a way to remove a job when we just want to destroy itMarek Olšák2-6/+49