broadcom/vc5: Introduce v3dx_macros.h and v3dx_pack.h headers.
[mesa.git] / src / util /
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
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
next