Re: [Mesa-dev] [PATCH] radv: use separate bind points for the dynamic buffers

2018-06-26 Thread Bas Nieuwenhuizen
Reviewed-by: Bas Nieuwenhuizen On Tue, Jun 26, 2018 at 11:19 AM, Samuel Pitoiset wrote: > The Vulkan spec says: > >"pipelineBindPoint is a VkPipelineBindPoint indicating whether > the descriptors will be used by graphics pipelines or compute > pipelines. There is a separate set of bi

[Mesa-dev] [PATCH] radv: use separate bind points for the dynamic buffers

2018-06-26 Thread Samuel Pitoiset
The Vulkan spec says: "pipelineBindPoint is a VkPipelineBindPoint indicating whether the descriptors will be used by graphics pipelines or compute pipelines. There is a separate set of bind points for each of graphics and compute, so binding one does not disturb the other." CC: Si