aboutsummaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
...
* util: use standard name for strcasecmp()Eric Engestrom2019-07-191-2/+1
* util: use standard name for strncmp()Eric Engestrom2019-07-191-1/+1
* util: use standard name for strncat()Eric Engestrom2019-07-192-5/+5
* util: use standard name for strdup()Eric Engestrom2019-07-191-2/+1
* util: use standard name for strchrnul()Eric Engestrom2019-07-191-5/+2
* util: drop unused vsprintf() wrapperEric Engestrom2019-07-191-7/+0
* util: drop unused strchr() wrapperEric Engestrom2019-07-192-10/+1
* util: drop unused strstr() wrapperEric Engestrom2019-07-191-14/+0
* src/util: Switch _mesa_half_to_float() to u_half.h's version.Eric Anholt2019-07-161-43/+2
* util/macros: rework DIV_ROUND_UP macroChristian Gmeiner2019-07-041-1/+1
* util: add os_file_create_unique()Eric Engestrom2019-06-282-0/+34
* meson: set up a proper internal dependency for xmlconfigEric Engestrom2019-06-271-0/+7
* xmlconfig: add missing #includeEric Engestrom2019-06-271-0/+3
* xmlpool: fix typo in commentEric Engestrom2019-06-271-2/+2
* util: support "y" and "n" in env_var_as_boolean()Eric Engestrom2019-06-241-0/+2
* include: update GL headers from the registryMarek Olšák2019-06-211-0/+1
* util/os_file: resize buffer to what was actually neededEric Engestrom2019-06-201-0/+11
* util: add empty line before virgl optionsAlejandro Piñeiro2019-06-201-0/+1
* util: add missing DRI_CONF_OPT_ENDAlejandro Piñeiro2019-06-201-0/+1
* virgl: Add a tweak to set the value for emulated queries of GL_SAMPLES_PASSEDGert Wollny2019-06-201-0/+5
* virgl: Add tweak to apply a swizzle when drawing/blitting to a emulated BGRA ...Gert Wollny2019-06-201-0/+4
* virgl: Add driconf tweak for emulating BGRA surfaces on GLESGert Wollny2019-06-202-1/+34
* 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