commit | 7d4213fe88a5398fa1624615780decf113d44359 | [log] [tgz] |
---|---|---|
author | Rob Clark <robdclark@chromium.org> | Thu Oct 10 19:36:30 2019 -0700 |
committer | Rob Clark <robdclark@gmail.com> | Fri Oct 18 21:11:54 2019 +0000 |
tree | a5a39d3b0226e7998d5352a9eebe705a5a238e5d | |
parent | 07e9bf564f10affa32ee7beb995db4c78e9f0477 [diff] |
freedreno/ir3: force i/j pixel to r0.x It seems that pre-fs texture fetch only works if ij_pix ends up in r0.x. I've tried unknown zero bits, to no avail, and blob also seems to force r0.x when this feature is used. Signed-off-by: Rob Clark <robdclark@chromium.org> Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>