summaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)Author
2018-04-12mesa: include mtypes.h lessMarek Olšák
2018-03-29util: Include bitscan.h directlyIan Romanick
2018-03-29util: Optimize util_is_power_of_two_nonzeroIan Romanick
2018-03-29util: Use util_is_power_of_two_nonzero in u_vectorIan Romanick
2018-03-29util: Add and use util_is_power_of_two_nonzeroIan Romanick
2018-03-29util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...Ian Romanick
2018-03-28drirc: whitelist glthread for Medieval II: TW, Carnivores: DHR, Far Cry 2Marek Olšák
2018-03-23meson/configure: detect endian.h instead of trying to guess when it's availableEric Engestrom
2018-03-14util: Use set_foreach instead of rolling our ownThomas Helland
2018-03-14util: Implement a hash table cloning functionThomas Helland
2018-03-08drirc: whitespace fixEric Engestrom
2018-03-08drirc: Disable the GLX_SGI_video_sync extension for gnome-shell on vmwareThomas Hellstrom
2018-03-08glx/dri: Add a driconf option to disable GLX_SGI_video_syncThomas Hellstrom
2018-03-02disk cache: Link with -latomic if necessaryThierry Reding
2018-03-01util: use clock_gettime() on PIPE_OS_BSDJonathan Gray
2018-02-27util/bitset: Make C++ wrapper trivially constructible.Francisco Jerez
2018-02-24util/bitset: Add C++ wrapper for static-size bitsets.Francisco Jerez
2018-02-24util: Add EXPLICIT_CONVERSION macro.Francisco Jerez
2018-02-09disk cache: move path creation back to constructorTapani Pälli
2018-02-07disk cache: add callback functionalityTapani Pälli
2018-02-07disk cache: initialize cache path and index only when usedTapani Pälli
2018-02-06util: remove redundant check for the __clang__ macroVlad Golovkin
2018-02-05util/build-id: Fix address comparison for binaries with LOAD vaddr > 0Stephan Gerhold
2018-01-24meson: correctly set SYSCONFDIR for loading dirrcDylan Baker
2018-01-22u_thread: Use pthread_setname_np on linux only.Samuel Thibault
2018-01-19autotools: include meson build files in tarballDylan Baker
2018-01-17util: include string.h in u_dynarray.hBrian Paul
2018-01-17mesa: include compiler.h in disk_cache.cBrian Paul
2018-01-14util: use faster zlib's CRC32 implementaionGrazvydas Ignotas
2018-01-14util/crc32: don't drop the const qualifierGrazvydas Ignotas
2018-01-12util: fix NORETURN for msvc, add HAVE_FUNC_ATTRIBUTE_NORETURN to c99_compat.hRoland Scheidegger
2018-01-11meson: Use consistent style for testsDylan Baker
2018-01-08link mesautil with pthreadsIgor Gnatenko
2018-01-03dri/common: Add option to allow exposure of 10 bpc color configs. (v2)Mario Kleiner
2018-01-03Android: util: fix locale generation in options.hRob Herring
2017-12-20drirc: set allow_glsl_cross_stage_interpolation_mismatch for more gamesTapani Pälli
2017-12-15util: scons: wire up the sha1 testEmil Velikov
2017-12-11drirc: whitelist glthread for Mount and Blade Warband againMarek Olšák
2017-12-07meson: add dep_thread to every lib that includes threads.hEric Engestrom
2017-12-07util/disk_cache: Remove unneeded free() on always null stringVadym Shovkoplias
2017-12-04util: Add a NORETURN macroJason Ekstrand
2017-11-30mesa: add AllowGLSLCrossStageInterpolationMismatch workaroundTapani Pälli
2017-11-29util: Also include endian.h on cygwinJon Turney
2017-11-28util: add mesa-sha1 test to mesonEric Engestrom
2017-11-25util: Just give up and define PIPE_ARCH_LITTLE_ENDIAN on MSVCMatt Turner
2017-11-25util: Use preprocessor correctlyMatt Turner
2017-11-25util: Fix disk_cache index calculation on big endianMatt Turner
2017-11-25util: Add a SHA1 unit test programMatt Turner
2017-11-25util: Fix SHA1 implementation on big endianMatt Turner
2017-11-25util: Assume little endian in the absence of platform-specific handlingMatt Turner