commit | 2f4bb00c2bdf56ae4db3810f049263dae42aecd5 | [log] [tgz] |
---|---|---|
author | Chad Versace <chad.versace@intel.com> | Tue Feb 09 12:35:39 2016 -0800 |
committer | Chad Versace <chad.versace@intel.com> | Tue Feb 09 12:54:04 2016 -0800 |
tree | 71eeb58509f75475a634025f389706c64a42fee1 | |
parent | bdab29a312cfad29dc05ed11adc9c96faaa4501d [diff] |
anv/image: Fix choose_isl_surf_usage() Don't translate VkImageCreateInfo::usage into an isl_surf_usage bitmask. Instead, translate anv_image::usage, which is a superset of VkImageCreateInfo::usage. For-Issue: https://gitlab.khronos.org/vulkan/mesa/issues/26