Re: [Mesa-dev] [PATCH] radv: Emit enqueued pipeline barriers on event write.

2018-10-23 Thread Samuel Pitoiset
Cc stable? On 10/23/18 10:59 AM, Bas Nieuwenhuizen wrote: Since the CPU can read them we need to execute any GPU->CPU flushes before the event is written. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108524 Fixes: f4e499ec791 "radv: add initial non-conformant radv vulkan driver" ---

Re: [Mesa-dev] [PATCH] radv: Emit enqueued pipeline barriers on event write.

2018-10-23 Thread Samuel Pitoiset
Reviewed-by: Samuel Pitoiset On 10/23/18 10:59 AM, Bas Nieuwenhuizen wrote: Since the CPU can read them we need to execute any GPU->CPU flushes before the event is written. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108524 Fixes: f4e499ec791 "radv: add initial non-conformant radv

[Mesa-dev] [PATCH] radv: Emit enqueued pipeline barriers on event write.

2018-10-23 Thread Bas Nieuwenhuizen
Since the CPU can read them we need to execute any GPU->CPU flushes before the event is written. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108524 Fixes: f4e499ec791 "radv: add initial non-conformant radv vulkan driver" --- src/amd/vulkan/radv_cmd_buffer.c | 2 ++ 1 file changed, 2