About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/src/freedreno/vulkan/tu_pass.cc
AgeCommit message (Expand)Author
2025-10-27tu: Rename tu_render_pass_attachment::clear_views to used_viewsConnor Abbott
2025-10-20tu: Implement VK_EXT_multisampled_render_to_single_sampledConnor Abbott
2025-10-20tu: Add support for "unresolve" opsConnor Abbott
2025-10-20tu: Also disable stencil load for attachments not in GMEMConnor Abbott
2025-10-20tu: Don't patch GMEM for input attachments never in GMEMConnor Abbott
2025-10-20tu: Fix corner case with clearing input attachmentConnor Abbott
2025-07-11tu: Implement VK_VALVE_fragment_density_map_layeredConnor Abbott
2025-07-11tu: Add debug flag to force disable FDMConnor Abbott
2025-06-23tu: Block ib2 skipping for pre-final subpass resolves.Emma Anholt
2025-06-23turnip: Share gmem allocations between attachments.Emma Anholt
2025-06-23turnip: Emit tile stores at subpass end time.Emma Anholt
2025-06-05tu: Add perf debug for FDM being disabledConnor Abbott
2025-03-14tu: Plumb through VkMemoryBarrierAccessFlags3KHRConnor Abbott
2025-02-12nir: Don't include xxhash.h in nir.h, only where it is used.Timur Kristóf
2024-11-21tu/a7xx: Implement VK_KHR_fragment_shading_rateDanylo Piliaiev
2024-10-17tu: Support dynamic input attachmentsConnor Abbott
2024-08-22tu: Treat partially-bound depth/stencil attachments as passthroughConnor Abbott
2024-08-22tu: Fix passthrough D24S8 attachmentsConnor Abbott
2024-08-16tu: Implement VK_EXT_legacy_ditheringKarmjit Mahil
2024-08-16tu/a7xx: Use generic clear for CmdClearAttachmentsDanylo Piliaiev
2024-05-02tu: Disable depth and stencil tests when attachment state requires itAmber
2024-04-19tu: Replace TU_FROM_HANDLE with VK_FROM_HANDLEValentine Burley
2024-02-12tu/a750: Consider vertex attr buff in gmem allocationDanylo Piliaiev
2023-10-12tu: Use common `vk_subpass_dependency_is_fb_local()`Karmjit Mahil
2023-10-10tu: Zero init tu_render_pass and tu_subpass for dynamic renderingDanylo Piliaiev
2023-10-10tu: Fix stale tu_render_pass_attachment::store_stencil with dyn renderingDanylo Piliaiev
2023-09-27tu: Implement vkGetRenderingAreaGranularityKHRConnor Abbott
2023-08-16turnip: Move gmem clears and loads to the first subpass that uses them.Emma Anholt
2023-08-16turnip: Track the first/last subpass an attachment is used in.Emma Anholt
2023-05-08tu: Parse fragment density map attachment infoConnor Abbott
2023-05-08tu: Precompute maximum views across all subpassesConnor Abbott
2023-03-24tu: compile as C++Danylo Piliaiev