radv: fix typo in the subpass barrier patch.

Fixes: dbb0eaccc radv: handle subpass cache flushes

Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
Dave Airlie
2017-02-22 02:20:18 +00:00
parent d71e1f32c6
commit 40e0dbf96c
+1 -1
View File
@@ -2868,7 +2868,7 @@ void radv_CmdPipelineBarrier(
0);
}
radv_dst_access_flush(cmd_buffer, src_flags);
radv_dst_access_flush(cmd_buffer, dst_flags);
/* TODO reduce this */
enum radv_cmd_flush_bits flush_bits = RADV_CMD_FLAG_CS_PARTIAL_FLUSH |