Re: [Mesa-dev] [PATCH 4/9] radv: store the shader binary into radv_shader_variant

2017-09-05 Thread Timothy Arceri
On 06/09/17 05:17, Samuel Pitoiset wrote: This will allow to dump the active shaders when a hang is This will allow us to Otherwise 1-6, 8-9: Reviewed-by: Timothy Arceri I'll let Dave or Bas comment on the other two. ___ mesa-dev mailing list me

[Mesa-dev] [PATCH 4/9] radv: store the shader binary into radv_shader_variant

2017-09-05 Thread Samuel Pitoiset
This will allow to dump the active shaders when a hang is detected. Only the ASM will be dumped for now. Signed-off-by: Samuel Pitoiset --- src/amd/vulkan/radv_shader.c | 27 ++- src/amd/vulkan/radv_shader.h | 1 + 2 files changed, 15 insertions(+), 13 deletions(-) diff