Fix device creation in multiview tests
authorAlexander Galazin <alexander.galazin@arm.com>
Wed, 4 Oct 2017 07:53:43 +0000 (09:53 +0200)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Wed, 4 Oct 2017 19:09:07 +0000 (15:09 -0400)
commit802df87501c056ee45069588e590538d0e20bed1
tree4ac5fd7ec508db0cc38bd54b36f781339670cc6b
parentab236eed5bed567d3441ab3f5c72e2a75c41c439
Fix device creation in multiview tests

context.getDeviceExtensions() now returns all extension
promoted to core. This may not be true for some implementations.
While creating a new device need to enumerate exactly the extensions
supported by an implementation.

VK-GL-CTS issue: 736

Components: Vulkan

Affects:
dEQP-VK.multiview.*

Change-Id: Ibca7630ea5bd691a20f906519e15f66b22d465aa
external/vulkancts/modules/vulkan/multiview/vktMultiViewRenderTests.cpp