Skip to content

d3d12: lower int texture sampling after lowering projection

Gert Wollny requested to merge gerddie/mesa:more-int-texture-fixes into msclc-d3d12

projection is not handled with the int texture lowering pass, so we need to run it after the generic texture lowering pass.

Fixes: dEQP-GLES3.functional.shaders.texture_functions.textureprojoffset.[ui]* (without bias explicit bias)

Merge request reports