About
Social
Code
index
:
mesa
frygon
main
Mesa graphics project
Lucas Fryzek
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
freedreno
/
vulkan
/
tu_pass.cc
Age
Commit message (
Expand
)
Author
2025-10-27
tu: Rename tu_render_pass_attachment::clear_views to used_views
Connor Abbott
2025-10-20
tu: Implement VK_EXT_multisampled_render_to_single_sampled
Connor Abbott
2025-10-20
tu: Add support for "unresolve" ops
Connor Abbott
2025-10-20
tu: Also disable stencil load for attachments not in GMEM
Connor Abbott
2025-10-20
tu: Don't patch GMEM for input attachments never in GMEM
Connor Abbott
2025-10-20
tu: Fix corner case with clearing input attachment
Connor Abbott
2025-07-11
tu: Implement VK_VALVE_fragment_density_map_layered
Connor Abbott
2025-07-11
tu: Add debug flag to force disable FDM
Connor Abbott
2025-06-23
tu: Block ib2 skipping for pre-final subpass resolves.
Emma Anholt
2025-06-23
turnip: Share gmem allocations between attachments.
Emma Anholt
2025-06-23
turnip: Emit tile stores at subpass end time.
Emma Anholt
2025-06-05
tu: Add perf debug for FDM being disabled
Connor Abbott
2025-03-14
tu: Plumb through VkMemoryBarrierAccessFlags3KHR
Connor Abbott
2025-02-12
nir: Don't include xxhash.h in nir.h, only where it is used.
Timur Kristóf
2024-11-21
tu/a7xx: Implement VK_KHR_fragment_shading_rate
Danylo Piliaiev
2024-10-17
tu: Support dynamic input attachments
Connor Abbott
2024-08-22
tu: Treat partially-bound depth/stencil attachments as passthrough
Connor Abbott
2024-08-22
tu: Fix passthrough D24S8 attachments
Connor Abbott
2024-08-16
tu: Implement VK_EXT_legacy_dithering
Karmjit Mahil
2024-08-16
tu/a7xx: Use generic clear for CmdClearAttachments
Danylo Piliaiev
2024-05-02
tu: Disable depth and stencil tests when attachment state requires it
Amber
2024-04-19
tu: Replace TU_FROM_HANDLE with VK_FROM_HANDLE
Valentine Burley
2024-02-12
tu/a750: Consider vertex attr buff in gmem allocation
Danylo Piliaiev
2023-10-12
tu: Use common `vk_subpass_dependency_is_fb_local()`
Karmjit Mahil
2023-10-10
tu: Zero init tu_render_pass and tu_subpass for dynamic rendering
Danylo Piliaiev
2023-10-10
tu: Fix stale tu_render_pass_attachment::store_stencil with dyn rendering
Danylo Piliaiev
2023-09-27
tu: Implement vkGetRenderingAreaGranularityKHR
Connor Abbott
2023-08-16
turnip: Move gmem clears and loads to the first subpass that uses them.
Emma Anholt
2023-08-16
turnip: Track the first/last subpass an attachment is used in.
Emma Anholt
2023-05-08
tu: Parse fragment density map attachment info
Connor Abbott
2023-05-08
tu: Precompute maximum views across all subpasses
Connor Abbott
2023-03-24
tu: compile as C++
Danylo Piliaiev