commit | 14969aab11effa1500f114314c9b8879821b8b24 | [log] [tgz] |
---|---|---|
author | Kristian H. Kristensen <hoegsberg@google.com> | Wed May 13 13:19:57 2020 -0700 |
committer | Rob Clark <robdclark@chromium.org> | Wed May 13 20:24:33 2020 -0700 |
tree | f1bba9a2eaf6c1eb8e04ea0fc3a9a0013679ea89 | |
parent | 4627bfcd69544780e30c069b77967cfb92c9d7e0 [diff] |
freedreno/ir3: Drop wrmask for ir3 local and global store intrinsics These intrinsics are supposed to map to the underlying hardware instructions, which don't have wrmask. We use them when we lower store_output in the geometry pipeline and since store_output gets lowered to temps, we always see full wrmasks there.