entry-points: Hook GetInstanceProcAddr()/GetDeviceProcAddr() 88/65688/1
authorTaekyun Kim <tkq.kim@samsung.com>
Mon, 11 Apr 2016 10:08:51 +0000 (19:08 +0900)
committerTaekyun Kim <tkq.kim@samsung.com>
Tue, 12 Apr 2016 05:56:02 +0000 (14:56 +0900)
commit287f1dc3628afd78e4b2716d9ac157a5f9a38b78
tree6868f966af43f822693cf0a6962bc2af8e89a351
parent6a903ceb0fe29ef3a33cef35bba7975f98b42dc6
entry-points: Hook GetInstanceProcAddr()/GetDeviceProcAddr()

Any vulkan function that WSI has its implementation should not be called
directly by the vulkan loader or application. WSI implementation shoud call
ICD functions in that case.

Change-Id: Ibd4e43fafe3db20467abcd93dc883d0afcc89637
src/wsi/entry-points.c
src/wsi/wsi.h