Skip to content

turnip: preliminary support for loadOp and storeOp

Chia-I Wu requested to merge olv/mesa:turnip-load-store into turnip
  • create tile_load_ib and tile_store_ib at the beginning of each subpass
  • execute the IBs at the end of each subpass
  • no DONT_CARE support
  • no subpass dependency analysis and subpass merging
  • no zs support
  • no true VkImageView support
    • assume VK_FORMAT_B8G8R8A8_UNORM
    • no tiling
    • no MSAA
Edited by Chia-I Wu

Merge request reports