commit | 356f952f87408ee30d1d42d582d57fee41318ba7 | [log] [tgz] |
---|---|---|
author | Chad Versace <chad.versace@intel.com> | Wed Jan 13 11:52:23 2016 -0800 |
committer | Chad Versace <chad.versace@intel.com> | Thu Jan 14 22:53:05 2016 -0800 |
tree | 913140400cf5a5e72f22581859400d49484d0196 | |
parent | a4b045ca44fb8210537e5a2b7c772f836be20e97 [diff] |
anv/meta: Use anv_cmd_state::attachments for clears Rewrite anv_cmd_buffer_clear_attachments, which emits the top-of-pass clears, to use the data provided in anv_cmd_state::attachments. This prepares for deferring each attachment clear to the first subpass that uses the attachment.