Re: [Mesa-dev] [PATCH 3/4] spirv: add sampler and image variable support when handling texture opcodes

2017-10-06 Thread Samuel Iglesias Gonsálvez
On Fri, 2017-10-06 at 11:36 +0200, Samuel Iglesias Gonsálvez wrote: > From: Samuel Iglesias Gonsalvez > > Signed-off-by: Samuel Iglesias Gonsalvez This patch and the following should be signed off by my Igalia email. Fixed locally. Sam > --- >

[Mesa-dev] [PATCH 3/4] spirv: add sampler and image variable support when handling texture opcodes

2017-10-06 Thread Samuel Iglesias Gonsálvez
From: Samuel Iglesias Gonsalvez Signed-off-by: Samuel Iglesias Gonsalvez --- src/compiler/spirv/spirv_to_nir.c | 58 +++ 1 file changed, 47 insertions(+), 11 deletions(-) diff --git a/src/compiler/spirv/spirv_to_nir.c