summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* util/set: add a set_clear functionScott D Phillips2018-05-042-0/+26
* util/u_queue: fix a deadlock in util_queue_finishMarek Olšák2018-04-272-0/+10
* util/srgb: Add a float sRGB -> linear helperJason Ekstrand2018-04-241-0/+14
* mesa: include mtypes.h lessMarek Olšák2018-04-122-1/+1
* util: Include bitscan.h directlyIan Romanick2018-03-291-1/+1
* util: Optimize util_is_power_of_two_nonzeroIan Romanick2018-03-291-0/+17
* util: Use util_is_power_of_two_nonzero in u_vectorIan Romanick2018-03-291-2/+2
* util: Add and use util_is_power_of_two_nonzeroIan Romanick2018-03-291-0/+11
* util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...Ian Romanick2018-03-292-2/+14
* drirc: whitelist glthread for Medieval II: TW, Carnivores: DHR, Far Cry 2Marek Olšák2018-03-281-0/+15
* meson/configure: detect endian.h instead of trying to guess when it's availableEric Engestrom2018-03-231-1/+1
* util: Use set_foreach instead of rolling our ownThomas Helland2018-03-141-6/+2
* util: Implement a hash table cloning functionThomas Helland2018-03-142-0/+24
* drirc: whitespace fixEric Engestrom2018-03-081-2/+2
* drirc: Disable the GLX_SGI_video_sync extension for gnome-shell on vmwareThomas Hellstrom2018-03-081-0/+1
* glx/dri: Add a driconf option to disable GLX_SGI_video_syncThomas Hellstrom2018-03-081-0/+5
* disk cache: Link with -latomic if necessaryThierry Reding2018-03-021-1/+1
* util: use clock_gettime() on PIPE_OS_BSDJonathan Gray2018-03-011-1/+1
* util/bitset: Make C++ wrapper trivially constructible.Francisco Jerez2018-02-271-17/+20
* util/bitset: Add C++ wrapper for static-size bitsets.Francisco Jerez2018-02-241-0/+114
* util: Add EXPLICIT_CONVERSION macro.Francisco Jerez2018-02-241-0/+10
* disk cache: move path creation back to constructorTapani Pälli2018-02-091-86/+76
* disk cache: add callback functionalityTapani Pälli2018-02-072-0/+67
* disk cache: initialize cache path and index only when usedTapani Pälli2018-02-071-49/+80
* util: remove redundant check for the __clang__ macroVlad Golovkin2018-02-061-1/+2
* util/build-id: Fix address comparison for binaries with LOAD vaddr > 0Stephan Gerhold2018-02-051-1/+12
* meson: correctly set SYSCONFDIR for loading dirrcDylan Baker2018-01-241-2/+6
* u_thread: Use pthread_setname_np on linux only.Samuel Thibault2018-01-221-1/+2
* autotools: include meson build files in tarballDylan Baker2018-01-194-2/+8
* util: include string.h in u_dynarray.hBrian Paul2018-01-171-0/+1
* mesa: include compiler.h in disk_cache.cBrian Paul2018-01-171-0/+1
* util: use faster zlib's CRC32 implementaionGrazvydas Ignotas2018-01-141-0/+13
* util/crc32: don't drop the const qualifierGrazvydas Ignotas2018-01-141-1/+1
* util: fix NORETURN for msvc, add HAVE_FUNC_ATTRIBUTE_NORETURN to c99_compat.hRoland Scheidegger2018-01-121-4/+8
* meson: Use consistent style for testsDylan Baker2018-01-113-37/+45
* link mesautil with pthreadsIgor Gnatenko2018-01-081-0/+2
* dri/common: Add option to allow exposure of 10 bpc color configs. (v2)Mario Kleiner2018-01-031-0/+5
* Android: util: fix locale generation in options.hRob Herring2018-01-031-1/+1
* drirc: set allow_glsl_cross_stage_interpolation_mismatch for more gamesTapani Pälli2017-12-201-0/+8
* util: scons: wire up the sha1 testEmil Velikov2017-12-151-0/+7
* drirc: whitelist glthread for Mount and Blade Warband againMarek Olšák2017-12-111-0/+3
* meson: add dep_thread to every lib that includes threads.hEric Engestrom2017-12-071-1/+1
* util/disk_cache: Remove unneeded free() on always null stringVadym Shovkoplias2017-12-071-1/+0
* util: Add a NORETURN macroJason Ekstrand2017-12-041-0/+6
* mesa: add AllowGLSLCrossStageInterpolationMismatch workaroundTapani Pälli2017-11-302-0/+12
* util: Also include endian.h on cygwinJon Turney2017-11-291-1/+1
* util: add mesa-sha1 test to mesonEric Engestrom2017-11-281-0/+9
* util: Just give up and define PIPE_ARCH_LITTLE_ENDIAN on MSVCMatt Turner2017-11-251-2/+3
* util: Use preprocessor correctlyMatt Turner2017-11-251-1/+1
* util: Fix disk_cache index calculation on big endianMatt Turner2017-11-251-2/+2