Skip to content

Commit b881e5f

Browse files
Add missing cache flush to direct submission
Signed-off-by: Lukasz Jobczyk <[email protected]>
1 parent e5a1d33 commit b881e5f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

shared/source/direct_submission/dispatchers/render_dispatcher.inl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ inline void RenderDispatcher<GfxFamily>::dispatchTlbFlush(LinearStream &cmdBuffe
5757
PipeControlArgs args(false);
5858
args.tlbInvalidation = true;
5959
args.pipeControlFlushEnable = true;
60+
args.textureCacheInvalidationEnable = true;
61+
6062
MemorySynchronizationCommands<GfxFamily>::addPipeControl(cmdBuffer, args);
6163
}
6264

0 commit comments

Comments
 (0)