summaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)AuthorFilesLines
2018-08-29meson: Actually load translation filesDylan Baker1-1/+4
2018-08-10drirc: Allow extension midshader for Metro Reduxvadym.shovkoplias1-0/+4
2018-08-02kutil/queue: use util_snprintf() in util_queue_initAndres Gomez1-3/+3
2018-08-01util: move process.[ch] to u_process.[ch]Dylan Baker6-7/+7
2018-08-01python: Use open(), not file()Mathieu Bridon1-1/+3
2018-07-31util: don't use __builtin_clz unconditionallyMarek Olšák1-1/+11
2018-07-31mesa: add ASTC 2D LDR decoderMarek Olšák2-0/+64
2018-07-29util/list: Make some helpers take const listsJason Ekstrand1-4/+4
2018-07-24python: Better check for keys in dictsMathieu Bridon1-2/+2
2018-07-20util/disk_cache: Fix disk_cache_get_function_timestamp with disabled cache.Bas Nieuwenhuizen1-5/+3
2018-07-18util/string_buffer: fix warning in testsCaio Marcelo de Oliveira Filho1-3/+3
2018-07-13util/hash_table: add helper to remove entry by keyCaio Marcelo de Oliveira Filho6-1/+78
2018-07-12util/set: helper to remove entry by keyCaio Marcelo de Oliveira Filho3-0/+39
2018-07-12util/set: add a clone functionCaio Marcelo de Oliveira Filho3-0/+58
2018-07-12util/set: add a basic unit testCaio Marcelo de Oliveira Filho5-1/+130
2018-07-12util/rb_tree: Fix a compiler warningJason Ekstrand1-1/+1
2018-07-06python: Use the print functionMathieu Bridon2-46/+40
2018-07-06vma/tests: Fix compilation if limits.h defines PAGE_SIZE (v2)Jon Turney1-8/+8
2018-07-05util: u_queue: fix android build errorLionel Landwerlin1-1/+1
2018-07-05Util: fix msvc buildBenedikt Schemmer1-1/+1
2018-07-05util: rb-tree: A simple, invasive, red-black treeJason Ekstrand4-0/+694
2018-07-05util/drirc: turn on force_glsl_extensions_warn for No Mans SkyTimothy Arceri1-0/+4
2018-07-04util/queue: remove leftover debug codeMarek Olšák1-1/+0
2018-07-04Shorten u_queue namesMarek Olšák1-1/+1
2018-07-04kutil/queue: add a process name into a thread nameMarek Olšák2-3/+31
2018-07-04gallium/os: use util_get_process_name when possibleMarek Olšák1-0/+2
2018-07-04util: extract get_process_name from xmlconfig.cMarek Olšák5-84/+156
2018-07-02util/macros: Import ALIGN_POT from ralloc.cJason Ekstrand4-10/+8
2018-06-19util: add allow_glsl_relaxed_es to drirc for Google Earth VRTimothy Arceri1-0/+1
2018-06-19mesa/util: add allow_glsl_relaxed_es driconfig overrideTimothy Arceri1-0/+5
2018-06-19util: add allow_glsl_builtin_const_expression to drirc for Google Earth VRTimothy Arceri1-0/+4
2018-06-19mesa/util: add allow_glsl_builtin_const_expression driconf overrideTimothy Arceri1-0/+5
2018-06-19util: manually extract the program name from program_invocation_nameTimothy Arceri1-1/+10
2018-06-15util/bitset: include util/macro.hChristian Gmeiner1-0/+1
2018-06-05util/tests/vma: Fix warning c++11-narrowingScott D Phillips1-1/+1
2018-06-05util: tests: vma test depends on C++11 supportScott D Phillips1-2/+5
2018-05-31util: Add a randomized test for the virtual memory allocatorScott D Phillips5-1/+315
2018-05-31util: Add a virtual memory allocatorJason Ekstrand4-1/+292
2018-05-29util/u_math: Implement a logbase2 function for unsigned longPierre Moreau1-0/+11
2018-05-04util/set: add a set_clear functionScott D Phillips2-0/+26
2018-04-27util/u_queue: fix a deadlock in util_queue_finishMarek Olšák2-0/+10
2018-04-24util/srgb: Add a float sRGB -> linear helperJason Ekstrand1-0/+14
2018-04-12mesa: include mtypes.h lessMarek Olšák2-1/+1
2018-03-29util: Include bitscan.h directlyIan Romanick1-1/+1
2018-03-29util: Optimize util_is_power_of_two_nonzeroIan Romanick1-0/+17
2018-03-29util: Use util_is_power_of_two_nonzero in u_vectorIan Romanick1-2/+2
2018-03-29util: Add and use util_is_power_of_two_nonzeroIan Romanick1-0/+11
2018-03-29util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...Ian Romanick2-2/+14
2018-03-28drirc: whitelist glthread for Medieval II: TW, Carnivores: DHR, Far Cry 2Marek Olšák1-0/+15
2018-03-23meson/configure: detect endian.h instead of trying to guess when it's availableEric Engestrom1-1/+1