About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2025-11-06zink/ci: document a flakeErik Faye-Lund
2025-11-06aco/ra: Handle call ABI constraintsNatalie Vock
2025-11-06aco/ra: Handle callee ABI preserved register constraintsNatalie Vock
2025-11-06aco/ra: Don't clear fixed operand sources if they were blockedNatalie Vock
2025-11-06aco/ra: Skip blocked regs in get_reg_implNatalie Vock
2025-11-06aco/ra: Also consider blocked registers as not containing tempsNatalie Vock
2025-11-06aco/ra: Add utility to clear PhysRegIntervalNatalie Vock
2025-11-06aco: Add preload_preserved pseudo instructionNatalie Vock
2025-11-06radv/video: Support intra only without dpbDavid Rosca
2025-11-06radv/video: Add NULL checks for picture parametersDavid Rosca
2025-11-06radv/video: Correctly handle no feedback query for encodeDavid Rosca
2025-11-06vulkan/video: Avoid NULL pointers in session parametersDavid Rosca
2025-11-06vulkan/video: Add chroma subsampling to video sessionDavid Rosca
2025-11-06vulkan/video: NULL check codec-specific chainBenjamin Cheng
2025-11-06ac/parse_ib: Parse VCN_IB_COMMON_OP_RESOLVEINPUTPARAMLAYOUTDavid Rosca
2025-11-06ac/parse_ib: Fix parsing multiple engine commands in one VCN IBDavid Rosca
2025-11-06brw: stop emitting flush operations for begin/end interlockLionel Landwerlin
2025-11-06nouveau/drm-shim: remove double '/' in include pathAntonio Ospite