Mesa (master): anv/pass: Delete anv_pass::subpass_attachments

Nanley Chery nchery at kemper.freedesktop.org
Mon Apr 24 20:36:08 UTC 2017


Module: Mesa
Branch: master
Commit: b1066f73658fe2ef912c4482e4f95f75d57e8ac5
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b1066f73658fe2ef912c4482e4f95f75d57e8ac5

Author: Nanley Chery <nanley.g.chery at intel.com>
Date:   Mon Apr 10 11:47:10 2017 -0700

anv/pass: Delete anv_pass::subpass_attachments

This field has no users.

Reviewed-by: Jason Ekstrand <jason at jlekstrand.net>
Signed-off-by: Nanley Chery <nanley.g.chery at intel.com>

---

 src/intel/vulkan/anv_private.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/intel/vulkan/anv_private.h b/src/intel/vulkan/anv_private.h
index 7d079000b0..dbe1e0475e 100644
--- a/src/intel/vulkan/anv_private.h
+++ b/src/intel/vulkan/anv_private.h
@@ -2180,7 +2180,6 @@ struct anv_render_pass_attachment {
 struct anv_render_pass {
    uint32_t                                     attachment_count;
    uint32_t                                     subpass_count;
-   VkAttachmentReference *                      subpass_attachments;
    /* An array of subpass_count+1 flushes, one per subpass boundary */
    enum anv_pipe_bits *                         subpass_flushes;
    struct anv_render_pass_attachment *          attachments;




More information about the mesa-commit mailing list