summaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)AuthorFilesLines
2020-09-16radeonsi: Work around Wasteland 2 bug.Bas Nieuwenhuizen1-0/+3
2020-09-02radeonsi: use radeonsi_clamp_div_by_zero for SPECviewperf13, Road RedemptionPierre-Eric Pelloux-Prayer1-0/+6
2020-09-02util/os_misc: os_get_available_system_memory() for OpenBSDJonathan Gray1-0/+20
2020-09-02util/os_misc: add os_get_available_system_memory()Jonathan Gray2-0/+37
2020-09-02util/u_thread: include pthread_np.h if foundJonathan Gray1-1/+1
2020-09-02util: futex fixes for OpenBSDJonathan Gray1-3/+10
2020-09-02util/anon_file: add OpenBSD shm_mkstemp() pathJonathan Gray1-3/+7
2020-09-02util: unbreak endian detection on OpenBSDJonathan Gray1-4/+13
2020-08-19radv: Override the uniform buffer offset alignment for World War Z.Bas Nieuwenhuizen2-0/+9
2020-08-19driconf: Support selection by Vulkan applicationName.Bas Nieuwenhuizen3-3/+35
2020-08-19driconf: fix force_gl_vendor descriptionEric Engestrom1-1/+1
2020-08-05util: fix possible buffer overflow in util_get_process_exec_pathMarcin Ślusarz1-0/+3
2020-08-05util: fix possible fd leaks in os_socket_listen_abstractMarcin Ślusarz1-2/+7
2020-07-08gallium,util: undef ALIGN on FreeBSD to prevent name clashGreg V1-0/+4
2020-07-08radv,vulkan: add a new x11 wsi drirc workaround for DOOM EternalSamuel Pitoiset2-0/+11
2020-06-24radv: enable radv_no_dynamic_bounds for more Path of Exile executablesRhys Perry1-1/+10
2020-06-24radv: enable radv_no_dynamic_bounds for Path of ExileRhys Perry1-0/+5
2020-06-24radv: add new drirc option radv_no_dynamic_boundsRhys Perry1-0/+9
2020-06-24util: enable futex usage on BSDs after 7dc2f4788288Jan Beich3-2/+7
2020-05-27tree-wide: fix deprecated GitLab URLsEric Engestrom1-3/+3
2020-05-08util: Make process_test path compatible with mingw native toolchainspal10001-3/+6
2020-05-08util/os_memory: never use os_memory_debug.hErik Faye-Lund1-6/+0
2020-05-06driconf: add force_integer_tex_nearest optionPierre-Eric Pelloux-Prayer2-0/+15
2020-04-29util/ra: Improve ra_set_finalize() performance.Eric Anholt1-4/+1
2020-04-29util/ra: Use util_dynarray for handling the conflict lists.Eric Anholt1-35/+18
2020-04-29util/ra: Use util_dynarray for the adjacency list.Eric Anholt1-44/+19
2020-04-29util/ra: Sanity check that we're adding a valid reg to a class.Eric Anholt1-0/+2
2020-04-29util/ra: Sanity check that the driver selected a valid reg.Eric Anholt1-0/+1
2020-04-24Revert "meson,ci: Disable sparse_array tests on windows"Andres Gomez1-4/+1
2020-04-21util/ralloc: fix ralloc alignment on Win64Jesse Natalie1-0/+4
2020-04-21remove final imports.h and imports.c bitsDylan Baker5-135/+2
2020-04-21mesa|mapi: replace _mesa_[v]snprintf with [v]snprintfDylan Baker2-47/+1
2020-04-21replace imports memory functions with utils memory functionsDylan Baker2-161/+0
2020-04-21util: Add an aligned realloc functionDylan Baker4-17/+40
2020-04-21replace malloc macros in imports.h with u_memory.h versionsDylan Baker2-1/+1
2020-04-21Replace IS_INF_OR_NAN with util_is_inf_or_nanDylan Baker1-22/+0
2020-04-21move windows strtok_r define to u_stringDylan Baker2-4/+4
2020-04-21replace IROUND with util functionsDylan Baker2-17/+1
2020-04-21mesa/main: remove unused IROUNDDDylan Baker1-8/+0
2020-04-21Replace IROUND_POS with _mesa_roundevenfDylan Baker1-10/+0
2020-04-21replace IFLOOR with util_ifloorDylan Baker1-31/+0
2020-04-21u_math: add x86 optimized version of ifloorDylan Baker1-0/+18
2020-04-21replace LOG2 with util_fast_log2Dylan Baker1-30/+0
2020-04-21replace _mesa_logbase2 with util_logbase2Dylan Baker1-20/+0
2020-04-21replace _mesa_next_pow_two_* with util_next_power_of_two_*Dylan Baker1-52/+0
2020-04-21replace _mesa_is_pow_two with util_is_power_of_two_*Dylan Baker1-10/+0
2020-04-18util/sparse_free_list: manipulate node pointers using atomic primitivesLionel Landwerlin1-4/+4
2020-04-17util/sparse_array: don't stomp head's counter on pop operationsD Scott Phillips1-2/+2
2020-04-16util/tests: initialize variableErik Faye-Lund1-1/+1
2020-04-15Fix util/process test on CygwinJon Turney1-0/+5