radv: remove useless sync before CmdClear{Color,DepthStencil}Image()
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Fri, 23 Nov 2018 08:47:21 +0000 (09:47 +0100)
committerSamuel Pitoiset <samuel.pitoiset@gmail.com>
Fri, 23 Nov 2018 10:59:08 +0000 (11:59 +0100)
commit2951a766bd9c2bc6ae01ab79f111c636d5ff3f6b
tree21552191df6d25335beb60c981a3c410c0a5f258
parenta652842982a0a790c1b6607cd4f50679a6778fad
radv: remove useless sync before CmdClear{Color,DepthStencil}Image()

We don't need to flush anything before these two commands as well.
This is because they have to be externally synchronized, so the
app should have called CmdPipelineBarrier() prior to that and the
driver should have flushed the caches.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
src/amd/vulkan/radv_meta_clear.c