anv: Add a vk_icdGetInstanceProcAddr entrypoint
authorJason Ekstrand <jason.ekstrand@intel.com>
Fri, 12 Feb 2016 05:18:02 +0000 (21:18 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 12 Feb 2016 05:20:12 +0000 (21:20 -0800)
commit3a2b23a447d612f6e339ccee6fc853108ff9c7bd
tree07b6bfc462a3016867ee16c9129f455315613a88
parent25b09d1b5d74a946700f0956799cf00db0edae1a
anv: Add a vk_icdGetInstanceProcAddr entrypoint

Aparently there are some issues in symbol resolution if an application
packages its own loader and you have a system-installed one.  I don't
really understand the details, but it's not onorous to add.
src/vulkan/anv_device.c