Re: [Mesa-dev] [PATCH 13/18] anv/pipeline: Compile to NIR in compile_graphics

2018-07-25 Thread Jason Ekstrand
On Wed, Jul 25, 2018 at 5:19 PM Timothy Arceri wrote: > On 12/07/18 07:18, Jason Ekstrand wrote: > > This pulls the SPIR-V to NIR step out into common code. > > --- > > src/intel/vulkan/anv_pipeline.c | 278 +--- > > 1 file changed, 116 insertions(+), 162 deletions(

Re: [Mesa-dev] [PATCH 13/18] anv/pipeline: Compile to NIR in compile_graphics

2018-07-25 Thread Timothy Arceri
On 12/07/18 07:18, Jason Ekstrand wrote: This pulls the SPIR-V to NIR step out into common code. --- src/intel/vulkan/anv_pipeline.c | 278 +--- 1 file changed, 116 insertions(+), 162 deletions(-) diff --git a/src/intel/vulkan/anv_pipeline.c b/src/intel/vulkan/anv_

[Mesa-dev] [PATCH 13/18] anv/pipeline: Compile to NIR in compile_graphics

2018-07-11 Thread Jason Ekstrand
This pulls the SPIR-V to NIR step out into common code. --- src/intel/vulkan/anv_pipeline.c | 278 +--- 1 file changed, 116 insertions(+), 162 deletions(-) diff --git a/src/intel/vulkan/anv_pipeline.c b/src/intel/vulkan/anv_pipeline.c index bc268b87e55..50d6ab358d2 100