Fix Visual Studio 2013 build of VkRunner
authorSamuel Iglesias Gonsálvez <siglesias@igalia.com>
Fri, 21 Dec 2018 11:06:16 +0000 (12:06 +0100)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Fri, 21 Dec 2018 15:13:05 +0000 (10:13 -0500)
There were build errors related to undefined inline attribute and
undefined offsetof() function.

Change-Id: I111225756c1c950d73c4886fe1c2d3d203b567c2
Components: Vulkan
VK-GL-CTS: 1530
(cherry picked from commit 0b091875702f6ac418928267917987196f0b1854)

external/fetch_sources.py

index 2bd9aed..8c54064 100755 (executable)
@@ -331,7 +331,7 @@ PACKAGES = [
        GitRepo(
                "https://github.com/Igalia/vkrunner.git",
                None,
-               "bc4bd2bc11da08697143fdc23e4047c8c269bf50",
+               "2787f7ceaa96de8ad0c352629a4ed297da068872",
                "vkrunner"),
 ]