Re: [Mesa-dev] [PATCH 4/4] radv: fix dumping compute shader on the graphics queue

2018-05-24 Thread Bas Nieuwenhuizen
Reviewed-by: Bas Nieuwenhuizen for the series. On Thu, May 24, 2018 at 1:09 PM, Samuel Pitoiset wrote: > The graphics pipeline can be NULL. > > Signed-off-by: Samuel Pitoiset > --- > src/amd/vulkan/radv_debug.c | 13 - > 1 file changed, 8 insertions(+), 5 deletions(-) > > diff --g

[Mesa-dev] [PATCH 4/4] radv: fix dumping compute shader on the graphics queue

2018-05-24 Thread Samuel Pitoiset
The graphics pipeline can be NULL. Signed-off-by: Samuel Pitoiset --- src/amd/vulkan/radv_debug.c | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/src/amd/vulkan/radv_debug.c b/src/amd/vulkan/radv_debug.c index c84e3be25bb..5a9b43644ed 100644 --- a/src/amd/vulkan