summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* util/os_file: always use the 'grow' mechanismEric Engestrom2019-05-161-42/+20
* radeonsi: add config entry for Counter-Strike Global OffensiveTimothy Arceri2019-05-071-0/+3
* util/drirc: add workarounds for bugs in Doom 3: BFGTimothy Arceri2019-05-061-0/+5
* tests/vma: fix build with MSVCDylan Baker2019-05-031-0/+8
* util/tests: Use define instead of VLADylan Baker2019-05-035-20/+25
* util/bitset: fix bitset range mask calculations.Dave Airlie2019-05-031-2/+2
* util/tests: add basic unit tests for bitsetDave Airlie2019-05-032-0/+141
* util/bitset: Return an actual bool from test macrosJason Ekstrand2019-05-021-2/+2
* util: move #include out of #if linuxEric Engestrom2019-05-011-1/+1
* st/nine: Control shader constant inlining with drircAxel Davy2019-04-301-0/+5
* drirc: Add Gallium nine workaround for Rayman LegendsAxel Davy2019-04-301-0/+5
* st/nine: Add drirc option to use data_internal for dynamic texturesAxel Davy2019-04-301-0/+5
* util: add os_read_file() helperEric Engestrom2019-04-304-0/+158
* delete autotools .gitignore filesEric Engestrom2019-04-293-22/+0
* radeonsi: add si_debug_options for convenient adding/removing of optionsNicolai Hähnle2019-04-252-15/+52
* drirc: Add workaround for Epic Games LauncherDanylo Piliaiev2019-04-221-0/+4
* ralloc: Fully qualify non-virtual destructor callKristian H. Kristensen2019-04-191-1/+1
* drirc: add Spectacle, Falkon to a-sync blacklistgrmat2019-04-151-0/+6
* drirc: add Waterfox to adaptive-sync blacklist davidbepo2019-04-151-0/+3
* drirc: add Budgie WM to adaptive-sync blacklistEl Christianito2019-04-151-0/+3
* Delete autotoolsDylan Baker2019-04-157-425/+0
* u_dynarray: add util_dynarray_grow_capQiang Yu2019-04-111-6/+17
* u_math: add ushort_to_float/float_to_ushortQiang Yu2019-04-111-0/+31
* util/process: document memory leakEric Engestrom2019-04-041-0/+4
* util/queue: add util_queue_adjust_num_threadsMarek Olšák2019-04-012-6/+52
* util/queue: hold a lock when reading num_threads in util_queue_finishMarek Olšák2019-04-011-3/+3
* util/queue: add ability to kill a subset of threadsMarek Olšák2019-04-012-21/+36
* util/queue: move thread creation into a separate functionMarek Olšák2019-04-011-24/+32
* util: no-op __builtin_types_compatible_p() for non-GCC compilersBrian Paul2019-03-291-0/+4
* util/disk_cache: close fd in the fallback pathEric Engestrom2019-03-281-4/+3
* android: static link with libexpat with Android O+Kishore Kadiyala2019-03-251-0/+6
* util: Add a drm_find_modifier helperAlyssa Rosenzweig2019-03-141-0/+55
* util: Add a DAG datastructure.Eric Anholt2019-03-114-0/+222
* util: #define PATH_MAX when undefined (eg. Hurd)Eric Engestrom2019-03-051-0/+4
* util: emulate futex on FreeBSD using umtxGreg V2019-03-031-0/+34
* driconf: add DTD to allow the drirc xml (00-mesa-defaults.conf) to be validatedEric Engestrom2019-02-282-1/+28
* util/os_misc: Add check for PIPE_OS_HURDTimo Aaltonen2019-02-271-2/+2
* util: fix a warning when building against clang7 headersTapani Pälli2019-02-271-0/+2
* util: Don't block SIGSYS for new threadsDrew Davenport2019-02-261-1/+2
* driinfo: add DTD to allow the xml to be validatedEric Engestrom2019-02-261-0/+16
* drirc: Add sddm-greeter to adaptive_sync blacklist.Mario Kleiner2019-02-191-0/+3
* driconf: add Civ6Sub executable for Civilization 6Marek Olšák2019-02-191-0/+6
* radeonsi: always enable NIR for Civilization 6 to fix corruptionMarek Olšák2019-02-191-0/+3
* radeonsi: add driconf option radeonsi_enable_nirMarek Olšák2019-02-191-0/+5
* drirc/i965: add option to disable 565 configs and visualsTapani Pälli2019-02-151-0/+5
* util/tests: compile to something sensible in release buildsEric Engestrom2019-02-1412-0/+24
* util: move BITFIELD macros to util/macros.hTimothy Arceri2019-02-081-0/+18
* driconf: drop unused macroEric Engestrom2019-02-071-4/+0
* gallium: Enable ASIMD/NEON on aarch64.Matt Turner2019-01-241-2/+9
* nir: check NIR_SKIP to skip passes by nameCaio Marcelo de Oliveira Filho2019-01-182-0/+16