commit | e59c74ec56583d74e44c1a5eafc7e2d3ab6117a4 | [log] [tgz] |
---|---|---|
author | Alyssa Rosenzweig <alyssa@collabora.com> | Fri Aug 05 17:34:04 2022 -0400 |
committer | Marge Bot <emma+marge@anholt.net> | Sun Aug 21 19:37:10 2022 +0000 |
tree | f933134341bb71a73042f08609c29ab4e2d81e6e | |
parent | 08746d7b527eef7b291e5374f23276a6443f870b [diff] |
panfrost: Promote blend shader outputs 8->16-bit ..on Bifrost and later, where the conversion hardware makes this reasonable. This saves us from inserting a pile of conversions in the compiler to lower away the 8-bit input/output. This also generates substantially better code. Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com> Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17841>