commit | 5bab8e6cbefc2a22dc4a782a2128fba8bf301853 | [log] [tgz] |
---|---|---|
author | Alyssa Rosenzweig <alyssa@collabora.com> | Tue Apr 26 16:32:01 2022 -0400 |
committer | Alyssa Rosenzweig <alyssa@collabora.com> | Mon May 02 09:55:49 2022 -0400 |
tree | 37b6ba185a9fb400bea5885dd5844ed2a46656d3 | |
parent | 013bb501689e672c7fe74bba5c53cb4ffc0343b0 [diff] |
panfrost: Lower user clip planes Since we don't export the relevant CAP, the state tracker calls nir_lower_clip_vs for us. However, for some reason we're still responsible for calling nir_lower_clip_fs. Now that we have sane shader key infrastructure, let's do so. Fixes the floor rendering wrong in the title screen of Neverball. Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16173>