Commit 455583c
committed
OpenXR SDK 1.0.34 (2024-02-16)
This release features a number of new multi-vendor and vendor
extensions, additional functionality in the reflection header, as well
as compatibility improvements for the loader on Android.
- Registry
- Extension reservation: Register author ID and reserve extensions
for Leia. (internal MR 3203)
- Fix: Remove erroneous interaction profile component additions
from extensions. (internal MR 3223)
- New multi-vendor extension: XR_EXT_user_presence (internal MR
2706, internal issue 1585)
- New vendor extension: XR_META_recommended_layer_resolution
(internal MR 2570)
- New vendor extension: XR_META_automatic_layer_filter (internal
MR 2696)
- New vendor extension: XR_META_spatial_entity_mesh (internal MR
2773)
- New vendor extension: XR_FB_face_tracking2 (internal MR 2811)
- New vendor extension: XR_VARJO_xr4_controller_interaction
(internal MR 3078)
- XR_FB_scene: Update to spec version 4. (internal MR 2774)
- XR_META_headset_id and XR_FB_spatial_entity: Drop XR_EXT_uuid
dependency, they use the data structure but do not require any
runtime support specific to XR_EXT_uuid (internal MR 2577)
- SDK
- API Layers: Add version-script for linking API Layers on Linux
and Android. (internal MR 3112)
- Fix typo in gfxwrapper_opengl that did not affect the use in
this repository directly, but may affect downstream users of
this code. (internal MR 3215)
- Loader: fix to Android Loader so that the
/<path_to_apk>/my_apk_file.apk!/libs/libstuff.so will not get
blocked (internal MR 3054)
- Loader: Add missing ifdef guards for XR_KHR_LOADER_INIT_SUPPORT.
(internal MR 3152, internal MR 3159)
- Loader: Fix crash in case of calling
xrEnumerateInstanceExtensionProperties before calling
xrInitializeLoaderKHR on Android. (internal MR 3159)
- Loader design: Add a note about environment variables being
ignored when run on Windows as admin. (internal MR 3214)
- openxr_reflection.h: Add macros to list functions provided by
each feature / extension. (internal MR 3129)
- external: Update Jinja2 Python module shipped with repository
(for source code generation) to 2.11.3. (internal MR 3221,
internal MR 3237)
GitOrigin-RevId: 8e65355a94a5d1b834ba438571cd5cd88c030b221 parent 7696da1 commit 455583c
File tree
66 files changed
+5098
-3747
lines changed- .reuse
- external/python
- Jinja2-2.10.3.dist-info
- Jinja2-2.11.3.dist-info
- jinja2
- maintainer-scripts
- publish-aar
- specification
- loader
- registry
- scripts
- src
- api_layers
- common
- loader
- tests/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.
66 files changed
+5098
-3747
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
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 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
24 | 80 | | |
25 | 81 | | |
26 | 82 | | |
| |||
This file was deleted.
File renamed without changes.
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| 33 | + | |
| 34 | + | |
32 | 35 | | |
33 | 36 | | |
34 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
File renamed without changes.
0 commit comments