radv: report timestampPeriod correctly
[mesa.git] / src / util /
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
2017-02-22 Brian Paulutil: fix MSVC build issue in disk_cache.h
2017-02-21 Timothy Arceriutil/disk_cache: create timestamp and gpu_id dirs when...
2017-02-21 Timothy Arceriutil/radv: move *_get_function_timestamp() to utils
2017-02-20 Jonathan Grayutil/build-id: define ElfW and NT_GNU_BUILD_ID if needed
2017-02-17 Timothy Arceriglsl: disable on disk shader cache when running as...
2017-02-17 Timothy Arceriutil/disk_cache: fix typo in function stub
2017-02-17 Timothy Arceriutil/disk_cache: check cache exists before calling...
2017-02-17 Timothy Arceriutil/disk_cache: add support for removing old versions...
2017-02-17 Timothy Arceriutil/disk_cache: allow drivers to pass a directory...
2017-02-16 Emil Velikovutil/disk_cache: do not allow space in MESA_GLSL_CACHE_...
2017-02-15 Matt Turnerutil: Add utility build-id code.
2017-02-15 Jason Ekstrandutil: Fix a typo in Makefile.sources
2017-02-15 Jason Ekstrandutil: Add helpers for iterating over Vulkan extension...
2017-02-13 Timothy Arceriutil/disk_cache: correctly use stat(3)
2017-02-10 Timothy Arceriutil/disk_cache: use stat() to check if entry is a...
2017-02-09 Timothy Arceriutil/disk_cache: error check asprintf()
2017-02-09 Timothy Arceriutil/disk_cache: stop using ralloc_asprintf() unnecessarily
2017-02-09 Timothy Arceriutil: add a disk_cache_remove() function
2017-01-30 Carl Worthglsl: Switch to disable-by-default for the GLSL shader...
2017-01-18 Emil Velikovutils: really remove the __END_DECLS macro
2017-01-18 Emil Velikovutils: build sha1/disk cache only with Android/Autoconf
2017-01-18 Emil Velikovutil: import sha1 implementation from OpenBSD
2017-01-16 Marek Olšákradeonsi: make fix_fetch 64-bit
2017-01-12 Timothy Arceriutil: fix list_is_singular()
2016-11-22 Marek Olšákutil: import CRC32 implementation from gallium
2016-11-22 Gwan-gyeong Munutil/disk_cache: close a previously opened handle in...
2016-11-21 George Kyriazismesa: removed redundant #else
2016-11-17 Jason Ekstrandutil/vk_alloc: Add a vk_zalloc2 helper
2016-11-17 Jason Ekstrandutil/vk_alloc: Ensure NULL is handled correctly in...
2016-11-16 Vinson Leeutil: Fix Clang trivial destructor check.
2016-11-15 Marek Olšákutil/disk_cache: use unambiguous naming
2016-11-15 Marek Olšákutil: import cache.c/h from glsl
2016-11-11 Tapani Pälliutil: use STATIC_ASSERT instead of static_assert
2016-11-09 Brian Paulutil: add MSVC HAS_TRIVIAL_DESTRUCTOR implementation
2016-10-31 Marek Olšákralloc: add a linear allocator as a child node of ralloc
2016-10-31 Marek Olšákralloc: remove memset from ralloc_size
2016-10-31 Marek Olšákralloc: add DECLARE_RZALLOC_CXX_OPERATORS
2016-10-31 Marek Olšákralloc: don't memset ralloc_header, clear it manually
2016-10-20 Vinson Leeutil: Include string.h in bitscan.h.
next