anv/image: Add a vk_format field
authorJason Ekstrand <jason.ekstrand@intel.com>
Thu, 31 Dec 2015 20:39:34 +0000 (12:39 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 5 Jan 2016 00:08:05 +0000 (16:08 -0800)
commit3200a81a553b9cf5e3d0853307d8f75eadff8f97
tree68f0c016a369bb23e7329e0ceba7beafb02204fd
parent0d7614dce64d63c01e671b0c180453ed0ba44759
anv/image: Add a vk_format field

We've been trying to move away from anv_format for a while and this should
help with the transition.  There are cases (mostly in meta) where we need
the original format for the image and not the isl_format.  These will be
moved over to the new vk_format and everythign else will use the isl_format
from the particular anv_surface.
src/vulkan/anv_image.c
src/vulkan/anv_meta.c
src/vulkan/anv_meta_clear.c
src/vulkan/anv_private.h