Re: [Mesa-dev] [PATCH] spirv: OpImageQueryLod requires a sampler

2019-02-26 Thread Samuel Iglesias Gonsálvez
Reviewed-by: Samuel Iglesias Gonsálvez On Wed, 2019-02-27 at 00:15 -0600, Jason Ekstrand wrote: > No idea how this fell through the cracks besides the fact that the > sampler bound at 0 almost always works and the CTS isn't amazing. In > any case, this appears to have been broken for almost fore

[Mesa-dev] [PATCH] spirv: OpImageQueryLod requires a sampler

2019-02-26 Thread Jason Ekstrand
No idea how this fell through the cracks besides the fact that the sampler bound at 0 almost always works and the CTS isn't amazing. In any case, this appears to have been broken for almost forever. Cc: mesa-sta...@lists.freedesktop.org --- src/compiler/spirv/spirv_to_nir.c | 2 +- 1 file change