OSDN Git Service

anv: Drop const on anv_framebuffer::attachments
authorChad Versace <chad.versace@intel.com>
Thu, 28 Jan 2016 04:42:45 +0000 (20:42 -0800)
committerChad Versace <chad.versace@intel.com>
Thu, 28 Jan 2016 18:03:00 +0000 (10:03 -0800)
commit142da00486989eb669ac1f93fb9ff48acab0e3fb
treef0e4e92da8b60916c5554c653eb053ff59498465
parent22258e279d5553f3c2f6983ed569169a0094b90f
anv: Drop const on anv_framebuffer::attachments

The attachments should be const, but the driver's function signatures
are generally not const-friendly.

Drop the const because it conflicts with upcoming
anv_cmd_buffer_resolve_subpass().
src/vulkan/anv_private.h