Re: [Mesa-dev] [PATCH v2 2/3] nir: add support for bindless_texture samplers

2018-04-12 Thread Karol Herbst
On Thu, Apr 12, 2018 at 6:33 PM, Jason Ekstrand wrote: > On Thu, Apr 12, 2018 at 7:36 AM, Karol Herbst wrote: >> >> On Tue, Apr 10, 2018 at 5:10 PM, Jason Ekstrand >> wrote: >> > On Tue, Apr 10, 2018 at 8:05 AM, Karol Herbst

Re: [Mesa-dev] [PATCH v2 2/3] nir: add support for bindless_texture samplers

2018-04-12 Thread Jason Ekstrand
On Thu, Apr 12, 2018 at 7:36 AM, Karol Herbst wrote: > On Tue, Apr 10, 2018 at 5:10 PM, Jason Ekstrand > wrote: > > On Tue, Apr 10, 2018 at 8:05 AM, Karol Herbst > wrote: > >> > >> v2: add both texture and sampler handles > >> > >>

Re: [Mesa-dev] [PATCH v2 2/3] nir: add support for bindless_texture samplers

2018-04-12 Thread Karol Herbst
On Tue, Apr 10, 2018 at 5:10 PM, Jason Ekstrand wrote: > On Tue, Apr 10, 2018 at 8:05 AM, Karol Herbst wrote: >> >> v2: add both texture and sampler handles >> >> Signed-off-by: Karol Herbst >> --- >>

Re: [Mesa-dev] [PATCH v2 2/3] nir: add support for bindless_texture samplers

2018-04-10 Thread Jason Ekstrand
On Tue, Apr 10, 2018 at 8:05 AM, Karol Herbst wrote: > v2: add both texture and sampler handles > > Signed-off-by: Karol Herbst > --- > src/compiler/glsl/glsl_to_nir.cpp | 17 +++-- > src/compiler/nir/nir.h| 2 ++ >