Commit eedc7df
committed
OpenXR SDK 1.0.13 (2020-11-24)
The SDK in this release features some fixes to the loader’s layer
parsing: upgrading is recommended. The hello_xr example has also been
improved. The registry for this release features a new ratified Khronos
extension which will serve as the basis of other extensions, as well as
a number of new vendor extensions.
- Registry
- Add XR_HTC_vive_cosmos_controller_interaction vendor extension.
(internal MR 1907)
- Add XR_FB_display_refresh_rate vendor extension. (internal MR
1909)
- Add XR_MSFT_perception_anchor_interop vendor extension.
(internal MR 1929)
- Added ratified KHR_binding_modifications Khronos extension.
(internal MR 1878, internal issue 1413)
- Reserve vendor extensions for HTC. (internal MR 1907)
- Reserve vendor extension numbers 109-120 for Facebook
extensions. (internal MR 1913)
- SDK
- Fix build errors under mingw-w64. (OpenXR-SDK-Source/#212)
- Include PDB symbols to go along with the openxr_loader.dll
Windows artifacts. (OpenXR-SDK-Source/#225)
- XrMatrix4x4f_CreateProjection: Explicitly define matrix values
as floats. Prevents potential division by zero.
(OpenXR-SDK-Source/#219)
- build: Normalize how we detect and utilize threading libraries
in the build process. (internal MR 1910)
- build: Search for OpenGL ES and other things needed on Android.
(internal MR 1910)
- build: Normalize how we detect and utilize Vulkan in the build
process. (internal MR 1910)
- build/ci: Have Windows loader artifacts organize themselves by
architecture/platform, and bundle the CMake config files and a
“meta” CMake config. (OpenXR-SDK-Source/#224,
OpenXR-SDK-Source/#185)
- documentation: Make API Layer manifest example for
“disable_environment” and “enable_environment” match the loader
behavior (internal MR 1917, OpenXR-SDK-Source/#213)
- hello_xr: Don’t use subaction paths for quit_session action,
it’s unnecessary. (internal MR 1898)
- hello_xr: Add initial build system support for building for
Android. (No gradle support yet.) (internal MR 1910)
- hello_xr: Call xrInitializeLoaderKHR and dynamically load
openxr_loader on Android. (internal MR 1910)
- hello_xr: Fix printing of action bindings and make it prettier.
(internal MR 1914)
- hello_xr: Fix break on Oculus Quest. (internal MR 1921)
- hello_xr: The D3D12 and Vulkan graphics plugins sometimes did
not update their swapchain image context maps due to rare key
collisions. (OpenXR-SDK-Source/#217)
- loader: Stub in some preliminary code for Android loader
support - not a complete port. (internal MR 1910)
- loader: Add Android logcat logger. (internal MR 1910)
- loader: Fix parsing of XR_ENABLE_API_LAYERS environment variable
(internal MR 1912)
- loader: Fix issues around xrInitializeLoaderKHR. (internal MR
1922)
- loader: Replace #if _WIN32 with #ifdef _WIN32.
(OpenXR-SDK-Source/#215)1 parent 06b5b7f commit eedc7df
File tree
52 files changed
+2422
-1142
lines changed- changes/sdk
- specification
- loader
- registry
- scripts
- src
- api_layers
- cmake
- common
- loader
- scripts
- tests
- hello_xr
- java/com/khronos/hello_xr
- 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.
52 files changed
+2422
-1142
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
38 | 43 | | |
39 | 44 | | |
40 | 45 | | |
| |||
47 | 52 | | |
48 | 53 | | |
49 | 54 | | |
| 55 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 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 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
22 | 95 | | |
23 | 96 | | |
24 | 97 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
| 5 | + | |
2 | 6 | | |
3 | 7 | | |
4 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments