summaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)AuthorFilesLines
2021-05-10util/perfetto: Add one-time initRob Clark3-0/+91
2021-05-07util/hash_table: _mesa_hash_table_create_u32_keys()Mike Blumenkrantz2-0/+23
2021-05-06format/fxt1: Clean up fxt1_variance's argument listAdam Jackson1-7/+4
2021-05-05util/math: change ROUND_DOWN_TO to return a uint64_tSamuel Pitoiset1-2/+2
2021-05-04util: fix (re-enable) L3 cache pinningMarek Olšák2-2/+0
2021-05-04util: print CPU caps in release builds tooMarek Olšák1-34/+34
2021-05-03util: disable glthread in CSGOTimothy Arceri1-1/+0
2021-05-02util/bitset: Add BITSET_COUNT helperAlyssa Rosenzweig1-0/+14
2021-04-29driconf: add workaround for Golf With FriendsPierre-Eric Pelloux-Prayer1-0/+5
2021-04-29util/hash_table: do not leak u64 struct keyJuan A. Suarez Romero3-51/+19
2021-04-28u_format: Add missing BE swizzles for R8SG8SB8UX8U_NORMEric Anholt1-1/+1
2021-04-28u_format: Fix z32_s8x24 s8 unpacking on big-endian.Eric Anholt1-2/+2
2021-04-28util/format: fix value declarations for big endianKarol Herbst1-123/+137
2021-04-27gallium: Add a transcode_astc driconf optionJason Ekstrand1-0/+3
2021-04-27util: add util_sign_extendItalo Nicola1-0/+14
2021-04-21util: Fix big-endian handling of z/s formats.Eric Anholt1-62/+35
2021-04-20util/format: add util_format_is_rgbx_or_bgrxMike Blumenkrantz1-0/+13
2021-04-20Revert "radeonsi: set TRUNC_COORD=0 for Total War: WARHAMMER to fix it"Rhys Perry1-4/+0
2021-04-20xmlconfig: Fix MSVC warning C4334 (32bit shift cast to 64bit)Jesse Natalie1-4/+4
2021-04-19util/format: Add some NEON intrinsics-based u_format_unpack.Eric Anholt6-2/+123
2021-04-19util: Switch the non-block formats to unpacking rgba rows instead of rects.Eric Anholt8-194/+265
2021-04-15util: Remove unused Android options_tbl_lockMichel Dänzer1-1/+0
2021-04-15util/format: document block depth fieldSimon Ser1-0/+1
2021-04-14st/nine: Default tearfree_discard to trueAxel Davy1-1/+1
2021-04-14st/nine: Lower texture_memory_limit defaultAxel Davy1-2/+2
2021-04-14st/nine: Make it optional to use a sw rendererAxel Davy1-0/+4
2021-04-14driconf: add workarounds for TeardownPierre-Eric Pelloux-Prayer1-0/+10
2021-04-13nir: add many passes that lower and optimize 16-bit input/outputs and samplersMarek Olšák1-0/+19
2021-04-12driconf: Remove default values from string driconf entriesJesse Natalie1-10/+19
2021-04-07util/hash_table: add macro for destructively iterating entriesMike Blumenkrantz3-0/+42
2021-04-07util/set: add macro for destructively iterating set entriesMike Blumenkrantz3-0/+46
2021-04-07util/bitset: Avoid out-of-bounds readsConnor Abbott1-0/+8
2021-03-29util: rework AMD cpu L3 cache affinity code.Dave Airlie1-35/+48
2021-03-29st/glthread: allow for invalid L3 cache id.Dave Airlie2-0/+4
2021-03-24util/set: stop leaking u32 key sets which pass a mem ctxMike Blumenkrantz1-1/+1
2021-03-20scons: Remove.Jose Fonseca1-98/+0
2021-03-19meson, util: Make zlib optional againJesse Natalie2-4/+21
2021-03-19util: add new helper util_format_rgb_to_bgrMarek Olšák2-0/+108
2021-03-19util: fail assertion in util_format_linear if it can't translate SRGB formatMarek Olšák1-0/+1
2021-03-19util: add most missing formats with reversed RGB channel orderMarek Olšák3-0/+30
2021-03-18u_format: Add restrict to fn pointer and manual format pack/unpack/fetchJesse Natalie19-656/+656
2021-03-18android: util: create some standalone compression helpersMauro Rossi1-0/+2
2021-03-17st/mesa: add a driconf option to transcode ETC2 to DXTCMarek Olšák1-0/+3
2021-03-16util/disk_cache: add cache item headers to single file cache entriesTimothy Arceri1-3/+21
2021-03-16util/disk_cache: detangle cache item creation from disk writingTimothy Arceri1-69/+70
2021-03-16util/disk_cache: separate file reads from cache item validationTimothy Arceri1-59/+65
2021-03-16util/compress: make compression function inputs constTimothy Arceri2-4/+9
2021-03-15util/fossilize_db: remove compression from foz db helperTimothy Arceri2-57/+14
2021-03-15util/disk_cache: make use of the new compression helpersTimothy Arceri1-195/+38
2021-03-15util: create some standalone compression helpersTimothy Arceri3-0/+186