About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-11-06util/bitset: Wrap __size in bracesNatalie Vock
2025-11-06anv: prevent potential, but unlikely, overflowDylan Baker
2025-11-06anv: assert that we don't overflowDylan Baker
2025-11-06tu: Fix renderpass-level tracepoints not showing up in binningDanylo Piliaiev
2025-11-06tu: Use cmd->rp_trace u_trace for draw callsDanylo Piliaiev
2025-11-06panvk: fix mem alloc size for VkBuffer backed by imported blob AHBYiwei Zhang
2025-11-06brw,elk: drop unused spirv->nir routinesAlyssa Rosenzweig
2025-11-06panvk: Advertise VK_KHR_pipeline_binaryFaith Ekstrand
2025-11-06panvk: Initialize the disk cache earlierFaith Ekstrand
2025-11-06panvk: include cmd stages for semaphores on submitAksel Hjerpbakk
2025-11-06nvk: Advertise VK_KHR_pipeline_binaryFaith Ekstrand
2025-11-06anv: enable KHR_pipeline_binary supportLionel Landwerlin
2025-11-06vulkan/runtime: Add an environment variable to validate shader binariesFaith Ekstrand
2025-11-06vulkan/runtime: Add a vk_compile_shaders() helperFaith Ekstrand
2025-11-06vulkan/runtime: implement VK_KHR_pipeline_binaryLionel Landwerlin
2025-11-06vulkan/runtime: track imported stagesLionel Landwerlin
2025-11-06vulkan/runtime: switch precomp shaders to blake3 hashesLionel Landwerlin
2025-11-06vulkan/runtime: use only blake3_hash to shader keyLionel Landwerlin
2025-11-06vulkan/runtime: split rt shaders hashing from compileLionel Landwerlin
2025-11-06vulkan/runtime: split graphics shaders hashing from compileLionel Landwerlin
2025-11-06vulkan/runtime: split compute shader hashing from compileLionel Landwerlin
2025-11-06vulkan/runtime: Add a get_push_range_for_stage() helperFaith Ekstrand
2025-11-06vulkan/runtime: use stage flags to track valid stagesLionel Landwerlin
2025-11-06vulkan/runtime: keep the set layouts on the stack until pipeline creationLionel Landwerlin
2025-11-06vulkan/runtime: split precomp shader hashing from precomp loadingLionel Landwerlin
2025-11-06vulkan/runtime: drop blake3 hash on precomp shadersLionel Landwerlin
2025-11-06vulkan/runtime: drop some geometry shader hashingLionel Landwerlin
2025-11-06vulkan/runtime: simplify robustness state hashingLionel Landwerlin
2025-11-06vulkan/runtime: split out partitioning logicLionel Landwerlin
2025-11-06pan: Move point size and viewport lowering to postprocessFaith Ekstrand
2025-11-06pan/bi: Move lower_noperspective*() to postprocess()Faith Ekstrand
2025-11-06nir: Check the deref mode in lower_point_size()Faith Ekstrand
2025-11-06nir: Handle lowered I/O in lower_viewport_transform()Faith Ekstrand
2025-11-06pan/bi: Call constant folding in postprocess()Faith Ekstrand
2025-11-06pan: roll lower_texture() into postprocess()Faith Ekstrand
2025-11-06radv/ci: remove RADV_PERFTEST=video_encode,video_code for GFX6-7Samuel Pitoiset
2025-11-06amd/common: rename ac_fake_hw_db.h -> ac_surface_test.hDaniel Schürmann
2025-11-06radeonsi: use ac_null_device_create() when AMD_FORCE_FAMILY is setDaniel Schürmann
2025-11-06radv: delete winsys/null/*Daniel Schürmann
2025-11-06amd, radv: create null device without winsysDaniel Schürmann
2025-11-06radv: remove radeon_winsys::get_chip_name() and use info->marketing_name dire...Daniel Schürmann
2025-11-06radv/device: return early in radv_CreateDevice() if creating a null deviceDaniel Schürmann
2025-11-06radv/null_device: set more options which affect compilationDaniel Schürmann
2025-11-06radv/null_device: don't attempt to upload shadersDaniel Schürmann
2025-11-06radv: hash keep_executable_info into shader key rather than device cache keyDaniel Schürmann
2025-11-06radv: skip shader cache if trap handler is enabledDaniel Schürmann
2025-11-06v3dv: Enable VK_FORMAT_B8G8R8A8_SNORM formatJose Maria Casanova Crespo
2025-11-06v3dv: Enable VK_FORMAT_B8G8R8A8_SINT and VK_FORMAT_B8G8R8A8_UINT formatsJose Maria Casanova Crespo
2025-11-06v3dv: Enable VK_FORMAT_A2R10G10B10_UINT_PACK32 formatJose Maria Casanova Crespo
2025-11-06zink/ci: document a nightly failureErik Faye-Lund