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-03-28 05:16:26 +0300
committerRyan Pavlik <ryan.pavlik@collabora.com>2020-03-28 05:16:26 +0300
commit5b6a83f153e4170d9f3e013be87c370e8bab1e55 (patch)
tree07116d2afaf3335df738c786ee2dbea90aef94c7 /CHANGELOG.SDK.md
parent08f491d23fd8805660e07990d621fb57079366b0 (diff)
OpenXR SDK 1.0.8 (2020-03-27)release-1.0.8
Patch release for the 1.0 series. - Registry - XR_EXTX_overlay: upgrade overlay bit names to match the convention, and increase extension version number. This is a SOURCE-INCOMPATIBLE CHANGE to a provisional multi-vendor extension. (internal MR 1697, internal issue 1318, internal issue 42, internal MR 171) - Introduce XR_EXT_eye_gaze_interaction extension for eye gaze interaction profile. (internal MR 1556) - Add SPDX license identifier tag to registry schema. (internal MR 1686) - Add missing error codes to xrCreateActionSet, xrCreateAction, and xrGetInputSourceLocalizedName. (internal MR 1698) - SDK - Add SPDX license identifier tags to nearly all (code) files, including generated files. (internal MR 1686) - Fix build system behavior with MSVC building in Release mode: only attempt to copy PDB files if they exist. (internal MR 1701)
Diffstat (limited to 'CHANGELOG.SDK.md')
-rw-r--r--CHANGELOG.SDK.md34
1 files changed, 31 insertions, 3 deletions
diff --git a/CHANGELOG.SDK.md b/CHANGELOG.SDK.md
index 2a1a56a..5646833 100644
--- a/CHANGELOG.SDK.md
+++ b/CHANGELOG.SDK.md
@@ -13,6 +13,34 @@ along with any public pull requests that have been accepted.
In this repository in particular, since it is primarily software,
pull requests may be integrated as they are accepted even between periodic updates.
+## OpenXR SDK 1.0.8 (2020-03-27)
+
+Patch release for the 1.0 series.
+
+- Registry
+ - `XR_EXTX_overlay`: upgrade overlay bit names to match the convention, and
+ increase extension version number. This is a **source-incompatible change** to
+ a provisional multi-vendor extension.
+ ([internal MR 1697](https://gitlab.khronos.org/openxr/openxr/merge_requests/1697),
+ [internal issue 1318](https://gitlab.khronos.org/openxr/openxr/issues/1318),
+ [internal issue 42](https://gitlab.khronos.org/openxr/openxr/issues/42),
+ [internal MR 171](https://gitlab.khronos.org/openxr/openxr/merge_requests/171))
+ - Introduce `XR_EXT_eye_gaze_interaction` extension for eye gaze interaction
+ profile.
+ ([internal MR 1556](https://gitlab.khronos.org/openxr/openxr/merge_requests/1556))
+ - Add SPDX license identifier tag to registry schema.
+ ([internal MR 1686](https://gitlab.khronos.org/openxr/openxr/merge_requests/1686))
+ - Add missing error codes to `xrCreateActionSet`, `xrCreateAction`, and
+ `xrGetInputSourceLocalizedName`.
+ ([internal MR 1698](https://gitlab.khronos.org/openxr/openxr/merge_requests/1698))
+- SDK
+ - Add SPDX license identifier tags to nearly all (code) files, including
+ generated files.
+ ([internal MR 1686](https://gitlab.khronos.org/openxr/openxr/merge_requests/1686))
+ - Fix build system behavior with MSVC building in Release mode: only attempt
+ to copy PDB files if they exist.
+ ([internal MR 1701](https://gitlab.khronos.org/openxr/openxr/merge_requests/1701))
+
## OpenXR SDK 1.0.7 (2020-03-20)
Patch release for the 1.0 series.
@@ -37,9 +65,9 @@ changed somewhat.
([internal MR 1665](https://gitlab.khronos.org/openxr/openxr/merge_requests/1665))
- SDK
- loader: Add linker export map/version script to avoid exporting implementation
- symbols from C++ on non-MSVC platforms. ([internal MR
- 1641](https://gitlab.khronos.org/openxr/openxr/merge_requests/1641), [OpenXR-
- SDK-Source/#159](https://github.com/KhronosGroup/OpenXR-SDK-Source/issues/159))
+ symbols from C++ on non-MSVC platforms.
+ ([internal MR 1641](https://gitlab.khronos.org/openxr/openxr/merge_requests/1641),
+ [OpenXR-SDK-Source/#159](https://github.com/KhronosGroup/OpenXR-SDK-Source/issues/159))
- Add tracking and destruction of debug messengers in the loader.
([internal MR 1668](https://gitlab.khronos.org/openxr/openxr/merge_requests/1668),
[OpenXR-SDK-Source/#29](https://github.com/KhronosGroup/OpenXR-SDK-Source/issues/29),