summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* util/hash_table: Assert that keys are not reserved pointersJason Ekstrand2019-06-061-1/+9
* util/set: Assert that keys are not reserved pointersJason Ekstrand2019-06-061-0/+10
* util/hash_table: Use fast modulo computationConnor Abbott2019-05-312-37/+52
* util/set: Use fast modulo computationConnor Abbott2019-05-312-37/+52
* util: Add a helper for faster remaindersConnor Abbott2019-05-314-0/+206
* util/hash_table: Add specialized resizing add functionConnor Abbott2019-05-311-1/+27
* util/set: Add specialized resizing add functionConnor Abbott2019-05-311-3/+23
* util/hash_table: Pull out loop-invariant computationsConnor Abbott2019-05-311-14/+13
* util/set: Pull out loop-invariant computationsConnor Abbott2019-05-311-16/+16
* util/set: Add a _mesa_set_search_or_add() functionConnor Abbott2019-05-313-23/+107
* list: add some iterator debugRob Clark2019-05-301-5/+16
* Change a few frequented uses of DEBUG to !NDEBUGMarek Olšák2019-05-291-2/+2
* radeonsi: add drirc workaround for American Truck SimulatorTimothy Arceri2019-05-281-0/+3
* 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