commit | ded736f16a9980eff3009b25b4b89763237c6cea | [log] [tgz] |
---|---|---|
author | Chad Versace <chad.versace@intel.com> | Mon Aug 17 13:10:40 2015 -0700 |
committer | Chad Versace <chad.versace@intel.com> | Mon Aug 17 14:08:55 2015 -0700 |
tree | f5466a16afaad0d66dd447a79845650ced368549 | |
parent | 4ae42c83ec46be3e200120e928a8060628a45bb6 [diff] |
vk: Add anv_format reference to anv_image Change type of anv_image::format from VkFormat to const struct anv_format*. This reduces the number of lookups in the VkFormat -> anv_format table.