Re: [Mesa-dev] [PATCH 02/26] nir: Add a descriptor_set field to nir_variable

2016-03-26 Thread Rob Clark
On Fri, Mar 25, 2016 at 7:12 PM, Jason Ekstrand wrote: > This is needed for supporting the Vulkan binding model > --- > src/compiler/nir/glsl_to_nir.cpp | 1 + > src/compiler/nir/nir.h | 5 + > 2 files changed, 6 insertions(+) > > diff --git a/src/compiler/nir/glsl_to_nir.cpp > b/s

[Mesa-dev] [PATCH 02/26] nir: Add a descriptor_set field to nir_variable

2016-03-25 Thread Jason Ekstrand
This is needed for supporting the Vulkan binding model --- src/compiler/nir/glsl_to_nir.cpp | 1 + src/compiler/nir/nir.h | 5 + 2 files changed, 6 insertions(+) diff --git a/src/compiler/nir/glsl_to_nir.cpp b/src/compiler/nir/glsl_to_nir.cpp index f6e1a17..efef9f5 100644 --- a/src/