aboutsummaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* util/tests/vma: Fix warning c++11-narrowingScott D Phillips2018-06-051-1/+1
* util: tests: vma test depends on C++11 supportScott D Phillips2018-06-051-2/+5
* util: Add a randomized test for the virtual memory allocatorScott D Phillips2018-05-315-1/+315
* util: Add a virtual memory allocatorJason Ekstrand2018-05-314-1/+292
* util/u_math: Implement a logbase2 function for unsigned longPierre Moreau2018-05-291-0/+11
* util/set: add a set_clear functionScott D Phillips2018-05-042-0/+26
* util/u_queue: fix a deadlock in util_queue_finishMarek Olšák2018-04-272-0/+10
* util/srgb: Add a float sRGB -> linear helperJason Ekstrand2018-04-241-0/+14
* mesa: include mtypes.h lessMarek Olšák2018-04-122-1/+1
* util: Include bitscan.h directlyIan Romanick2018-03-291-1/+1
* util: Optimize util_is_power_of_two_nonzeroIan Romanick2018-03-291-0/+17
* util: Use util_is_power_of_two_nonzero in u_vectorIan Romanick2018-03-291-2/+2
* util: Add and use util_is_power_of_two_nonzeroIan Romanick2018-03-291-0/+11
* util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...Ian Romanick2018-03-292-2/+14
* drirc: whitelist glthread for Medieval II: TW, Carnivores: DHR, Far Cry 2Marek Olšák2018-03-281-0/+15
* meson/configure: detect endian.h instead of trying to guess when it's availableEric Engestrom2018-03-231-1/+1
* util: Use set_foreach instead of rolling our ownThomas Helland2018-03-141-6/+2
* util: Implement a hash table cloning functionThomas Helland2018-03-142-0/+24
* drirc: whitespace fixEric Engestrom2018-03-081-2/+2
* drirc: Disable the GLX_SGI_video_sync extension for gnome-shell on vmwareThomas Hellstrom2018-03-081-0/+1