vk/device: Add func anv_physical_device_finish()
authorChad Versace <chad.versace@intel.com>
Thu, 9 Jul 2015 23:22:18 +0000 (16:22 -0700)
committerChad Versace <chad.versace@intel.com>
Sat, 11 Jul 2015 00:35:52 +0000 (17:35 -0700)
commit4422bd4cf61c4f05f853dc790c03ab04c138d7b0
treea191000792b5119f138420f107d19a1c37751556
parent7552e026da51846c8d8755dbd95b830f82086080
vk/device: Add func anv_physical_device_finish()

Because in a follow-up patch I need to do some non-trival teardown on
anv_physical_device. Currently, however, anv_physical_device_finish() is
currently a no-op that's just called in the right place.

Also, rename function fill_physical_device -> anv_physical_device_init
for symmetry.
src/vulkan/device.c