asahi: Fix is_format_supported returns
authorAlyssa Rosenzweig <alyssa@rosenzweig.io>
Fri, 19 Aug 2022 02:35:58 +0000 (22:35 -0400)
committerMarge Bot <emma+marge@anholt.net>
Thu, 1 Sep 2022 22:30:48 +0000 (22:30 +0000)
commit1044cfa49b30e5bbac54040b599a66c282a298b4
tree215edad8f17c82a06e57266f954c7fffb242f288
parentb37b8eabd38dc58f8486e1b56b8b23980a380ddb
asahi: Fix is_format_supported returns

Gallium can test multiple binds at once, we need to return the logical
AND, not the OR.

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18167>
src/gallium/drivers/asahi/agx_pipe.c