commit | d9ffff09b086be80b511041a2bff3fc366fb3322 | [log] [tgz] |
---|---|---|
author | Samuel Pitoiset <samuel.pitoiset@gmail.com> | Fri Jun 24 14:38:59 2022 +0200 |
committer | Marge Bot <emma+marge@anholt.net> | Mon Jul 18 18:40:02 2022 +0000 |
tree | 23ade011cbf177c733b8d80cc1fdafbca736616f | |
parent | 2784bfe93fdbf72d63dcbcd08b883e6ad8bccc36 [diff] |
aco: prevent adding DONE/VM to the last export if the FS has an epilog If the fragment shader exports MRTZ and the epilog some color exports, DONE/VM should be added to the last export. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Timur Kristóf <timur.kristof@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17485>