Re: [Mesa-dev] [PATCH] radv: init the trace BO before compiling meta shaders

2017-09-22 Thread Bas Nieuwenhuizen
r-b On Fri, Sep 22, 2017 at 6:16 AM, Samuel Pitoiset wrote: > Otherwise, the disasm string is NULL for meta shaders. > > Signed-off-by: Samuel Pitoiset > --- > src/amd/vulkan/radv_device.c | 10 +- > 1 file changed, 5 insertions(+),

[Mesa-dev] [PATCH] radv: init the trace BO before compiling meta shaders

2017-09-22 Thread Samuel Pitoiset
Otherwise, the disasm string is NULL for meta shaders. Signed-off-by: Samuel Pitoiset --- src/amd/vulkan/radv_device.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/amd/vulkan/radv_device.c b/src/amd/vulkan/radv_device.c index