Re: [Mesa-dev] [PATCH] radv: add support for shader stats dump

2016-11-21 Thread Bas Nieuwenhuizen
Reviewed-by: Bas Nieuwenhuizen On Tue, Nov 22, 2016 at 5:44 AM, Dave Airlie wrote: > From: Dave Airlie > > I've started working on a shader-db alike for Vulkan, > it's based on vktrace and it records pipelines, this > adds support to dump the shader stats exactly like > radeonsi does, so I can

[Mesa-dev] [PATCH] radv: add support for shader stats dump

2016-11-21 Thread Dave Airlie
From: Dave Airlie I've started working on a shader-db alike for Vulkan, it's based on vktrace and it records pipelines, this adds support to dump the shader stats exactly like radeonsi does, so I can reuse the shader-db scripts it uses. Signed-off-by: Dave Airlie --- src/amd/vulkan/radv_device