summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* util: add allow_glsl_relaxed_es to drirc for Google Earth VRTimothy Arceri2018-06-191-0/+1
* mesa/util: add allow_glsl_relaxed_es driconfig overrideTimothy Arceri2018-06-191-0/+5
* util: add allow_glsl_builtin_const_expression to drirc for Google Earth VRTimothy Arceri2018-06-191-0/+4
* mesa/util: add allow_glsl_builtin_const_expression driconf overrideTimothy Arceri2018-06-191-0/+5
* util: manually extract the program name from program_invocation_nameTimothy Arceri2018-06-191-1/+10
* util/bitset: include util/macro.hChristian Gmeiner2018-06-151-0/+1
* util/tests/vma: Fix warning c++11-narrowingScott D Phillips2018-06-051-1/+1
* util: tests: vma test depends on C++11 supportScott D Phillips2018-06-051-2/+5
* util: Add a randomized test for the virtual memory allocatorScott D Phillips2018-05-315-1/+315
* util: Add a virtual memory allocatorJason Ekstrand2018-05-314-1/+292
* util/u_math: Implement a logbase2 function for unsigned longPierre Moreau2018-05-291-0/+11
* 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