Commit 820278f
committed
OpenXR SDK 1.0.33 (2024-01-03)
This release primarily adds new ratified functionality describing the
loader interaction with runtimes and API layers. Corresponding
definitions are now in the official openxr_loader_negotiation.h
generated header, rather than the loader_interfaces.h header previously
shipped only with the OpenXR-SDK-Source repository. This change only
affects vendors of runtimes and API layers as well as contributors to
the OpenXR loader: applications do not directly use this API, the loader
uses it on their behalf. A number of other small fixes are also
included.
- Registry
- Extension reservation: Update author ID and reserve extensions
for Varjo. (internal MR 3083)
- Extension reservation: Reserve 10 extension ids each for
ANDROIDX & ANDROIDSYS. (internal MR 3086)
- Khronos ratified addition: Specify the existing loader
negotiation functions (without modification) in the XML, moving
from loader_interfaces.h to a new generated header
openxr_loader_negotiation.h. (internal MR 2807, internal issue
1953)
- XR_KHR_android_thread_settings: Fix the description of
XrAndroidThreadTypeKHR enum values - they were swapped relative
to their implicit meaning from their name. (internal MR 3077)
- XR_MNDX_egl_enable: Update version to 2 to reflect function
pointer type change released in 1.0.29. (OpenXR-Docs PR 159)
- SDK
- Loader: Fix loader build on Universal Windows Platform:
build-system-only change. (Included in SDK hotfix 1.0.32.1.)
(internal MR 3071)
- Loader: Correctly destroy the LoaderInstance when loader is
done. (internal MR 3041)
- Remove obsolete loader_interfaces.h header, migrating uses (in
loader and layers) to use the newly specified and ratified
openxr_loader_negotiation.h, and adjust scripts for the addition
of the loader negotiation APIs. (internal MR 2807, internal
issue 1953, internal MR 3122)
- Misc
- Update/correct names.
- Ship a .mailmap file in the public repositories, maintained
separately from the larger one used in the private monorepo, to
correct names/emails and unify contributor identities.
- Update Khronos Group copyright dates.
GitOrigin-RevId: a561c5898b72f59965790790a28bbc3b7e9bcf131 parent e93034a commit 820278f
File tree
305 files changed
+1214
-918
lines changed- .azure-pipelines
- nuget
- NugetTemplate
- build/native
- .github
- scripts
- workflows
- .reuse
- LICENSES
- changes/sdk
- external/include
- github/sdk
- .github
- include
- openxr
- maintainer-scripts
- specification
- config
- loader
- images
- registry
- scripts
- spec-macros
- spec_tools
- src
- api_layers
- cmake
- common
- external/android-jni-wrappers/wrap
- loader
- scripts
- tests
- c_compile_test
- hello_xr
- android_resources
- drawable
- opengles/mipmap-anydpi-v26
- values
- vulkan/mipmap-anydpi-v26
- vulkan_shaders
- list_json
- list
- loader_test
- test_layers
- test_runtimes
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
305 files changed
+1214
-918
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments