loader: Remove extension enable checks
authorMark Young <marky@lunarg.com>
Fri, 9 Sep 2016 00:36:32 +0000 (18:36 -0600)
committerMark Young <marky@lunarg.com>
Fri, 9 Sep 2016 00:36:32 +0000 (18:36 -0600)
commit7777d184abffdbfe00a0e7030fa4de0ef96c1ac6
tree8c28d7865bbfd3efb40a8aca9c948c631a26b000
parent19ab93c7fb4fb9ae62679852783a97f599d1b367
loader: Remove extension enable checks

Apparently, the intent of Vulkan is to have the loader do no
run-time checking in each of the functions as to whether or not
the extension is enabled.  This should only be done in the
validation layers.

This resolves the crash Jeff was seeing in the Nvidia driver when
using the new extension.

Change-Id: Ic90db0bde062d6b2511954abb8677f9f20bb4285
loader/extensions.c
loader/extensions.h
loader/loader.c
loader/loader.h
loader/wsi.c
loader/wsi.h