summaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)AuthorFilesLines
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
2021-03-11util: Make os_read_file use O_BINARY on WindowsMichael Tang2-2/+9
2021-03-11u_format: Mark the generated pack/unpack src/dst args as restrict.Eric Anholt1-4/+7
2021-03-11util: Extract thread-id helpers from u_currentRob Clark1-0/+41
2021-03-10util/bitset: add a new last bit apiDave Airlie1-0/+1
2021-03-10util/panfrost/glsl: rename BITSET_LAST_BIT to BITSET_LAST_BIT_SIZEDDave Airlie1-1/+1
2021-03-08driconf: add performance tweaks for viewperfMarek Olšák1-0/+5
2021-03-07st/nine: Set default dynamic_texture_workaround to trueAxel Davy1-5/+0
2021-03-07st/nine: Add driconf option to limit texture memoryAxel Davy1-0/+4
2021-03-04util/disk_cache: make MESA_DISK_CACHE_READ_ONLY_FOZ_DBS a relative pathTimothy Arceri5-17/+12
2021-03-03driconf: Add ignore_map_unsynchronized optionRob Clark2-1/+12
2021-03-03radv: don't shrink image stores for The Surge 2Rhys Perry2-0/+8
2021-03-02driconf: Rename csmt_int back to csmt_forceAxel Davy1-1/+1
2021-03-02util: Always use timespec_get on Windows.Jose Fonseca1-1/+1
2021-03-02util/disk_cache: move cache tests to the util directoryTimothy Arceri3-0/+573
2021-03-01android: driconf: Generate a static table when no xmlconfigMauro Rossi2-0/+8
2021-03-01driconf: avoid Non-ASCII character error in driconf_static.pyMauro Rossi1-1/+1
2021-02-26util: add mesa_glthread for Valheim in OpenGL mode.Tamara Schmitz1-0/+4
2021-02-26util: Add accessor for util_cpu_capsRob Clark6-13/+25
2021-02-26util/u_queue: Ensure num_cpu_mask_bits is validRob Clark1-0/+4
2021-02-25meson/xmlconfig: win32 regex fallbackMichel Zou2-1/+12
2021-02-25util/disk_cache: fix crash in fossilize_dbTimothy Arceri1-3/+1
2021-02-24android: mesa: Move the FXT1 compressor/decompressor to util/Mauro Rossi1-3/+5
2021-02-24scons: Add u_format_pack.h include path.Jose Fonseca1-0/+1
2021-02-24util/bitscan: add u_foreach_bit macrosMike Blumenkrantz1-0/+10
2021-02-24xmlconfig: Add static driconfig supportRob Clark1-0/+76
2021-02-24xmlconfig: Reshuffle to keep attr processingRob Clark1-33/+41
2021-02-24driconf: Generate a static table when no xmlconfigRob Clark2-0/+230
2021-02-24util: add mesa_glthread for Half Life 2 and Black Mesa.Andrew McMahon1-0/+6
2021-02-23mesa: Move the FXT1 compressor/decompressor to util/Eric Anholt5-1/+1813
2021-02-22android: util/fossilize_db: add missing sources to Makefile.sourcesMauro Rossi1-0/+2
2021-02-22util: add optimised memset64Dave Airlie1-0/+20
2021-02-22util/fossilize_db: Fix compile error with clangRob Clark1-1/+1