commit | 19906022e22cb37493861b6976c9623618b5b769 | [log] [tgz] |
---|---|---|
author | Erik Faye-Lund <kusmabite@gmail.com> | Fri Nov 13 16:53:04 2020 +0100 |
committer | Erik Faye-Lund <kusmabite@gmail.com> | Tue Nov 17 16:46:40 2020 +0100 |
tree | 5f73a52c4e233280954384e6f5b29b76687b1dc0 | |
parent | 465a48a048ca96bb1f828686149e00597107edfe [diff] |
zink: more accurately track supported blits We don't care if blits need to respect render-conditions if there's no active one. So let's hit the potentially faster native blit-paths instead. Fixes: 5743fa6e709 ("zink: enable conditional rendering if available") Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/3792 Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7606>