vk: Replace some raw casts with safe casts
authorChad Versace <chad.versace@intel.com>
Wed, 15 Jul 2015 21:00:21 +0000 (14:00 -0700)
committerChad Versace <chad.versace@intel.com>
Wed, 15 Jul 2015 21:00:21 +0000 (14:00 -0700)
commit365d80a91e822f28c35aeec09c8ca787163b73bf
treea18fd1c2aff36a19f4e1b588c15a450c84e0274c
parent7529e7ce860fc5dd64b93b53e5676136e0af3e4e
vk: Replace some raw casts with safe casts

That is, replace some instances of
    (VkFoo) foo
with
    anv_foo_to_handle(foo)
src/vulkan/intel.c