aboutsummaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* util/ra: Add [de]serialization supportJason Ekstrand2020-05-132-0/+69
* util/vma: Add a debug print helperJason Ekstrand2020-05-132-0/+24
* util/vma: Add an option to configure high/low preferenceJason Ekstrand2020-05-132-19/+54
* util/list: Add list_foreach_entry_from_safeCaio Marcelo de Oliveira Filho2020-05-131-0/+7
* util/list: Add a list pair iteratorJason Ekstrand2020-05-131-0/+7
* drirc: Enable glthread for PCSX2JibbityJobbity2020-05-131-0/+3
* gallium: change comments to remove 'state tracker'Marek Olšák2020-05-131-1/+1
* radv: add a LLVM version string workaround for SotTR and ACOSamuel Pitoiset2020-05-132-0/+14
* drirc: Enable glthread for rpcs3Ani2020-05-111-0/+3
* util: Make process_test path compatible with mingw native toolchainspal10002020-05-081-3/+6
* Linux: Change minimum priority threads from SCHED_IDLE to nice 19 SCHED_BATCH.Con Kolivas2020-05-081-3/+18
* util/os_memory: never use os_memory_debug.hErik Faye-Lund2020-05-071-6/+0
* radeonsi: add workaround for issue 2647Pierre-Eric Pelloux-Prayer2020-05-051-0/+4
* driconf: add force_integer_tex_nearest optionPierre-Eric Pelloux-Prayer2020-05-052-0/+15
* util/simple_mtx: add assert_locked()Rob Clark2020-04-291-0/+22
* util/ra: Improve ra_set_finalize() performance.Eric Anholt2020-04-291-4/+1
* util/ra: Use util_dynarray for handling the conflict lists.Eric Anholt2020-04-291-35/+18
* util/ra: Use util_dynarray for the adjacency list.Eric Anholt2020-04-291-44/+19
* util/ra: Sanity check that we're adding a valid reg to a class.Eric Anholt2020-04-291-0/+2
* util/ra: Sanity check that the driver selected a valid reg.Eric Anholt2020-04-291-0/+1
* Revert "meson,ci: Disable sparse_array tests on windows"Andres Gomez2020-04-241-4/+1
* util/ralloc: fix ralloc alignment on Win64Jesse Natalie2020-04-211-0/+4
* remove final imports.h and imports.c bitsDylan Baker2020-04-215-135/+2
* mesa|mapi: replace _mesa_[v]snprintf with [v]snprintfDylan Baker2020-04-212-47/+1
* replace imports memory functions with utils memory functionsDylan Baker2020-04-212-161/+0
* util: Add an aligned realloc functionDylan Baker2020-04-214-17/+40
* replace malloc macros in imports.h with u_memory.h versionsDylan Baker2020-04-212-1/+1
* Replace IS_INF_OR_NAN with util_is_inf_or_nanDylan Baker2020-04-211-22/+0
* move windows strtok_r define to u_stringDylan Baker2020-04-212-4/+4
* replace IROUND with util functionsDylan Baker2020-04-212-17/+1
* mesa/main: remove unused IROUNDDDylan Baker2020-04-211-8/+0
* Replace IROUND_POS with _mesa_roundevenfDylan Baker2020-04-211-10/+0
* replace IFLOOR with util_ifloorDylan Baker2020-04-211-31/+0
* u_math: add x86 optimized version of ifloorDylan Baker2020-04-211-0/+18
* replace LOG2 with util_fast_log2Dylan Baker2020-04-211-30/+0
* replace _mesa_logbase2 with util_logbase2Dylan Baker2020-04-211-20/+0
* replace _mesa_next_pow_two_* with util_next_power_of_two_*Dylan Baker2020-04-211-52/+0
* replace _mesa_is_pow_two with util_is_power_of_two_*Dylan Baker2020-04-211-10/+0
* util/sparse_free_list: manipulate node pointers using atomic primitivesLionel Landwerlin2020-04-181-4/+4
* util/sparse_array: don't stomp head's counter on pop operationsD Scott Phillips2020-04-171-2/+2
* util/tests: initialize variableErik Faye-Lund2020-04-161-1/+1
* Fix util/process test on CygwinJon Turney2020-04-151-0/+5
* util: move and adjust the vertex upload heuristic equation from u_vbufMarek Olšák2020-04-061-1/+19
* util/xmlconfig: fix sha1 comparison codePierre-Eric Pelloux-Prayer2020-04-031-4/+5
* driconf: whilelist more games for glthreadMarek Olšák2020-04-021-0/+35
* gallium/llvmpipe: add an optimised 32-bit memsetDave Airlie2020-04-013-0/+49
* util: move ALIGN/ROUND_DOWN_TO to u_math.hRob Clark2020-03-311-0/+46
* util/u_queue: fix race in total_jobs_size accessRhys Perry2020-03-301-2/+2
* meson: inline `inc_common`Eric Engestrom2020-03-2810-18/+18
* util: remove duplicated MALLOC_STRUCT and CALLOC_STRUCTMarek Olšák2020-03-271-12/+1