Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-09 | Update for Vulkan-Docs 1.1.130v1.1.130sdk-1.1.130.0sdk-1.1.130 | Jon Leech | |
2019-11-25 | Update for Vulkan-Docs 1.1.129v1.1.129 | Jon Leech | |
2019-11-21 | build: Clarify Windows build instructions | Mark Lobodzinski | |
It was not specified that the windows commands must be run from within a developer console. Also removed VS2013 and added VS2019 refs. | |||
2019-11-18 | Update for Vulkan-Docs 1.1.128v1.1.128 | Jon Leech | |
2019-11-06 | GN: Add support for Google Games Platform. | Jamie Madill | |
This is conditional upon defining a variable 'is_ggp'. The variable is optional. | |||
2019-11-06 | build: BUILD.gn missing defines for MacOS | Jonah Ryan-Davis | |
BUILD.gn does not define VK_USE_PLATFORM_METAL_EXT for MacOS | |||
2019-11-03 | Update for Vulkan-Docs 1.1.127v1.1.127 | Jon Leech | |
2019-10-28 | vulkan: Fix typo for `operator==` in `vulkan.hpp`sdk-1.1.126.0sdk-1.1.126 | Shannon McPherson | |
2019-10-25 | vulkan: Update `vulkan.hpp` for VS2015 VT fix | Shannon McPherson | |
Visual Studio 2015 is used by AppVeyor during GitHub CI testing and was reporting errors concerning ambiguous `operator==` when building `cubepp` in the Vulkan-Tools repository. This version of `vulkan.hpp` fixes these errors. | |||
2019-10-21 | Update for Vulkan-Docs 1.1.126v1.1.126 | Jon Leech | |
2019-10-13 | Update for Vulkan-Docs 1.1.125v1.1.125 | Jon Leech | |
2019-10-06 | Update for Vulkan-Docs 1.1.124v1.1.124 | Jon Leech | |
2019-09-18 | headers: Add metal surface support to ICD header | Lenny Komow | |
2019-09-16 | Update for Vulkan-Docs 1.1.123v1.1.123 | Jon Leech | |
2019-09-08 | Update for Vulkan-Docs 1.1.122v1.1.122 | Jon Leech | |
2019-08-25 | Update for Vulkan-Docs 1.1.121v1.1.121sdk-1.1.121.0sdk-1.1.121 | Jon Leech | |
2019-08-20 | Add new local dependency of scripts. | Jon Leech | |
2019-08-17 | Update for Vulkan-Docs 1.1.120v1.1.120 | Jon Leech | |
2019-08-12 | 1.1.119 spec update including a small XML fix identified by @mtavenrathv1.1.119 | Jon Leech | |
in comments to https://github.com/KhronosGroup/Vulkan-Headers/pull/72 | |||
2019-08-12 | Update for Vulkan-Docs 1.1.119 | Jon Leech | |
2019-07-30 | Update to try and prevent inappropriate PRs from being submitted against ↵ | Jon Leech | |
this repo | |||
2019-07-28 | Update for Vulkan-Docs 1.1.117v1.1.117 | Jon Leech | |
2019-07-20 | Update for Vulkan-Docs 1.1.116 | Jon Leech | |
2019-07-16 | build: Update cmake_minimum_required(VERSION 3.10.2) | Mike Weiblen | |
Change-Id: I28c30bb941691738944b13da75bc07e6153c89ef | |||
2019-07-14 | Update for Vulkan-Docs 1.1.115v1.1.115 | Jon Leech | |
2019-07-07 | Update for Vulkan-Docs 1.1.114v1.1.114sdk-1.1.114.0sdk-1.1.114 | Jon Leech | |
2019-06-29 | Update for Vulkan-Docs 1.1.113v1.1.113 | Jon Leech | |
2019-06-23 | Update for Vulkan-Docs 1.1.112v1.1.112 | Jon Leech | |
2019-06-11 | Update for Vulkan-Docs 1.1.111v1.1.111 | Jon Leech | |
2019-05-13 | Update for Vulkan-Docs 1.1.108v1.1.108sdk-1.1.108.0sdk-1.1.108 | Jon Leech | |
2019-05-13 | Update for Vulkan-Docs 1.1.108 | Jon Leech | |
2019-04-26 | vulkan: Add headless surface support to ICD headerv1.1.107 | Shannon McPherson | |
Added the new enum value to `VkIcdWsiPlatform` and defined `VkIcdSurfaceHeadless` | |||
2019-04-24 | headers: device creation callbacks for layers | Felix Dörre | |
2019-04-23 | build: Add support for GN build system | Mike Schuchardt | |
2019-04-16 | Update for Vulkan-Docs 1.1.107 | Jon Leech | |
2019-04-08 | scripts: Fix generator on Windows with Python < 3.6v1.1.106sdk-1.1.106.0sdk-1.1.106 | Lenny Komow | |
2019-04-07 | Update for Vulkan-Docs 1.1.106 | Jon Leech | |
2019-03-22 | Fixes for both C and C++ header generationv1.1.105 | Jon Leech | |
2019-03-22 | Update for Vulkan-Docs 1.1.105 | Jon Leech | |
2019-03-21 | docs: Update BUILD.md for CMake versions | Jon Leech | |
2019-03-11 | Update for Vulkan-Docs 1.1.103v1.1.103 | Jon Leech | |
2019-03-04 | Update for Vulkan-Docs 1.1.102v1.1.102 | Jon Leech | |
2019-02-28 | build: Define library targets for nested builds-sdk-1.1.101.0 | Nuno Subtil | |
Adds alias interface libraries Vulkan::Headers and Vulkan::Registry that export include paths. These are meant to be used by dependent projects in a nested build configuration to obtain the path to the Vulkan headers and registry directories. Change-Id: I0801f4a23ef654064c1b0878543cd48965954756 | |||
2019-02-20 | headers: Update to Vulkan header version 1.1.101v1.1.101sdk-1.1.101 | Shannon McPherson | |
Updated: - `include/vulkan/vulkan.hpp` - `include/vulkan/vulkan_core.h` - `registry/validusage.json` - `registry/vk.xml` | |||
2019-02-14 | headers: Update to Vulkan header version 1.1.100v1.1.100 | Shannon McPherson | |
Updated: - `include/vulkan/vulkan.hpp` - `include/vulkan/vulkan_core.h` - `registry/validusage.json` - `registry/vk.xml` | |||
2019-02-04 | headers: Update to Vulkan header version 1.1.99 | Shannon McPherson | |
Updated: - `include/vulkan/vulkan.hpp` - `include/vulkan/vulkan_core.h` - `registry/genvk.py` - `registry/validusage.json` - `registry/vk.xml` | |||
2019-01-09 | registry: Update `validusage.json` for VUID 02603v1.1.97sdk-1.1.97.0sdk-1.1.97 | Shannon McPherson | |
An `ifdef` statement found in the middle of a VUID definition resulted in everything following this statement being dropped from the `validusage.json` generated file. This commit includes a manual correction to the VUID-VkFramebufferCreateInfo-pAttachments-02603 definition. | |||
2019-01-07 | headers: Update to Vulkan header version 1.1.97 | Shannon McPherson | |
Updated: - `include/vulkan/vulkan.h` - `include/vulkan/vulkan.hpp` - `include/vulkan/vulkan_android.h` - `include/vulkan/vulkan_core.h` - `include/vulkan/vulkan_fuchsia.h` - `include/vulkan/vulkan_ios.h` - `include/vulkan/vulkan_macos.h` - `include/vulkan/vulkan_vi.h` - `include/vulkan/vulkan_wayland.h` - `include/vulkan/vulkan_win32.h` - `include/vulkan/vulkan_xcb.h` - `include/vulkan/vulkan_xlib.h` - `include/vulkan/vulkan_xlib_xrandr.h` - `registry/cgenerator.py` - `registry/generator.py` - `registry/genvk.py` - `registry/reg.py` - `registry/validusage.json` - `registry/vk.xml` | |||
2018-12-17 | docs: Add explanation of version tagging schemev1.1.96 | Shannon McPherson | |
2018-12-17 | headers: Update to Vulkan header version 1.1.96 | Shannon McPherson | |
Updated: - `include/vulkan/vulkan.hpp` - `include/vulkan/vulkan_core.h` - `registry/validusage.json` - `registry/vk.xml` |