st/nine: Enable modifiers on ps 1.X texcoords
authorAxel Davy <davyaxel0@gmail.com>
Wed, 10 Apr 2019 19:07:29 +0000 (21:07 +0200)
committerAxel Davy <davyaxel0@gmail.com>
Tue, 30 Apr 2019 17:18:50 +0000 (19:18 +0200)
commitfd3a870401acd0fd3ff2369659a77e42aab81489
tree40b403f98ee2c1ac826971983651ed9752cf2015
parent1fc0714039ce5fced2317d258fbc467af39f3dca
st/nine: Enable modifiers on ps 1.X texcoords

For many ps 1.X instructions, we were reading the
texcoords directly, instead of through tx_src_param,
resulting in modifiers getting ignored.
Use tx_src_param for all these instructions.

Fixes: https://github.com/iXit/Mesa-3D/issues/337
Signed-off-by: Axel Davy <davyaxel0@gmail.com>
src/gallium/state_trackers/nine/nine_shader.c