Re: [Mesa-dev] [PATCH] radv: do not dump meta shaders with RADV_DEBUG=shaders

2017-12-04 Thread Samuel Pitoiset
On 12/04/2017 11:31 AM, James Legg wrote: Hi Samuel, On Thu, 2017-11-30 at 22:16 +0100, Samuel Pitoiset wrote: It's really annoying and this pollutes the output especially when a bunch of non-meta shaders are compiled. diff --git a/src/amd/vulkan/radv_shader.c b/src/amd/vulkan/radv_shader.

Re: [Mesa-dev] [PATCH] radv: do not dump meta shaders with RADV_DEBUG=shaders

2017-12-04 Thread James Legg
Hi Samuel, On Thu, 2017-11-30 at 22:16 +0100, Samuel Pitoiset wrote: > It's really annoying and this pollutes the output especially > when a bunch of non-meta shaders are compiled. > diff --git a/src/amd/vulkan/radv_shader.c b/src/amd/vulkan/radv_shader.c > index 32edf2abd2..5464d3a58e 100644 > -

Re: [Mesa-dev] [PATCH] radv: do not dump meta shaders with RADV_DEBUG=shaders

2017-11-30 Thread Bas Nieuwenhuizen
Reviewed-by: Bas Nieuwenhuizen On Thu, Nov 30, 2017 at 10:16 PM, Samuel Pitoiset wrote: > It's really annoying and this pollutes the output especially > when a bunch of non-meta shaders are compiled. > > Signed-off-by: Samuel Pitoiset > --- > src/amd/vulkan/radv_pipeline.c | 5 + > src/am

[Mesa-dev] [PATCH] radv: do not dump meta shaders with RADV_DEBUG=shaders

2017-11-30 Thread Samuel Pitoiset
It's really annoying and this pollutes the output especially when a bunch of non-meta shaders are compiled. Signed-off-by: Samuel Pitoiset --- src/amd/vulkan/radv_pipeline.c | 5 + src/amd/vulkan/radv_shader.c | 2 +- src/amd/vulkan/radv_shader.h | 10 ++ 3 files changed, 12 in