wsi: Empty WSI entry point functions 76/65676/1
authorTaekyun Kim <tkq.kim@samsung.com>
Thu, 31 Mar 2016 10:33:02 +0000 (19:33 +0900)
committerTaekyun Kim <tkq.kim@samsung.com>
Tue, 12 Apr 2016 05:56:02 +0000 (14:56 +0900)
commite47e5195da1632cc2090cdc5237e41384d279e3d
tree11d61e2777452e61678211b7b1d2f92bb8f6de21
parentc4c30f6e8283bd0e08c69270a74dd5374b82b49e
wsi: Empty WSI entry point functions

Vulkan loader interfacing functions has moved to loader.c
wsi.c should contain WSI related implementations only.
Loading ICD and dispatch function for the vulkan loader should go into
the loader.c

Change-Id: Iacf09028b336f5575041ef9392ff9c7bac24261a
src/wsi/Makefile.am
src/wsi/loader.c [new file with mode: 0644]
src/wsi/wsi.c