summaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)AuthorFilesLines
2024-08-28anv: Add full subgroups WA for the shaders with barriers in Breaking LimitSviatoslav Peleshko2-0/+7
2024-08-14util: detect LoongArch architectureIcenowy Zheng1-0/+12
2024-08-14util: Force emission of stack frame in stack unit testMatt Turner1-1/+2
2024-08-14util: Add ATTRIBUTE_OPTIMIZE(flags)Matt Turner1-0/+6
2024-08-14util/u_printf: do not double print format string with unused arugmentsKarol Herbst1-4/+3
2024-08-06anv: disable CCS for Source2 games on Xe2Paulo Zanoni2-0/+10
2024-08-04util: Fix the integer addition in os_time_get_absolute_timeout()Echo J1-1/+3
2024-07-23util/glsl2spirv: fixup the generated depfile when copying sourcesDylan Baker1-4/+29
2024-07-19u_format: Reword introductionDaniel Stone1-10/+7
2024-07-19format: Generate sRGB<->linear conversions from tableDaniel Stone4-214/+101
2024-07-19format: Generate endian-independent format aliasesDaniel Stone6-81/+199
2024-07-19u_format: Rewrite format table to use YAMLDaniel Stone5-698/+2989
2024-07-18util/cache_test: Add tests for old cache deletion.Bas Nieuwenhuizen1-0/+113
2024-07-18util/disk_cache: Delete the old multifile cache if using the default.Bas Nieuwenhuizen3-1/+72
2024-07-18util/disk_cache: enable Mesa-DB disk cache by defaultDaniel Schürmann2-10/+12
2024-07-17gallium/dril: Compatibility stub for the legacy DRI loader interfaceAdam Jackson2-2/+2
2024-07-17mesa_interface: Move out of GL/internal/Adam Jackson2-2/+2
2024-07-17treewide: Include mesa_interface.h not dri_interface.hAdam Jackson1-1/+1
2024-07-17util: add util_idalloc_sparse, solving the excessive virtual memory usageMarek Olšák2-0/+127
2024-07-17util: don't use variable names that can appear in args of idalloc foreach macrosMarek Olšák1-11/+11
2024-07-17util: make util_idalloc_exists privateMarek Olšák2-7/+7
2024-07-16util: detect RISC-V architectureYukari Chiba1-0/+23
2024-07-15util: add dui/uid helpersAlyssa Rosenzweig1-0/+15
2024-07-10util/mesa: move mesa/main log code to utilTimothy Arceri2-0/+56
2024-07-10util: macOS support for cnd_monotonicAleksi Sapon1-1/+16
2024-07-10util: fix memory related OS calls on macOSAleksi Sapon1-6/+17
2024-07-08util/cnd_monotonic: Use a void * on WindowsFaith Ekstrand2-6/+13
2024-07-08util/cnd_monotonic: Move the guts to a c fileFaith Ekstrand3-97/+145
2024-07-02blake3: fix Windows ARM64 build and detect ARM64EC as ARM64Jesse Natalie2-3/+6
2024-06-29build: pass licensing information in SPDX formDavid Heidelberg4-72/+4
2024-06-28anv/drirc: add option to provide low latency hintSushma Venkatesh Reddy1-0/+4
2024-06-27util: Add a helper for querying sparse tile sizesKonstantin Seurer2-0/+25
2024-06-24isl/iris/anv: provide drirc toggle intel_sampler_route_to_lscTapani Pälli1-0/+4
2024-06-23util/disk_cache: Fix cache marker refresh.Bas Nieuwenhuizen1-1/+1
2024-06-21util: use unsigned types when performing bitshiftJuan A. Suarez Romero4-13/+35
2024-06-21util/u_printf: properly handle %%Karol Herbst2-6/+42
2024-06-20u_gralloc/fallback: Set fd from handle directlyLucas Fryzek1-2/+1
2024-06-19util: bump blake3 from 1.3.3 to 1.5.1, improve armv7 and aarch64 performanceDavid Heidelberg14-39/+2762
2024-06-19util: Make format_srgb.h C++ safeFaith Ekstrand1-0/+7
2024-06-19util/format: Handle denorms when converting to R11G11B10FFaith Ekstrand1-2/+28
2024-06-19util/format: Round to nearest even when converting to R11G11B20FFaith Ekstrand1-4/+34
2024-06-19util/format_pack: Clamp SNORM values to [-1, 1] when unpackingFaith Ekstrand1-0/+4
2024-06-19util/format_pack: Also use iround for SCALED formatsFaith Ekstrand1-1/+4
2024-06-19util/format_pack: Fix packing of signed 1010102 SSCALED formatsFaith Ekstrand1-7/+15
2024-06-17radv: emit discard as demote by defaultDaniel Schürmann2-9/+0
2024-06-14util/u_trace: Add support for fixed-length string params in tracepointsDanylo Piliaiev1-7/+21
2024-06-10driconf: drop param for setting default gpu vendor id in DRI_CONF_FORCE_VK_VE...Eric Engestrom1-1/+1
2024-06-07util: os_time: add Fuchsia supportCraig Stout1-5/+5
2024-06-07util: u_dl: add Fuchsia supportC Stout1-5/+5
2024-06-07util: os_misc: add Fuchsia supportC Stout1-1/+7