summaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)AuthorFilesLines
2020-01-03util/format: Add the P010 format used for 10-bit videosThong Thai4-0/+44
2019-12-31android: Fix u_format_table.c being generated twiceRobert Foss1-4/+1
2019-12-27u_format: move format tests to util/tests/Eric Engestrom3-1/+896
2019-12-27util/format: add trivial srgb<->linear conversion testEric Engestrom3-0/+53
2019-12-27util/format: add PIPE_FORMAT_ASTC_*x*x*_SRGB to util_format_{srgb,linear}()Eric Engestrom1-0/+40
2019-12-27util/format: remove left-over util_format_description_table declarationEric Engestrom1-4/+0
2019-12-19util/format: add missing vulkan formatsJonathan Marek2-2/+27
2019-12-16utils/os_socket: Define ssize_t on windows.Rafael Antognolli1-0/+4
2019-12-13drirc: Final Fantasy VIII: Remastered needs allow_higher_compat_versionKenneth Graunke1-0/+4
2019-12-13util/os_socket: Add socket related functions.Rafael Antognolli4-0/+158
2019-12-13util/simple_mtx: don't set the canary when it can't be checkedEric Engestrom1-1/+3
2019-12-10util/u_thread: Restrict u_thread_get_time_nano on macOS.Vinson Lee1-1/+1
2019-12-10util: Detect use-after-destroy in simple_mtxKenneth Graunke1-1/+10
2019-12-09drirc: set allow_higher_compat_version for Faster Than LightGurchetan Singh1-1/+9
2019-12-09util/atomic: Fix p_atomic_add for unlocked and msvc pathsRoland Scheidegger1-2/+2
2019-12-05util/atomic: Add p_atomic_add_return for the unlocked pathJason Ekstrand1-1/+1
2019-12-05util/vma: Add a function to allocate a particular address rangeJason Ekstrand2-0/+41
2019-12-05util/vma: Factor out the hole splitting part of util_vma_heap_allocJason Ekstrand1-43/+48
2019-12-05util/atomic: Add a _return variant of p_atomic_addJason Ekstrand1-2/+15
2019-12-02util/u_thread: don't restrict u_thread_get_time_nano() to __linux__Jonathan Gray1-1/+1
2019-12-02util/futex: use futex syscall on OpenBSDJonathan Gray1-0/+18
2019-12-02mesa/main/util: moving gallium u_mm to util, remove main/mmAlejandro Piñeiro4-0/+393
2019-12-01st/mesa: Add GL_TDFX_texture_compression_FXT1 supportKenneth Graunke1-0/+1
2019-11-28util/driconfig: print ATTENTION if MESA_DEBUG=silent is not setMarek Olšák1-7/+22
2019-11-27drirc: Set vs_position_always_invariant for Shadow of Mordor on IntelKenneth Graunke1-0/+10
2019-11-27driconf, glsl: Add a vs_position_always_invariant optionKenneth Graunke1-0/+5
2019-11-25drirc: Add glsl_zero_init workaround for GpuTestDanylo Piliaiev1-0/+7
2019-11-23disk_cache_get_function_timestamp: check for dladdrMichel Zou1-1/+1
2019-11-23util/blob: add 8-bit and 16-bit reads and writesMarek Olšák2-72/+71
2019-11-22drirc: Enable glthread for dolphin/citra/yuzu.Markus Wick1-0/+11
2019-11-18mesa: enable glthread for 7 Days To DieMarek Olšák1-0/+8
2019-11-18radeonsi: enable mesa_glthread for GfxBenchPierre-Eric Pelloux-Prayer1-0/+4
2019-11-16android: util/format: fix include path listMauro Rossi1-1/+2
2019-11-14util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt29-1/+11289
2019-11-13util/android: fix android build errorsTapani Pälli1-1/+1
2019-11-11st/mesa: fix Sanctuary and Tropics by disabling ARB_gpu_shader5 for themMarek Olšák2-0/+7
2019-11-11util: Use ZSTD for shader cache if possibleDylan Baker2-0/+31
2019-11-08util: add blob_finish_get_bufferMarek Olšák2-0/+14
2019-11-05util/u_endian: Add error checksDylan Baker1-0/+6
2019-11-05util: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIANDylan Baker3-22/+22
2019-11-05util/u_endian: set PIPE_ARCH_*_ENDIAN to 1Dylan Baker3-12/+21
2019-11-05util/u_endian: Use _WIN32 instead of _MSC_VERDylan Baker1-1/+1
2019-10-31meson: move idep_xmlconfig_headers to xmlpool/Eric Engestrom2-6/+6
2019-10-31meson: split out idep_xmlconfig_headers from idep_xmlconfigEric Engestrom1-2/+5
2019-10-31util: Add a free list structure for use with util_sparse_arrayJason Ekstrand2-0/+137
2019-10-31util: Add a util_sparse_array data structureJason Ekstrand6-0/+399
2019-10-28util: remove LIST_IS_EMPTY macroTimothy Arceri1-3/+0
2019-10-28util: rename list_empty() to list_is_empty()Timothy Arceri1-5/+5
2019-10-28util: remove LIST_DEL macroTimothy Arceri2-3/+1
2019-10-28util: remove LIST_DELINIT macroTimothy Arceri1-1/+0