meson: Remove various completed todos
[mesa.git] / src / util /
2018-06-05 Scott D Phillipsutil/tests/vma: Fix warning c++11-narrowing
2018-06-05 Scott D Phillipsutil: tests: vma test depends on C++11 support
2018-05-31 Scott D Phillipsutil: Add a randomized test for the virtual memory...
2018-05-31 Jason Ekstrandutil: Add a virtual memory allocator
2018-05-29 Pierre Moreauutil/u_math: Implement a logbase2 function for unsigned...
2018-05-04 Scott D Phillipsutil/set: add a set_clear function
2018-04-27 Marek Olšákutil/u_queue: fix a deadlock in util_queue_finish
2018-04-24 Jason Ekstrandutil/srgb: Add a float sRGB -> linear helper
2018-04-12 Marek Olšákmesa: include mtypes.h less
2018-03-29 Ian Romanickutil: Include bitscan.h directly
2018-03-29 Ian Romanickutil: Optimize util_is_power_of_two_nonzero
2018-03-29 Ian Romanickutil: Use util_is_power_of_two_nonzero in u_vector
2018-03-29 Ian Romanickutil: Add and use util_is_power_of_two_nonzero
2018-03-29 Ian Romanickutil: Move util_is_power_of_two to bitscan.h and rename...
2018-03-29 Marek Olšákdrirc: whitelist glthread for Medieval II: TW, Carnivor...
2018-03-23 Eric Engestrommeson/configure: detect endian.h instead of trying...
2018-03-14 Thomas Hellandutil: Use set_foreach instead of rolling our own
2018-03-14 Thomas Hellandutil: Implement a hash table cloning function
2018-03-08 Eric Engestromdrirc: whitespace fix
2018-03-08 Thomas Hellstromdrirc: Disable the GLX_SGI_video_sync extension for...
2018-03-08 Thomas Hellstromglx/dri: Add a driconf option to disable GLX_SGI_video_sync
2018-03-02 Thierry Redingdisk cache: Link with -latomic if necessary
2018-03-01 Jonathan Grayutil: use clock_gettime() on PIPE_OS_BSD
2018-02-27 Francisco Jerezutil/bitset: Make C++ wrapper trivially constructible.
2018-02-24 Francisco Jerezutil/bitset: Add C++ wrapper for static-size bitsets.
2018-02-24 Francisco Jerezutil: Add EXPLICIT_CONVERSION macro.
2018-02-09 Tapani Pällidisk cache: move path creation back to constructor
2018-02-07 Tapani Pällidisk cache: add callback functionality
2018-02-07 Tapani Pällidisk cache: initialize cache path and index only when...
2018-02-06 Vlad Golovkinutil: remove redundant check for the __clang__ macro
2018-02-05 Stephan Gerholdutil/build-id: Fix address comparison for binaries...
2018-01-24 Dylan Bakermeson: correctly set SYSCONFDIR for loading dirrc
2018-01-22 Samuel Thibaultu_thread: Use pthread_setname_np on linux only.
2018-01-20 Dylan Bakerautotools: include meson build files in tarball
2018-01-17 Brian Paulutil: include string.h in u_dynarray.h
2018-01-17 Brian Paulmesa: include compiler.h in disk_cache.c
2018-01-14 Grazvydas Ignotasutil: use faster zlib's CRC32 implementaion
2018-01-14 Grazvydas Ignotasutil/crc32: don't drop the const qualifier
2018-01-12 Roland Scheideggerutil: fix NORETURN for msvc, add HAVE_FUNC_ATTRIBUTE_NO...
2018-01-11 Dylan Bakermeson: Use consistent style for tests
2018-01-08 Igor Gnatenkolink mesautil with pthreads
2018-01-03 Mario Kleinerdri/common: Add option to allow exposure of 10 bpc...
2018-01-03 Rob HerringAndroid: util: fix locale generation in options.h
2017-12-20 Tapani Pällidrirc: set allow_glsl_cross_stage_interpolation_mismatc...
2017-12-15 Emil Velikovutil: scons: wire up the sha1 test
2017-12-11 Marek Olšákdrirc: whitelist glthread for Mount and Blade Warband...
2017-12-07 Eric Engestrommeson: add dep_thread to every lib that includes threads.h
2017-12-07 Vadym Shovkopliasutil/disk_cache: Remove unneeded free() on always null...
2017-12-04 Jason Ekstrandutil: Add a NORETURN macro
2017-11-30 Tapani Pällimesa: add AllowGLSLCrossStageInterpolationMismatch...
2017-11-29 Jon Turneyutil: Also include endian.h on cygwin
2017-11-28 Eric Engestromutil: add mesa-sha1 test to meson
2017-11-26 Matt Turnerutil: Just give up and define PIPE_ARCH_LITTLE_ENDIAN...
2017-11-25 Matt Turnerutil: Use preprocessor correctly
2017-11-25 Matt Turnerutil: Fix disk_cache index calculation on big endian
2017-11-25 Matt Turnerutil: Add a SHA1 unit test program
2017-11-25 Matt Turnerutil: Fix SHA1 implementation on big endian
2017-11-25 Matt Turnerutil: Assume little endian in the absence of platform...
2017-11-20 Nicolai Hähnleutil/u_queue: really use futex-based fences
2017-11-20 Nicolai Hähnleutil/u_queue: fix timeout handling in util_queue_fence_...
2017-11-17 Gert Wollnysrc/util/simple_mtx.h: Fix two -Wunused-param warnings.
2017-11-17 Brian Paulutil: add new ASSERT_BITFIELD_SIZE() macro (v3)
2017-11-10 Jon Turneyutil: include unistd.h, which may be required for uslee...
2017-11-10 Nicolai Hähnleutil/u_thread: fix compilation on Mac OS
2017-11-10 Nicolai Hähnleutil/u_queue: handle OS_TIMEOUT_INFINITE in util_queue_...
2017-11-09 Nicolai Hähnleutil/u_queue: add util_queue_fence_wait_timeout
2017-11-09 Nicolai Hähnleutil: move os_time.[ch] to src/util
2017-11-09 Nicolai Hähnleu_queue: add util_queue_finish for waiting for previous...
2017-11-09 Nicolai Hähnleutil: move pipe_barrier into src/util and rename to...
2017-11-09 Nicolai Hähnleu_queue: add a futex-based implementation of fences
2017-11-09 Nicolai Hähnleu_queue: add util_queue_fence_reset
2017-11-09 Nicolai Hähnleu_queue: export util_queue_fence_signal
2017-11-09 Nicolai Hähnleu_queue: group fence functions together
2017-11-09 Nicolai Hähnleutil/u_atomic: add p_atomic_xchg
2017-11-09 Nicolai Hähnleutil: move futex helpers into futex.h
2017-11-09 Timothy Arcerimesa: Add new fast mtx_t mutex type for basic use cases
2017-11-01 Jordan Justendisk_cache: Fix issue reading GLSL metadata
2017-10-30 Lionel Landwerlinutil: hashtable: make hashing prototypes match
2017-10-27 Samuel Pitoisetradeonsi: update hack for HTILE corruption in ARK:...
2017-10-26 Greg Vutil: use OpenBSD/NetBSD code on FreeBSD/DragonFly
2017-10-23 Brian Paulutil: add util_strdup() wrapper macro
2017-10-19 Darren Saltdrirc: Group a few games in the glthread whitelist...
2017-10-19 Darren Saltdrirc: Enable glthread for more games (Saints Row 4...
2017-10-13 Jason Ekstrandralloc: Allow reparenting to a NULL context
2017-10-11 Timothy Arceriradv: create on-disk shader cache
2017-10-10 Brian Paulmesa: move _mesa_half_is_negative() to half_float.h
2017-10-10 Nicolai Hähnledisk_cache: remove unnecessary NULL-pointer guards
2017-10-10 Nicolai Hähnledisk_cache: fix a memory leak
2017-10-09 Dylan Bakermeson: Build i965 and dri stack
2017-10-09 Marek Olšákdrirc: whitelist glthread for Spec Ops: The Line
2017-10-06 Marek Olšákradeonsi: add a drirc workaround for HTILE corruption...
2017-10-03 Brian Paulutil: include string.h in u_string.h
2017-10-03 Dylan Bakermeson: convert gtest to an internal dependency
2017-10-03 Brian Paulutil: include stdlib.h in u_string.h to silence MinGW...
2017-10-03 Matt Turnermesa: Remove force_s3tc_enable driconf variable
2017-09-29 Kamil Páraldrirc: whitelist glthread for Outlast
2017-09-29 Nicolai Hähnleutil/queue: fix a race condition in the fence code
2017-09-28 Thomas Hellandutil: fix in-class initialization of static member
2017-09-28 Brian Paulutil: add util_vasprintf() for Windows (v2)
2017-09-27 Dylan Bakermeson: Add build Intel "anv" vulkan driver
next