Re: [Mesa-dev] [PATCH] nir/print: Print texture and sampler indices

2018-07-07 Thread Bas Nieuwenhuizen
Reviewed-by: Bas Nieuwenhuizen On Sat, Jul 7, 2018 at 6:01 AM, Jason Ekstrand wrote: > Commit 5fb69daa6076e56b deleted support from nir_print for printing the > texture and sampler indices on texture instructions. This commit just > brings it back as best as we can. > --- > src/compiler/nir/ni

[Mesa-dev] [PATCH] nir/print: Print texture and sampler indices

2018-07-06 Thread Jason Ekstrand
Commit 5fb69daa6076e56b deleted support from nir_print for printing the texture and sampler indices on texture instructions. This commit just brings it back as best as we can. --- src/compiler/nir/nir_print.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/src/compiler/nir/nir_pr