anv: Drop anv_image::needs_*_surface_state
authorChad Versace <chad.versace@intel.com>
Thu, 4 Feb 2016 19:58:05 +0000 (11:58 -0800)
committerChad Versace <chad.versace@intel.com>
Thu, 4 Feb 2016 20:20:51 +0000 (12:20 -0800)
commit3eebf3686be3de10cbeda8acd884e82df3e1438a
tree516939b5892ee4df4aab81eeff89e8faebe0d8e4
parent42b9320fbf67844d97f054db1a427894c444edf3
anv: Drop anv_image::needs_*_surface_state

anv_image::needs_sampler_surface_state was a redundant member,
identical to (usage & VK_IMAGE_USAGE_SAMPLED_BIT). Likewise for the
other needs_* members.
src/vulkan/anv_image.c
src/vulkan/anv_private.h