util/sha1: rework _mesa_sha1_{init,final}
[mesa.git] / src / util /
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.
2016-10-18 Dave Airlievulkan: add vk_alloc.h shared allocation inlines.
2016-10-18 Dave Airlieutil: move min/max/clamp macros to util macros.h
2016-10-18 Dave Airlieutil: add vector util code.
2016-10-07 Timothy Arceriutil: remove unused variable
2016-10-05 Nicolai Hähnleutil/slab: re-design to allow migration between pools...
2016-10-05 Nicolai Hähnleutil: use GCC atomic intrinsics with explicit memory...
2016-09-23 Timothy Arceriutil: remove Sun C Compiler support
2016-09-13 Dave Airlieu_endian: add android to glibc clause
2016-09-12 Thomas Hellandmesa/glsl: Move string_to_uint_map into the util folder
2016-09-12 Thomas Hellandutil: Move hash_table_call_foreach to util hash table
2016-09-06 Roland Scheideggerutil: (trivial) add <stdint.h> include to slab.c
2016-09-06 Marek Olšákutil: import the slab allocator from gallium
2016-09-06 Dave Airliegallium/util: move endian detect into a separate file
2016-08-22 Tapani Pälliutil: add assert that key cannot be NULL on insertion
2016-08-18 Kenneth Graunkemesa: Fix uf10_to_f32() scale factor in the E == 0...
2016-08-17 Brian Paulutil: try to use SSE instructions with MSVC and 32...
2016-08-10 Mathias Fröhlichutil: Use win32 intrinsics for util_last_bit if present.
2016-08-09 Mathias Fröhlichutil: Move _mesa_fsl/util_last_bit into util/bitscan.h
2016-08-05 Jason Ekstrandutil/r11g11b10f: Whitespace cleanups
2016-08-05 Jason Ekstrandutil/format: Use explicitly sized types
2016-08-05 Jason Ekstrandutil/rgb9e5: Get rid of the float754 union
2016-08-05 Jason Ekstrandutil/format_rgb9e5: Get rid of the rgb9e5 union
2016-08-05 Jason Ekstrandutil: Move format_r11g11b10f.h to src/util
2016-08-05 Jason Ekstrandutil: Move format_rgb9e5.h to src/util
2016-07-06 Rob Clarklist: fix list_replace() for empty lists
2016-06-14 Mathias Fröhlichmesa/gallium: Move u_bit_scan{,64} from gallium to...
2016-05-25 Kristian Høgsberg... mesa: Add .gitignore entries for make check binaries
next