Re: [Mesa-dev] [PATCH] radv: don't flush the VS when srcStageMask == TOP_OF_PIPE_BIT

2017-10-20 Thread Samuel Pitoiset
Thanks, pushed! On 10/19/2017 09:09 PM, Bas Nieuwenhuizen wrote: Reviewed-by: Bas Nieuwenhuizen On Thu, Oct 19, 2017 at 8:54 PM, Fredrik Höglund wrote: The Vulkan specification says: "... an execution dependency with only

Re: [Mesa-dev] [PATCH] radv: don't flush the VS when srcStageMask == TOP_OF_PIPE_BIT

2017-10-19 Thread Bas Nieuwenhuizen
Reviewed-by: Bas Nieuwenhuizen On Thu, Oct 19, 2017 at 8:54 PM, Fredrik Höglund wrote: > The Vulkan specification says: > >"... an execution dependency with only VK_PIPELINE_STAGE_TOP_OF_- > PIPE_BIT in the source stage mask will effectively

[Mesa-dev] [PATCH] radv: don't flush the VS when srcStageMask == TOP_OF_PIPE_BIT

2017-10-19 Thread Fredrik Höglund
The Vulkan specification says: "... an execution dependency with only VK_PIPELINE_STAGE_TOP_OF_- PIPE_BIT in the source stage mask will effectively not wait for any prior commands to complete." Signed-off-by: Fredrik Höglund --- src/amd/vulkan/radv_cmd_buffer.c | 3