meson: Don't link gbm with threads
[mesa.git] / src / util /
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
2017-09-27 Dylan Bakerutil/ralloc: Don't define assert with magic member...
2017-09-26 Thomas Hellandutil: Add tests for the string buffer
2017-09-26 Thomas Hellandutil: Add a string buffer implementation
2017-09-22 Grazvydas Ignotasutil/u_atomic: remove unnecessaty __atomic functions
2017-09-22 Grazvydas Ignotasconfigure: check if -latomic is needed for __atomic_*
2017-09-18 Nicolai Hähnleradeonsi: allow out-of-order rasterization in commutati...
2017-09-18 Nicolai Hähnleradeonsi: add drirc option "radeonsi_assume_no_z_fights"
2017-09-15 Matt Turnerutil/u_atomic: Add implementation of __sync_val_compare...
2017-09-15 Matt Turnerutil: Link libmesautil into u_atomic_test
2017-09-14 Christoph Berlinerdrirc: enable glthread for more games (Civ5, CivBE...
2017-09-13 Chad Versaceutil/build_id: Include <dlfcn.h>
2017-09-13 Chad Versaceutil: Query build-id by symbol address, not library...
2017-09-12 Eric Engestromutil/disk_cache: turn MESA_GLSL_CACHE_DISABLE into...
2017-09-07 Marek Olšákdisk_cache: make the thread queue resizable and low...
2017-09-07 Eric Engestromutil: rename include guard to avoid clash
2017-09-06 Nicolai Hähnleutil/ralloc: set prev-pointers correctly in ralloc_adopt
2017-09-03 Eric Engestromutil: improve compiler guard
2017-08-31 Roland Scheideggerutil: only use SCHED_IDLE in pthread_setschedparam...
2017-08-29 Emil Velikovutil: move string_to_uint_map to glsl
2017-08-27 Timothy Arceridisk_cache: assert if a cache entries keys don't match...
2017-08-26 Emil Velikovxmlconfig: use the portable __VA_ARGS__
2017-08-25 Timothy Arceriutil/disk_cache: write cache item metadata to disk
2017-08-25 Timothy Arceriglsl: pass shader source keys to the disk cache
2017-08-25 Timothy Arceriutil/disk_cache: add struct cache_item_metadata
2017-08-25 Timothy Arceridisk_cache: enable limited hash collision detection...
2017-08-25 Timothy Arceriutil/disk_cache: rename mesa cache dir and introduce...
2017-08-18 Eric Anholtanv: Move a comment that got left behind in the u_vecto...
2017-08-15 Eric Anholtutil: Fix build on old glibc.
2017-08-11 Timothy Arceriutil/ralloc: add ralloc_str_append() helper
2017-08-04 Juan A. Suarez Romeroutil: Makefile.am: add merge_driinfo.py in extra dist
2017-08-02 Emil Velikovutil: use cannonical form of ARRAY_SIZE
2017-08-02 Nicolai Hähnleradeonsi: add enable_sisched driconf option
2017-08-02 Nicolai Hähnleutil: add merge_driinfo.py
2017-08-02 Tapani Pälliandroid: export intermediates from libmesa_util
2017-07-31 Rob HerringAndroid: fix xmlconfig build
2017-07-31 Eric Engestromutil/ra: fix memory leak
2017-07-31 Nicolai HähnleAttempt to fix AppVeyor build, round 2
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()
next