Re: [Mesa-dev] [PATCH 4/4] radv: add support for VK_EXT_conditional_rendering

2018-07-09 Thread Bas Nieuwenhuizen
Where is the code to disable predication for copy/blit commands and then enable it again afterwards? On Mon, Jul 9, 2018 at 11:42 AM, Samuel Pitoiset wrote: > Inherited commands buffers are not supported. > > Signed-off-by: Samuel Pitoiset > --- > src/amd/vulkan/radv_cmd_buffer.c | 29

[Mesa-dev] [PATCH 4/4] radv: add support for VK_EXT_conditional_rendering

2018-07-09 Thread Samuel Pitoiset
Inherited commands buffers are not supported. Signed-off-by: Samuel Pitoiset --- src/amd/vulkan/radv_cmd_buffer.c | 29 + src/amd/vulkan/radv_device.c | 7 +++ src/amd/vulkan/radv_extensions.py | 1 + 3 files changed, 37 insertions(+) diff --git