Attempt to fix the AppVeyor build
[mesa.git] / src / util /
2017-07-31 Nicolai HähnleAttempt to fix the AppVeyor build
2017-07-31 Nicolai Hähnlexmlconfig: move into src/util
2017-07-25 Eric Anholtra: Add a callback for selecting a register from what...
2017-07-25 Eric Anholtra: Don't put a node in its own adjacency set.
2017-07-25 Eric Anholtra: Pull the body of a loop out to a helper function.
2017-07-25 Tapani Pälliutil: fix warning/error on 32bit build
2017-07-19 Kenneth Graunkeutil: Make CLAMP turn NaN into MIN.
2017-07-17 Marek Olšákutil/u_queue: add an option to resize the queue when...
2017-07-14 Daniel Stoneutil: Remove u_math from u_vector
2017-07-10 Marek Olšákgallium: use "ull" number suffix to keep the QtCreator...
2017-07-03 Nicolai Hähnleutil/disk_cache: fix a comment
2017-06-26 Marek Olšákmesa/glthread: add glthread "perf" counters and pass...
2017-06-26 Marek Olšákutil: move pipe_thread_is_self from gallium to src...
2017-06-18 Samuel Pitoisetmesa/util: add util_dynarray_clear() helper
2017-06-14 Samuel Pitoisetmesa/util: add a hash table wrapper which support 64...
2017-06-14 Samuel Pitoisetmesa/util: add new util_dynarray_delete_unordered helper
2017-06-12 Dave Airlieu_dynarray: fix coverity warning about ignoring return...
2017-06-08 Vlad Golovkinutil: make set's deleted_key_value declaration consiste...
2017-06-07 Marek Olšákutil/u_queue: fix a use-before-initialization race...
2017-06-07 Thomas Hellandutil: Add extern c to u_dynarray.h
2017-06-07 Thomas Hellandutil: Port nir_array functionality to u_dynarray
2017-06-07 Thomas Hellandutil: Remove unused includes and convert to lower-case...
2017-06-07 Thomas Hellandutil: Move u_dynarray to src/util
2017-06-07 Marek Olšákutil/u_queue: add an option to set the minimum thread...
2017-06-07 Marek Olšákutil/u_queue: add a way to remove a job when we just...
2017-06-06 Alex Smithutil/vulkan: Move Vulkan utilities to src/vulkan/util
2017-06-01 Nicolas Dechesneutil/rand_xor: add missing include statements
2017-05-31 Samuel Pitoisetmesa/util: fix arithmetic use of 'void *' in u_vector_f...
2017-05-28 Marek Olšákutil: slab_destroy_child should check whether it's...
2017-05-25 Rob Herringutil: remove unneeded Android ifdef from ralloc.c
2017-05-22 Timothy Arceriutil/disk_cache: add new driver_flags param to cache...
2017-05-22 Vladislav Egorovralloc: Use strnlen() inside of strncat()
2017-05-21 Thomas Hellandutil: Change the pointer hashing function
2017-05-17 Chih-Wei HuangAndroid: correct libz dependency
2017-05-09 Timothy Arceriutil: move ALWAYS_INLINE macro to util/macro.h
2017-04-28 Timothy Arceriutil/disk_cache: remove percentage based max cache...
2017-04-27 Timothy Arceridisk_cache: use block size rather than file size
2017-04-27 Timothy Arceridisk_cache: reduce default cache size to 5% of filesystem
2017-04-18 Rob Clarkutil/queue: don't hang at exit
2017-04-03 Brian Paulutil: fix MSVC warning in u_align_u32()
2017-04-03 Brian Paulutil: #include "c99_compat.h" to fix Windows build
2017-04-03 Brian Paulutil: s/SHA1_H/MESA_SHA1_H/
2017-04-03 Grazvydas Ignotasutil/u_atomic: provide 64bit atomics where they're...
2017-03-25 Grazvydas Ignotasutil/disk_cache: don't deadlock on premature EOF
2017-03-24 Timothy Arceriutil/disk_cache: write cache entry keys to file header
2017-03-24 Grazvydas Ignotasutil/disk_cache: hash pointer size and gpu name into...
2017-03-24 Grazvydas Ignotasutil/disk_cache: hash timestamps into the cache keys
2017-03-22 Timothy Arceriutil/disk_cache: use rand_xorshift128plus() to get...
2017-03-22 Timothy Arceriutil/rand_xor: add function to seed rand
2017-03-22 Timothy Arceriutil: move rand_xorshift128plus() to utils
2017-03-22 Rob HerringAndroid: remove host libmesa_util
2017-03-22 Emil Velikovutil: automake: beautify sources list
2017-03-22 Emil Velikovutil/strndup: move header inclusion as applicable
2017-03-22 Emil Velikovutil: inline strndup implementation in the header
2017-03-22 Emil Velikovutil: consistently use ifndef guards over pragma once
2017-03-22 Grazvydas Ignotasutil/sha1: harmonize _mesa_sha1_* wrappers
2017-03-21 Timothy Arceriutil/disk_cache: fix build on platforms where shader...
2017-03-21 Grazvydas Ignotasutil/disk_cache: add a write helper
2017-03-21 Grazvydas Ignotasutil/disk_cache: use a helper to compute cache keys
2017-03-19 Grazvydas Ignotasutil/disk_cache: check rename result
2017-03-19 Grazvydas Ignotasutil/disk_cache: delete .tmp if target exists
2017-03-19 Grazvydas Ignotasutil/disk_cache: fix stored_keys index
2017-03-18 Alan Swansonutil/disk_cache: pass predicate functions file stats...
2017-03-17 Tapani Pälliutil/build-id: check dlpi_name before strstr call
2017-03-15 Grazvydas Ignotasutil/disk_cache: do eviction before creating .tmp
2017-03-15 Emil Velikovutil/sha1: drop _mesa_sha1_{update, format} return...
2017-03-15 Emil Velikovutil/sha1: rework _mesa_sha1_{init,final}
2017-03-15 Emil Velikovutil/sha1: add non-typedef name for the SHA1_CTX struct
2017-03-15 Alan Swansonutil/disk_cache: scale cache according to filesystem...
2017-03-15 Alan Swansonutil/disk_cache: actually enforce cache size
2017-03-15 Alan Swansonutil/disk_cache: use LRU eviction rather than random...
2017-03-15 Timothy Arceriutil/disk_cache: don't fallback to an empty cache dir...
2017-03-15 Timothy Arceriutil/disk_cache: use a thread queue to write to shader...
2017-03-15 Timothy Arceriutil/disk_cache: add helpers for creating/destroying...
2017-03-15 Timothy Arceriutil/disk_cache: add thread queue to disk cache
2017-03-14 Jason Ekstrandutil/vk: Add helpers for finding an extension struct
2017-03-13 Chad Versaceutil/vulkan: Add vk_outarray (v2)
2017-03-13 Jose Fonsecautil/u_thread.h: Include stdint.h for int64_t definition.
2017-03-13 Emil Velikovutil/bitscan: use correct signature for ffs/ffsll
2017-03-12 Timothy Arceriutil/u_queue: make u_queue accessible to cpp
2017-03-12 Timothy Arcerigallium/util: move u_queue.{c,h} to src/util
2017-03-12 Timothy Arceriutil: add u_thread.h
2017-03-12 Timothy Arcerigallium/util: move u_string.h to src/util/u_string.h
2017-03-10 Emil Velikovutil: remove shebang from format_srgb.py
2017-03-09 Grazvydas Ignotasutil/disk_cache: fix size subtraction on 32bit
2017-03-09 Grazvydas Ignotasutil/disk_cache: fix compressed size calculation
2017-03-06 Grazvydas Ignotasralloc: don't leave out the alignment factor
2017-03-06 Timothy Arceriutil/disk_cache: fix make check
2017-03-05 Timothy ArceriRevert "glsl: Switch to disable-by-default for the...
2017-03-05 Timothy Arceriutil/disk_cache: support caches for multiple architectures
2017-03-05 Grazvydas Ignotasutil/disk_cache: mark read-only arguments const
2017-03-04 Mauro Rossiandroid: fix libz dynamic library dependencies
2017-03-03 Timothy Arceriutil/disk_cache: compress individual cache entries
2017-03-03 Timothy Arceriutil/disk_cache: add support for detecting corrupt...
2017-03-02 Jonas Pfeilralloc: Make sure ralloc() allocations match malloc...
2017-03-01 Jason Ekstrandutil/build-id: Return a pointer rather than copying...
2017-02-27 Kenneth Graunkeralloc: Delete autofree handling.
2017-02-25 Vinson Leeutil/disk_cache: Use backward compatible st_mtime.
2017-02-24 Emil Velikovutil: automake: add sha1/README to the tarball
2017-02-22 Timothy Arceriutil/disk_cache: fix bug with deleting old cache dirs
next