Skip to content

Commit 6dee6e2

Browse files
committed
OpenXR SDK 1.0.11 (2020-08-14)
This release is mainly for SDK improvements, with only small changes to the docs. A new error code is provided for xrCreateSession for developers convenience. - Registry - Register ULTRALEAP author ID for Ultraleap. (internal MR 1877) - Reserve the extension number 98 to 101 for future MSFT extensions. (internal MR 1879) - schema: Distinguish parentstruct and structextends attributes in comments. (internal MR 1881, OpenXR-Docs/#51, internal issue 1396) - Add a new result code, XR_ERROR_GRAPHICS_REQUIREMENTS_CALL_MISSING, for runtimes to return if xrBeginSession is called before calling one of the xrGetGraphicsRequirements calls. (internal MR 1882, OpenXR-Docs/#53, internal issue 1397) - SDK - Improve language usage in code and comments to be more respectful. (internal MR 1881) - Loader: Correct type of “extension_version” in API layer manifest files to string, while maintaining backwards compatibility. Remove undocumented and unused “device_extensions” and “entrypoints” keys. (internal MR 1867, internal issue 1411) - Replace usage of std::filesystem::canonical with PathCchCanonicalize on Windows platform to work around bug on UWP platforms. This also replaces PathCanonicalize with PathCchCanonicalize and adds the appropriate library for linking in. (OpenXR-SDK-Source/#198) - Support for building more projects when targeting UWP, and support for all architectures when targeting Win32. (OpenXR-SDK-Source/#199) - hello_xr: fix Vulkan image layout transitions. (internal MR 1876) - validation: Enable three additional checks (on optional arrays with non- optional counts) that were missing because of a script error. (internal MR 1881)
1 parent 5ab0bac commit 6dee6e2

40 files changed

+239
-216
lines changed

CHANGELOG.SDK.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,49 @@ along with any public pull requests that have been accepted.
1919
In this repository in particular, since it is primarily software,
2020
pull requests may be integrated as they are accepted even between periodic updates.
2121

22+
## OpenXR SDK 1.0.11 (2020-08-14)
23+
24+
This release is mainly for SDK improvements, with only small changes to the
25+
docs. A new error code is provided for `xrCreateSession` for developers
26+
convenience.
27+
28+
- Registry
29+
- Register `ULTRALEAP` author ID for Ultraleap.
30+
([internal MR 1877](https://gitlab.khronos.org/openxr/openxr/merge_requests/1877))
31+
- Reserve the extension number 98 to 101 for future MSFT extensions.
32+
([internal MR 1879](https://gitlab.khronos.org/openxr/openxr/merge_requests/1879))
33+
- schema: Distinguish `parentstruct` and `structextends` attributes in comments.
34+
([internal MR 1881](https://gitlab.khronos.org/openxr/openxr/merge_requests/1881),
35+
[OpenXR-Docs/#51](https://github.com/KhronosGroup/OpenXR-Docs/issues/51),
36+
[internal issue 1396](https://gitlab.khronos.org/openxr/openxr/issues/1396))
37+
- Add a new result code, `XR_ERROR_GRAPHICS_REQUIREMENTS_CALL_MISSING`, for
38+
runtimes to return if `xrBeginSession` is called before calling one of the
39+
`xrGetGraphicsRequirements` calls.
40+
([internal MR 1882](https://gitlab.khronos.org/openxr/openxr/merge_requests/1882),
41+
[OpenXR-Docs/#53](https://github.com/KhronosGroup/OpenXR-Docs/issues/53),
42+
[internal issue 1397](https://gitlab.khronos.org/openxr/openxr/issues/1397))
43+
- SDK
44+
- Improve language usage in code and comments to be more respectful.
45+
([internal MR 1881](https://gitlab.khronos.org/openxr/openxr/merge_requests/1881))
46+
- Loader: Correct type of "extension_version" in API layer manifest files to
47+
string, while maintaining backwards compatibility. Remove undocumented and
48+
unused "device_extensions" and "entrypoints" keys.
49+
([internal MR 1867](https://gitlab.khronos.org/openxr/openxr/merge_requests/1867),
50+
[internal issue 1411](https://gitlab.khronos.org/openxr/openxr/issues/1411))
51+
- Replace usage of `std::filesystem::canonical` with `PathCchCanonicalize` on
52+
Windows platform to work around bug on UWP platforms. This also replaces
53+
`PathCanonicalize` with `PathCchCanonicalize` and adds the appropriate library
54+
for linking in.
55+
([OpenXR-SDK-Source/#198](https://github.com/KhronosGroup/OpenXR-SDK-Source/pull/198))
56+
- Support for building more projects when targeting UWP, and support for all
57+
architectures when targeting Win32.
58+
([OpenXR-SDK-Source/#199](https://github.com/KhronosGroup/OpenXR-SDK-Source/pull/199))
59+
- hello_xr: fix Vulkan image layout transitions.
60+
([internal MR 1876](https://gitlab.khronos.org/openxr/openxr/merge_requests/1876))
61+
- validation: Enable three additional checks (on optional arrays with non-
62+
optional counts) that were missing because of a script error.
63+
([internal MR 1881](https://gitlab.khronos.org/openxr/openxr/merge_requests/1881))
64+
2265
## OpenXR SDK 1.0.10 (2020-07-28)
2366

2467
Note the relicensing of the registry XML file and some include files provided by

changes/sdk/pr.163.gh.OpenXR-SDK-Source.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/sdk/pr.173.gh.OpenXR-SDK-Source.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/sdk/pr.175.gh.OpenXR-SDK-Source.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/sdk/pr.176.gh.OpenXR-SDK-Source.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/sdk/pr.181.gh.OpenXR-SDK-Source.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

changes/sdk/pr.186.gh.OpenXR-SDK-Source.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

changes/sdk/pr.190.gh.OpenXR-SDK-Source.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/sdk/pr.191.gh.OpenXR-SDK-Source.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

changes/sdk/pr.192.gh.OpenXR-SDK-Source.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)