Browse Source
[vk, rasterizer] TiledCacheBarrier starter
eds-true-adreno-fixes
CamilleLaVey
4 weeks ago
committed by
Caio Oliveira
No known key found for this signature in database
GPG Key ID: AAAE6C7FD4186B0C
1 changed files with
3 additions and
1 deletions
-
src/video_core/renderer_vulkan/vk_rasterizer.cpp
|
|
|
@ -828,7 +828,9 @@ void RasterizerVulkan::FragmentBarrier() { |
|
|
|
} |
|
|
|
|
|
|
|
void RasterizerVulkan::TiledCacheBarrier() { |
|
|
|
// TODO: Implementing tiled barriers requires rewriting a good chunk of the Vulkan backend
|
|
|
|
// Maxwell expects color writes to become visible to subsequent draws; reuse the
|
|
|
|
// render-pass teardown path so all attachments receive the usual image barriers.
|
|
|
|
scheduler.RequestOutsideRenderPassOperationContext(); |
|
|
|
} |
|
|
|
|
|
|
|
void RasterizerVulkan::FlushCommands() { |
|
|
|
|