On Mon, Jan 26, 2015 at 10:45 AM, Eric Anholt <[email protected]> wrote:
> Jason Ekstrand <[email protected]> writes: > > @@ -563,7 +557,7 @@ copy_deref_array(void *mem_ctx, nir_deref_array > *deref) > > ret->base_offset = deref->base_offset; > > ret->deref_array_type = deref->deref_array_type; > > if (deref->deref_array_type == nir_deref_array_type_indirect) { > > - ret->indirect = nir_src_copy(deref->indirect, mem_ctx); > > + nir_src_copy(&ret->indirect, &deref->indirect, mem_ctx); > > } > > ret->deref.type = deref->deref.type; > > if (deref->deref.child) > > Unintentional whitespace change? > Good catch. Not sure how that happened. Fixed. > > Other than that, > > Reviewed-by: Eric Anholt <[email protected]> > Thanks
_______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
