summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* meson,ci: Disable sparse_array tests on windowsJason Ekstrand2020-03-201-1/+4
* util/sparse_array: Add a node_size_log2 temporaryJason Ekstrand2020-03-201-7/+8
* util/sparse_array: Finish the sparse_array in the testsJason Ekstrand2020-03-201-0/+2
* util/blob: Add overwrite function for uint8Mark Menzynski2020-03-202-0/+24
* driconf: enable glthread for "From The Depths"Marek Olšák2020-03-191-0/+4
* radeonsi: enable glsl_zero_init for Curse of the Dead GodsPierre-Eric Pelloux-Prayer2020-03-191-0/+5
* glsl/tests: Fix waiting for disk_cache_put() to finish.Eric Anholt2020-03-122-0/+12
* util/ra: move NO_REG to headerRob Clark2020-03-102-2/+4
* util/ra: spiff out select_reg_callbackRob Clark2020-03-102-9/+24
* glsl: Add ir_constant constructor for fp16Kristian H. Kristensen2020-03-091-2/+18
* radeonsi: remove AMD_DEBUG=sisched optionPierre-Eric Pelloux-Prayer2020-03-067-29/+0
* util: move debug_memory_{begin,end} to os_memory_debug.hErik Faye-Lund2020-02-242-1/+6
* util: Change os_same_file_description return type from bool to intMichel Dänzer2020-02-212-10/+18
* util: promote u_debug_memory.c to src/utilErik Faye-Lund2020-02-213-0/+454
* util: remove the dependency on kcmp.hMarek Olšák2020-02-201-1/+2
* Mark a few static inline helpers with ASSERTEDKristian H. Kristensen2020-02-192-2/+2
* glsl/blob: Do not call memcpy if there is nothing to copyDanylo Piliaiev2020-02-191-2/+2
* Revert "gallium: Fix big-endian addressing of non-bitmask array formats."Eric Anholt2020-02-111-17/+6
* gitlab-ci: Add ppc64el and s390x cross-build jobsMichel Dänzer2020-02-053-0/+3
* util/disk_cache: check for write() failure in the zstd pathEric Engestrom2020-02-051-1/+5
* util: Drop unpacking from int signed to unsigned and vice versa.Eric Anholt2020-02-042-4/+2
* util: Make helper functions for pack/unpacking pixel rows.Eric Anholt2020-02-042-4/+104
* util/os_socket: fix header unavailable on windowsEric Engestrom2020-02-041-1/+2
* util/os_socket: Include unistd.h to fix build errorBernd Kuhls2020-02-031-0/+1
* util/simple_mtx: add a missing include to get ASSERTEDMarek Olšák2020-01-241-0/+1
* util/hash_table: added hash functions for integer typesAnthony Pesch2020-01-236-15/+57
* util/hash_table: replace _mesa_hash_data's fnv1a hash function with xxhashAnthony Pesch2020-01-231-2/+4
* util: move fnv1a hash implementation into its own headerAnthony Pesch2020-01-235-30/+64