aboutsummaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* util: import xxhashAnthony Pesch2020-01-233-1/+1439
* util: Add os_same_file_description helperMichel Dänzer2020-01-232-0/+31
* util: Remove tmp argument from BITSET_FOREACH_SET macroMatt Turner2020-01-232-6/+5
* util: Explain BITSET_FOREACH_SET paramsMatt Turner2020-01-231-0/+8
* util: Do not fail to build on unknown pthread_setname_npSamuel Thibault2020-01-221-1/+1
* util/atomic: fix return type of p_atomic_add_return() fallbackEric Engestrom2020-01-221-1/+1
* util/u_thread: Fix build under HaikuX5122020-01-221-1/+7
* util/vector: Fix u_vector_foreach when head rolls overC Stout2020-01-174-2/+141
* vulkan/wsi: Add a driconf option to force WSI to advertise BGRA8_UNORM firstJason Ekstrand2020-01-142-0/+6
* util: initialize float-array with float-literalsErik Faye-Lund2020-01-141-1/+1
* ir3: Set up full/half register conflicts correctlyKristian H. Kristensen2020-01-092-0/+30
* radeonsi: remove TGSIMarek Olšák2020-01-061-6/+0
* util/format: Add the P010 format used for 10-bit videosThong Thai2020-01-034-0/+44
* android: Fix u_format_table.c being generated twiceRobert Foss2019-12-311-4/+1
* u_format: move format tests to util/tests/Eric Engestrom2019-12-273-1/+896
* util/format: add trivial srgb<->linear conversion testEric Engestrom2019-12-273-0/+53
* util/format: add PIPE_FORMAT_ASTC_*x*x*_SRGB to util_format_{srgb,linear}()Eric Engestrom2019-12-271-0/+40
* util/format: remove left-over util_format_description_table declarationEric Engestrom2019-12-271-4/+0
* util/format: add missing vulkan formatsJonathan Marek2019-12-192-2/+27
* utils/os_socket: Define ssize_t on windows.Rafael Antognolli2019-12-161-0/+4
* drirc: Final Fantasy VIII: Remastered needs allow_higher_compat_versionKenneth Graunke2019-12-131-0/+4
* util/os_socket: Add socket related functions.Rafael Antognolli2019-12-134-0/+158
* util/simple_mtx: don't set the canary when it can't be checkedEric Engestrom2019-12-131-1/+3
* util/u_thread: Restrict u_thread_get_time_nano on macOS.Vinson Lee2019-12-101-1/+1
* util: Detect use-after-destroy in simple_mtxKenneth Graunke2019-12-101-1/+10
* drirc: set allow_higher_compat_version for Faster Than LightGurchetan Singh2019-12-091-1/+9
* util/atomic: Fix p_atomic_add for unlocked and msvc pathsRoland Scheidegger2019-12-091-2/+2
* util/atomic: Add p_atomic_add_return for the unlocked pathJason Ekstrand2019-12-051-1/+1
* util/vma: Add a function to allocate a particular address rangeJason Ekstrand2019-12-052-0/+41
* util/vma: Factor out the hole splitting part of util_vma_heap_allocJason Ekstrand2019-12-051-43/+48
* util/atomic: Add a _return variant of p_atomic_addJason Ekstrand2019-12-051-2/+15
* util/u_thread: don't restrict u_thread_get_time_nano() to __linux__Jonathan Gray2019-12-021-1/+1
* util/futex: use futex syscall on OpenBSDJonathan Gray2019-12-021-0/+18
* mesa/main/util: moving gallium u_mm to util, remove main/mmAlejandro Piñeiro2019-12-024-0/+393
* st/mesa: Add GL_TDFX_texture_compression_FXT1 supportKenneth Graunke2019-12-011-0/+1
* util/driconfig: print ATTENTION if MESA_DEBUG=silent is not setMarek Olšák2019-11-281-7/+22
* drirc: Set vs_position_always_invariant for Shadow of Mordor on IntelKenneth Graunke2019-11-271-0/+10
* driconf, glsl: Add a vs_position_always_invariant optionKenneth Graunke2019-11-271-0/+5
* drirc: Add glsl_zero_init workaround for GpuTestDanylo Piliaiev2019-11-251-0/+7