Re: [Mesa-dev] [PATCH mesa] anv: set error in all failure paths

2018-08-08 Thread Lionel Landwerlin
Reviewed-by: Lionel Landwerlin On 08/08/18 15:45, Eric Engestrom wrote: Cc: Jason Ekstrand Fixes: 5b196f39bddc689742d3 "anv/pipeline: Compile to NIR in compile_graphics" Signed-off-by: Eric Engestrom --- src/intel/vulkan/anv_pipeline.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(

Re: [Mesa-dev] [PATCH mesa] anv: set error in all failure paths

2018-08-08 Thread Tapani Pälli
Yep currently result is not set on this path; Reviewed-by: Tapani Pälli On 08.08.2018 17:45, Eric Engestrom wrote: Cc: Jason Ekstrand Fixes: 5b196f39bddc689742d3 "anv/pipeline: Compile to NIR in compile_graphics" Signed-off-by: Eric Engestrom --- src/intel/vulkan/anv_pipeline.c | 4 +++-

[Mesa-dev] [PATCH mesa] anv: set error in all failure paths

2018-08-08 Thread Eric Engestrom
Cc: Jason Ekstrand Fixes: 5b196f39bddc689742d3 "anv/pipeline: Compile to NIR in compile_graphics" Signed-off-by: Eric Engestrom --- src/intel/vulkan/anv_pipeline.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/intel/vulkan/anv_pipeline.c b/src/intel/vulkan/anv_pipeli