commit | 679adcbc3c7d784e808b8477a522055439b97e5c | [log] [tgz] |
---|---|---|
author | Rob Clark <robdclark@chromium.org> | Thu Oct 20 17:49:15 2022 -0700 |
committer | Marge Bot <emma+marge@anholt.net> | Fri Oct 28 19:13:27 2022 +0000 |
tree | 840d4c111bbd9d4f149dfa99f0137f7f0476cfe3 | |
parent | 3a695470862c4c852b8b4b057257b47a7ad9bf25 [diff] |
freedreno/a6xx: Move layer_zero handling to interp state We can just bake this into the program state, rather than making it a shader variant. Turnip had already switched to this approach so it will let us drop ir3 lowering for this. Signed-off-by: Rob Clark <robdclark@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19236>