[Mesa-dev] [PATCH 3/3] radv: Add trace ids for secondary buffers.

2017-08-28 Thread Bas Nieuwenhuizen
Signed-off-by: Bas Nieuwenhuizen --- src/amd/vulkan/radv_cmd_buffer.c | 2 ++ src/amd/vulkan/radv_device.c | 2 +- src/amd/vulkan/radv_radeon_winsys.h | 2 +- src/amd/vulkan/winsys/amdgpu/radv_amdgpu_cs.c | 4 ++-- 4 files changed, 6 insertions(+), 4 deleti

Re: [Mesa-dev] [PATCH 3/3] radv: Add trace ids for secondary buffers.

2017-08-28 Thread Dave Airlie
Nice, I started reinventing the same wheel yesterday so this is 90% of what I had done, but right. The only other thing I did was tie secondary execution into the primary for lookups instead of debug all bos. Once this lands I might clean that up if we want it. Otherwise, for all 3 Reviewed-by: