Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/OpenXR-SDK.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Pavlik <ryan.pavlik@collabora.com>2020-01-25 06:56:20 +0300
committerRyan Pavlik <ryan.pavlik@collabora.com>2020-01-25 06:57:55 +0300
commit5292e57fda47561e672fba0a4b6e545c0f25dd8d (patch)
tree26686b1ac0673ebab625b3b927808fe5b4e4176b /CMakeLists.txt
parent76fa0cd57baa28477968df6f1ace1a1b047fb5e5 (diff)
OpenXR 1.0.6 release (24-January-2020)release-1.0.6
Patch release for the 1.0 series. This release contains, among other things, a substantial simplification and cleanup of the loader, which should fix a number of issues and also make it forward compatible with extensions newer than the loader itself. As a part of this change, the loader itself now only supports a single `XrInstance` active at a time per process. If you attempt to create a new instance while an existing one remains (such as in the case of application code leaking an `XrInstance` handle), the loader will now return `XR_ERROR_LIMIT_REACHED`. ### GitHub Pull Requests These had been integrated into the public repo incrementally. - hello_xr - Initialize hand_scale to 1.0 <https://github.com/KhronosGroup/OpenXR-SDK-Source/pull/157> - Fix Vulkan CHECK_CBSTATE build under newer MSVC <https://github.com/KhronosGroup/OpenXR-SDK-Source/pull/154> - Initialize hand_scale to 1.0 to still show controller cubes even if grabAction not available on startup. <https://github.com/KhronosGroup/OpenXR-SDK-Source/pull/157> - Loader - Single instance loader refactor with forward compatibility <https://github.com/KhronosGroup/OpenXR-SDK-Source/pull/146> (and internal MRs 1599, 1621) - Fix bug in loading API layers that could result in not loading an available and enabled layer <https://github.com/KhronosGroup/OpenXR-SDK-Source/pull/155> - Build - Clean up linking, build loader and layers with all available platform/presentation support, fix pkg-config file, rename `runtime_list` test executable to `openxr_runtime_list` <https://github.com/KhronosGroup/OpenXR-SDK-Source/pull/149> ### Internal issues - Registry - Fix typo in visibility mesh enum comment. - Add `XR_EXT_win32_appcontainer_compatible` extension. - Scripts - Fix comment typos. - Sync scripts with Vulkan. (internal MR 1625) - Loader - Allow use of `/` in paths in FileSysUtils on Windows. - Build - Improve messages - hello_xr - Add D3D12 graphics plugin (internal MR 1616) - Fix comment typo.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 127e5b6..877e59a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright (c) 2017-2019 The Khronos Group Inc.
+# Copyright (c) 2017-2020 The Khronos Group Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.