aboutsummaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* util: add missing include to build_id.hTimothy Arceri2019-05-201-0/+2
* radeonsi: disable primitive restart for triangles for DiRT RallyMarek Olšák2019-05-161-0/+3
* util/os_file: always use the 'grow' mechanismEric Engestrom2019-05-161-42/+20
* util/ra: Assert nodes are in-bounds in add_node_interferenceJason Ekstrand2019-05-141-0/+1
* util/ra: Don't destroy the graph in ra_allocate()Jason Ekstrand2019-05-141-76/+102
* util/ra: Add a helper for resetting a node's interferenceJason Ekstrand2019-05-142-0/+37
* util/ra: Add helpers for adding nodes to an interference graphJason Ekstrand2019-05-142-20/+72
* util/ralloc: Add helpers for growing zero-initialized memoryJason Ekstrand2019-05-142-0/+87
* util/ra: Improve the performance of ra_simplifyJason Ekstrand2019-05-141-30/+119
* util/ra: Only update q_total if the reg is not assignedJason Ekstrand2019-05-141-1/+1
* util/ra: Only update best_optimistic_node if !progressJason Ekstrand2019-05-141-1/+5
* util/ra: Make in_stack a bitset in the graphJason Ekstrand2019-05-141-18/+15
* util/ra: Get rid of tabsJason Ekstrand2019-05-142-28/+28
* v3d: Use driconf to expose non-MSAA texture limits for Xorg.Eric Anholt2019-05-132-1/+9
* util/set: Add a helper to resize a setJason Ekstrand2019-05-132-0/+16
* util/set: Add a search_and_add functionJason Ekstrand2019-05-132-5/+31
* 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