summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* util/ralloc: Make sizeof(linear_header) a multiple of 8Matt Turner2018-11-141-2/+12
* util/ralloc: Switch from DEBUG to NDEBUGMatt Turner2018-11-141-14/+4
* autotools: library-dependency when no sse and 32-bitSergii Romantsov2018-11-092-2/+3
* util: Change remaining uint32 cache ids to sha1David McFarland2018-10-261-6/+10
* util: add drirc workarounds for RAGETimothy Arceri2018-10-151-0/+8
* util: better handle program names from wineTimothy Arceri2018-10-151-5/+12
* util: use force_compat_profile for Wolfenstein The Old BloodTimothy Arceri2018-10-111-0/+4
* mesa/st: add force_compat_profile option to driconfigTimothy Arceri2018-10-111-0/+5
* util: add disk_cache_get_function_identifier()Timothy Arceri2018-10-111-0/+16
* util: rename timestamp param in disk_cache_create()Timothy Arceri2018-10-111-4/+4
* util: disable cache if we have no build-id and timestamp is zeroTimothy Arceri2018-10-111-0/+9
* drirc: add a workaround for ARMA 3Marek Olšák2018-10-101-0/+4
* mesa/meson: 32bit xmlconfig linkageSergii Romantsov2018-09-121-0/+1
* mesa/util: add missing va_end() after va_copy()Andrii Simiklit2018-09-081-0/+1
* mesa/util: don't ignore NULL returned from 'malloc'Andrii Simiklit2018-09-081-1/+1
* mesa/util: don't use the same 'va_list' instance twiceAndrii Simiklit2018-09-081-1/+1
* meson: Actually load translation filesDylan Baker2018-08-291-1/+4
* drirc: Allow extension midshader for Metro Reduxvadym.shovkoplias2018-08-101-0/+4
* kutil/queue: use util_snprintf() in util_queue_initAndres Gomez2018-08-021-3/+3
* util: move process.[ch] to u_process.[ch]Dylan Baker2018-08-016-7/+7
* python: Use open(), not file()Mathieu Bridon2018-08-011-1/+3
* util: don't use __builtin_clz unconditionallyMarek Olšák2018-07-311-1/+11
* mesa: add ASTC 2D LDR decoderMarek Olšák2018-07-312-0/+64
* util/list: Make some helpers take const listsJason Ekstrand2018-07-291-4/+4
* python: Better check for keys in dictsMathieu Bridon2018-07-241-2/+2
* util/disk_cache: Fix disk_cache_get_function_timestamp with disabled cache.Bas Nieuwenhuizen2018-07-201-5/+3
* util/string_buffer: fix warning in testsCaio Marcelo de Oliveira Filho2018-07-181-3/+3
* util/hash_table: add helper to remove entry by keyCaio Marcelo de Oliveira Filho2018-07-136-1/+78
* util/set: helper to remove entry by keyCaio Marcelo de Oliveira Filho2018-07-123-0/+39
* util/set: add a clone functionCaio Marcelo de Oliveira Filho2018-07-123-0/+58
* util/set: add a basic unit testCaio Marcelo de Oliveira Filho2018-07-125-1/+130
* util/rb_tree: Fix a compiler warningJason Ekstrand2018-07-121-1/+1
* python: Use the print functionMathieu Bridon2018-07-062-46/+40
* vma/tests: Fix compilation if limits.h defines PAGE_SIZE (v2)Jon Turney2018-07-061-8/+8
* util: u_queue: fix android build errorLionel Landwerlin2018-07-051-1/+1
* Util: fix msvc buildBenedikt Schemmer2018-07-051-1/+1
* util: rb-tree: A simple, invasive, red-black treeJason Ekstrand2018-07-054-0/+694
* util/drirc: turn on force_glsl_extensions_warn for No Mans SkyTimothy Arceri2018-07-051-0/+4
* util/queue: remove leftover debug codeMarek Olšák2018-07-041-1/+0
* Shorten u_queue namesMarek Olšák2018-07-041-1/+1
* kutil/queue: add a process name into a thread nameMarek Olšák2018-07-042-3/+31
* gallium/os: use util_get_process_name when possibleMarek Olšák2018-07-041-0/+2
* util: extract get_process_name from xmlconfig.cMarek Olšák2018-07-045-84/+156
* util/macros: Import ALIGN_POT from ralloc.cJason Ekstrand2018-07-024-10/+8
* util: add allow_glsl_relaxed_es to drirc for Google Earth VRTimothy Arceri2018-06-191-0/+1
* mesa/util: add allow_glsl_relaxed_es driconfig overrideTimothy Arceri2018-06-191-0/+5
* util: add allow_glsl_builtin_const_expression to drirc for Google Earth VRTimothy Arceri2018-06-191-0/+4
* mesa/util: add allow_glsl_builtin_const_expression driconf overrideTimothy Arceri2018-06-191-0/+5
* util: manually extract the program name from program_invocation_nameTimothy Arceri2018-06-191-1/+10
* util/bitset: include util/macro.hChristian Gmeiner2018-06-151-0/+1