vk: Remove more raw casts
authorChad Versace <chad.versace@intel.com>
Fri, 17 Jul 2015 20:59:48 +0000 (13:59 -0700)
committerChad Versace <chad.versace@intel.com>
Fri, 17 Jul 2015 21:32:22 +0000 (14:32 -0700)
commit169251bff0ec4bdafa84da50b6144e6cf02bf0da
tree11236eb2eb3e70ef20a4e1e4bfe1e84480400c8c
parentfc3838376b920b5bfc3b1afe31c326063f4bfb84
vk: Remove more raw casts

This removes nearly all the remaining raw Anvil<->Vulkan casts from the
C source files.  (File compiler.cpp still contains many raw casts, and
I plan on ignoring that).

As far as I can tell, the only remaining raw casts are:
    anv_attachment_view -> anv_depth_stencil_view
    anv_attachment_view -> anv_color_attachment_view
src/vulkan/anv_cmd_emit.c
src/vulkan/device.c
src/vulkan/intel.c
src/vulkan/private.h
src/vulkan/x11.c