Re: [Mesa-dev] [PATCH 5/6] radv/winsys: fix buffer deletion in the sysmem path

2018-07-09 Thread Samuel Pitoiset
Bas, I think patches 4&5 can already be merged? I will investigate about the CTS regressions, probably this week. On 07/04/2018 03:06 PM, Samuel Pitoiset wrote: In case we failed to submit the CS correctly. Signed-off-by: Samuel Pitoiset --- src/amd/vulkan/winsys/amdgpu/radv_amdgpu_cs.c | 5

[Mesa-dev] [PATCH 5/6] radv/winsys: fix buffer deletion in the sysmem path

2018-07-04 Thread Samuel Pitoiset
In case we failed to submit the CS correctly. Signed-off-by: Samuel Pitoiset --- src/amd/vulkan/winsys/amdgpu/radv_amdgpu_cs.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/amd/vulkan/winsys/amdgpu/radv_amdgpu_cs.c b/src/amd/vulkan/winsys/amdgpu/radv_amdgpu_cs.c i