[Mesa-dev] [PATCH v3 03/12] nir: Get rid of *_indirect variants of input/output load/store intrinsics

Kenneth Graunke kenneth at whitecape.org
Tue Dec 8 14:47:49 PST 2015


On Tuesday, December 08, 2015 01:46:20 PM Jason Ekstrand wrote:
[snip]
> @@ -461,8 +455,7 @@ print_intrinsic_instr(nir_intrinsic_instr *instr, print_state *state)
>     }
>  
>     nir_foreach_variable(var, var_list) {
> -      if ((var->data.driver_location == instr->const_index[0]) &&
> -          var->name) {
> +      if ((var->data.driver_location == instr->const_index[0]) && var->name) {
>           fprintf(fp, "\t/* %s */", var->name);
>           break;
>        }
> 

This last hunk seems unrelated - perhaps it should be a separate patch?
That patch would get a R-b.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20151208/b4826310/attachment.sig>


More information about the mesa-dev mailing list