commit | 2e83481a1a9a5a6239e31b938d9ad86a52a82c29 | [log] [tgz] |
---|---|---|
author | Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> | Tue Feb 16 14:07:26 2021 -0500 |
committer | Marge Bot <eric+marge@anholt.net> | Thu Feb 18 21:48:22 2021 +0000 |
tree | 7cf7ef673d829ae2f61be873e351aacaaef48538 | |
parent | b3e3daa603bc420ac88be07be703f7830cc5c8ee [diff] |
panfrost: Handle PIPE_FORMAT_NONE as 'constant' We can use the constant format anywhere safely as a 0-component format, which will map fine for PIPE_FORMAT_NONE. Used so ARB_framebuffer_no_attachments can probe. Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9105>