On Fri, 2015-09-11 at 12:55 +1000, Timothy Arceri wrote:
> On Thu, 2015-09-10 at 18:04 -0700, Jason Ekstrand wrote:
> > On Tue, Sep 1, 2015 at 7:44 PM, Timothy Arceri <
> > t_arc...@yahoo.com.au
> > > wrote:
> > > As a bonus we get indirect support for arrays of arrays for free.
> > >
> > > V3: Us
On Thu, 2015-09-10 at 18:04 -0700, Jason Ekstrand wrote:
> On Tue, Sep 1, 2015 at 7:44 PM, Timothy Arceri > wrote:
> > As a bonus we get indirect support for arrays of arrays for free.
> >
> > V3: Use nir_instr_rewrite_src() with empty src rather then clearing
> > the use_link list directly for t
On Tue, Sep 1, 2015 at 7:44 PM, Timothy Arceri wrote:
> As a bonus we get indirect support for arrays of arrays for free.
>
> V3: Use nir_instr_rewrite_src() with empty src rather then clearing
> the use_link list directly for the old indirects as suggested by Jason
>
> V2: Fixed validation error
As a bonus we get indirect support for arrays of arrays for free.
V3: Use nir_instr_rewrite_src() with empty src rather then clearing
the use_link list directly for the old indirects as suggested by Jason
V2: Fixed validation error in debug build
---
src/glsl/nir/nir_lower_samplers.cpp | 169 +++