vk/formats: Rename anv_format::format -> surface_format
authorChad Versace <chad.versace@intel.com>
Fri, 26 Jun 2015 01:18:06 +0000 (18:18 -0700)
committerChad Versace <chad.versace@intel.com>
Fri, 26 Jun 2015 03:10:16 +0000 (20:10 -0700)
commit4c8146313f110a3af2b2e17bb3f17512cd6601e8
tree472e52ef400e5fe0ca934b5175c3d7eb1518b64f
parent4b8b451a1dc6bd67704813ae885e2e8c351647b0
vk/formats: Rename anv_format::format -> surface_format

I misinterpreted anv_format::format as a VkFormat. Instead, it is
a hardware surface format (RENDER_SURFACE_STATE.SurfaceFormat). Rename
the field to 'surface_format' to make it unambiguous.
src/vulkan/device.c
src/vulkan/formats.c
src/vulkan/image.c
src/vulkan/pipeline.c
src/vulkan/private.h