aboutsummaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* util: Heap-allocate 256K zlib bufferJory Pratt2019-06-191-1/+8
* i965: Fix INTEL_DEBUG=batCaio Marcelo de Oliveira Filho2019-06-122-2/+17
* util/hash_table: Properly handle the NULL key in hash_table_u64Caio Marcelo de Oliveira Filho2019-06-122-5/+37
* u_dynarray: turn util_dynarray_{grow, resize} into element-oriented macrosNicolai Hähnle2019-06-121-14/+32
* u_dynarray: return 0 on realloc failure and ensure no-opNicolai Hähnle2019-06-121-8/+10
* util/futex: fix dangling pointer useEric Engestrom2019-06-121-5/+5
* util/os_file: suppress sign comparison warningEric Engestrom2019-06-091-1/+1
* util/os_file: fix error being sign-cast back and forthEric Engestrom2019-06-091-1/+1
* util/os_file: avoid shadowing read() with a local variableEric Engestrom2019-06-091-5/+5
* util/os_file: actually return the error read() gave usEric Engestrom2019-06-091-1/+3
* 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