etnaviv: drm: add softpin interface
[mesa.git] / src / util /
2019-10-16 Eric Engestromutil/u_atomic: fix return type of p_atomic_{inc,dec...
2019-10-16 Alan Coopersmithutil: Solaris has linux-style pthread_setname_np
2019-10-16 Alan Coopersmithutil: Workaround lack of flock on Solaris
2019-10-16 Alan Coopersmithutil: Make Solaris implemention of p_atomic_add work...
2019-10-10 Dylan Bakermeson/util: Don't run string_buffer tests on mingw
2019-10-10 Dylan Bakermeson: only build timspec test if timespec is available
2019-10-10 Dylan Bakermeson: don't build or run mesa-sha1 test on windows
2019-10-10 Dylan Bakermeson: Add msvc compat args to util/tests
2019-10-10 Dylan Bakerutil/xmlconfig: include strndup.h for windows
2019-10-10 Dylan Bakerutil: use _WIN32 instead of WIN32
2019-10-09 OBATA Akioutil: fix to detect NetBSD properly
2019-10-09 Jan Beichutil: simplify BSD includes
2019-10-09 Jan Beichutil: detect AltiVec at runtime on BSDs
2019-10-09 Jan Beichutil: skip AltiVec detection if built with -maltivec
2019-10-09 Jan Beichutil: detect NEON at runtime on FreeBSD
2019-10-09 Jan Beichutil: skip NEON detection if built with -mfpu=neon
2019-10-09 Samuel Pitoisetdrirc: enable vk_x11_override_min_image_count for DOOM
2019-10-08 Clément Guérinradeonsi: enable zerovram for Rocket League
2019-09-26 Jason Ekstrandutil/rb_tree: Stop relying on &iter->field != NULL
2019-09-26 Jason Ekstrandutil/rb_tree: Also test _safe iterators
2019-09-23 Jason Ekstrandutil/rb_tree: Replace useless ifs with asserts
2019-09-20 Jason Ekstrandutil/rb_tree: Reverse the order of comparison functions
2019-09-20 Jason Ekstrandutil/rb_tree: Add the unit tests
2019-09-19 Jason EkstrandMove blob from compiler/ to util/
2019-09-19 Timothy Arceriutil/disk_cache: make use of the total job size limitin...
2019-09-19 Timothy Arceriutil/u_queue: track job size and limit the size of...
2019-09-19 Timothy Arceriutil/disk_cache: bump thread count assigned to disk...
2019-09-17 Samuel Iglesias... util: add fp64 -> fp32 conversion support for RTNE...
2019-09-17 Samuel Iglesias... util: add float to float16 conversions with RTZ and...
2019-09-17 Samuel Iglesias... util: add softfloat functions to operate with doubles...
2019-09-17 Jon TurneyFix timespec_from_nsec test for 32-bit time_t
2019-09-16 Lionel Landwerlindrirc: include unreal engine version 0 to 23
2019-09-16 Lionel Landwerlinutil/xmlconfig: fix regexp compile failure check
2019-09-15 Lionel Landwerlinvulkan: add vk_x11_strict_image_count option
2019-09-15 Lionel Landwerlindriconfig: add a new engine name/version parameter
2019-09-10 Dylan Bakermeson: don't try to generate i18n translations on windows
2019-09-07 Tapani Pälliandroid: fix linking issues with liblog
2019-09-06 Eric Engestromdrirc: override minImageCount=2 for gfxbench
2019-09-06 Eric Engestromwsi: add minImageCount override
2019-09-06 Rhys Perryutil: include u_endian.h in u_math.h
2019-09-06 Rob Clarkutil: android logging support
2019-09-03 Eric Engestromutil/os_file: fix double-close()
2019-09-02 Erik Faye-Lundutil: only allow _BitScanReverse64 on 64-bit cpus
2019-09-02 Erik Faye-Lundutil: do not assume MSVC implies SSE
2019-09-02 Erik Faye-Lundutil: fix SSE-version needed for double opcodes
2019-08-31 Vinson Leeutil: Define strchrnul on macOS.
2019-08-30 Krzysztof Raszkowskiutil: Add unreachable() definition for clang compiler.
2019-08-28 Jose Fonsecautil: Prevent strcasecmp macro redefinion.
2019-08-28 Jose Fonsecautil: Prevent implicit declaration of function getenv.
2019-08-27 Kenneth Graunkeutil: Add a _mesa_i64roundevenf() helper.
2019-08-27 Daniel Kolesautil: add auxv based PowerPC AltiVec/VSX detection
2019-08-23 Lionel Landwerlinutil: fix compilation on macos
2019-08-22 Lionel Landwerlinutil/timespec: use unsigned 64 bit integers for nsec...
2019-08-22 Tapani Pälliutil: fix os_create_anonymous_file on android
2019-08-21 Kevin Strasseri965: Add handling for fp16 configs
2019-08-21 Kevin Strasserutil: move bitcount to bitscan.h
2019-08-15 Erik Faye-Lundwin32: unify strcasecmp definitions
2019-08-09 Lionel Landwerlinutil: drop final reference to p_compiler.h
2019-08-09 Lionel Landwerlinutil: os_misc: drop p_compiler.h include
2019-08-09 Lionel Landwerlinutil: u_math: drop p_compiler.h include
2019-08-09 Gurchetan Singhutil: Revert "util: added missing headers in anon-file"
2019-08-09 Jon Turneyutil: Cygwin has linux-style pthread_setname_np
2019-08-08 Gurchetan Singhutil: added missing headers in anon-file
2019-08-08 Eric Engestromutil/anon_file: const string param
2019-08-08 Eric Engestromutil/anon_file: drop unused #include
2019-08-08 Eric Engestromutil/anon_file: add missing #include
2019-08-08 Greg Vutil: fix cpuset support on FreeBSD
2019-08-08 Tomeu Vizosoutil/hash_table: Fix hashing in clears on 32-bit
2019-08-07 Greg Vutil: add anon_file.h for all memfd/temp file usage
2019-08-07 Eric Engestromutil: fix mem leak of program path
2019-08-07 Timothy Arceridrirc: Add vendor workaround for Divinity: Original...
2019-08-07 Timothy Arcerimesa/gallium: add dric option to allow overriding GL...
2019-08-05 Timothy Arceridrirc: Add discard workaround for Divinity: Original...
2019-08-04 Eric Engestromintroduce c11_compat.h to provide C11 things in C99
2019-08-03 Eric Engestromutil: fix pointer type on NetBSD
2019-08-03 Eric Engestrommeson: replace last uses of libxmlconfig with idep_xmlc...
2019-08-03 Eric Engestrommeson: drop unused dep_{thread,dl}
2019-08-03 Eric Engestrommeson: replace libmesa_util with idep_mesautil
2019-08-02 Matt Turnerutil: Handle differences in pthread_setname_np
2019-08-02 Eric Engestromutil/os_time: use detect_os.h to uncouple from gallium
2019-08-02 Eric Engestromutil/u_debug: use detect_os.h
2019-08-02 Eric Engestromutil/os_misc: use detect_os.h to start uncoupling from...
2019-08-02 Eric Engestromutil/os_memory: use detect_os.h to uncouple it from...
2019-08-02 Eric Engestromgallium/utils: drop PIPE_SUBSYSTEM_WINDOWS_USER
2019-08-02 Eric Engestromscons: rename PIPE_SUBSYSTEM_EMBEDDED to EMBEDDED_DEVICE
2019-08-02 Eric Engestromutil: fix typo in comment
2019-08-02 Eric Engestromutil: introduce detect_os.h
2019-07-31 Eric Engestromtree-wide: replace MAYBE_UNUSED with ASSERTED
2019-07-30 Matt Turnermeson: Test for program_invocation_name
2019-07-30 Matt Turnerutil: Drop preprocessor guards for glibc-2.12
2019-07-29 Lionel Landwerlinutil: add a timespec helper
2019-07-25 Alyssa Rosenzweigutil/ra: Add a getter for a node class
2019-07-24 Eric Engestromutil: fix no-op macro (bad number of arguments)
2019-07-23 Eric Engestromutil: fix asprintf() fallback
2019-07-23 Eric Engestromutil: add asprintf() wrapper for MSVC
2019-07-19 Eric Engestromutil: drop strncat(), strcmp(), strncmp(), snprintf...
2019-07-19 Eric Engestromutil: use standard name for vsnprintf()
2019-07-19 Eric Engestromutil: use standard name for snprintf()
2019-07-19 Eric Engestromutil: use standard name for vasprintf()
2019-07-19 Eric Engestromutil: use standard name for sprintf()
next