summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* util: don't include p_defines.h and u_pointer.h from galliumMarek Olšák2020-03-275-7/+21
* util: stop including files from mesa/mainMarek Olšák2020-03-275-9/+27
* Move compiler.h and imports.h/c from src/mesa/main into src/utilMarek Olšák2020-03-277-2/+636
* util/test: Use MAX_PATH on WindowsDaniel Stone2020-03-271-0/+5
* util: fix process_test pathPierre-Eric Pelloux-Prayer2020-03-271-3/+4
* mesa: allow out-of-order drawing to optimize immediate mode if it's safeMarek Olšák2020-03-261-0/+5
* util/u_process: Add util_get_process_exec_path for macOS.Vinson Lee2020-03-251-0/+9
* gallium/util: Add back (and rename) util_float_to_half implementationRoland Scheidegger2020-03-251-1/+1
* util/u_process: fix Windows buildPierre-Eric Pelloux-Prayer2020-03-241-1/+2
* radeonsi: enable workarounds for YoYo engine based gamesPierre-Eric Pelloux-Prayer2020-03-241-0/+17
* util/xmlconfig: add new sha1 application attributePierre-Eric Pelloux-Prayer2020-03-242-2/+30
* util/u_process: add util_get_process_exec_pathPierre-Eric Pelloux-Prayer2020-03-244-0/+141
* util/os_file: extend os_read_file to return the file sizePierre-Eric Pelloux-Prayer2020-03-242-3/+8
* radeonsi: clarify the conditions when FLUSH_AND_INV_DB is neededPierre-Eric Pelloux-Prayer2020-03-241-3/+0
* util/sparse_array: Stash the node level in the node pointerJason Ekstrand2020-03-202-60/+80