nir/lower_tex: ignore saturate for txf ops
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Tue, 20 Jun 2023 17:48:05 +0000 (13:48 -0400)
committerMarge Bot <emma+marge@anholt.net>
Wed, 21 Jun 2023 23:13:50 +0000 (23:13 +0000)
commit402ae3b132e026d681cb5e4b8b44d6504998c2b5
tree9f4092db419990839043ad5bb2d371504aee750d
parent886b7aaa6be918857c685d980110f35ef57d96df
nir/lower_tex: ignore saturate for txf ops

saturate is used for GL_CLAMP emulation, and GL_CLAMP cannot be used
with txf

ref #9226

cc: mesa-stable

Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23750>
src/compiler/nir/nir_lower_tex.c