commit | a4b045ca44fb8210537e5a2b7c772f836be20e97 | [log] [tgz] |
---|---|---|
author | Chad Versace <chad.versace@intel.com> | Wed Jan 13 11:28:35 2016 -0800 |
committer | Chad Versace <chad.versace@intel.com> | Thu Jan 14 22:53:05 2016 -0800 |
tree | 10973e52537458fda36e4bc36c5ce2fc17fb2006 | |
parent | 5d1c2736b6eae9bab1a66cc22197d053de3444a7 [diff] |
anv: Add anv_cmd_state::attachments This array contains attachment state when recording a renderpass instance. It's populated on each call to anv_cmd_buffer_set_pass. The data is currently set but unused. We'll use it later to defer each attachment clear to the subpass that first uses the attachment.