-
Notifications
You must be signed in to change notification settings - Fork 261
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This release includes a new multi-vendor extension, a new vendor extension, improvements to Android builds and artifacts, and a revision to a new architecture added in 1.1.42. Note that SDK release 1.1.44 was skipped to keep up with a monthly cadence for patch releases. - Registry - Extension reservation: Reserve 15 extensions for EpicGames. (internal MR 3649) - Improvement: Clean up spacing in some functions, improving specification and header output appearance. (internal MR 3660) - New multi-vendor extension: XR_EXT_frame_synthesis (internal MR 2200, OpenXR-Docs PR 122) - New vendor extension: XR_BD_body_tracking (internal MR 2867) - SDK - Change: Update the ABI identifier of LoongArch64 in specification/loader/runtime.adoc and the loader. This introduces a small incompatibility on this platform, but only if you were already decorating your manifests with ABI/architecture, which is unlikely. (OpenXR-SDK-Source PR 523) - Improvement: Update Gradle (for hello_xr and other tests) from 7.5/7.5.1 to to 8.5, and Android Gradle Plugin to 8.1.4. (internal MR 3640) - Improvement: Adjust build so that it is possible to build a new binary .aar file from an unzipped sources.jar file, by calling something like bash org/khronos/openxr/openxr_loader_for_android/maintainer-scripts/build-aar.sh. (internal MR 3642) - Improvement: In build-aar.sh, skip making a sources.jar automatically if we lack the requirements (such as when we are already building from one.) (internal MR 3642) GitOrigin-RevId: 2f14f9d9ec0d6ef12a66266660fa2650f6711628
- Loading branch information
Showing
32 changed files
with
610 additions
and
223 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -84,6 +84,9 @@ local.properties | |
*.pom | ||
clang-format-patches/ | ||
/*.jar | ||
/*.diff | ||
/*.log | ||
|
||
# Key stores | ||
*.jks |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-15.4 KB
(73%)
maintainer-scripts/publish-aar/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 3 additions & 1 deletion
4
maintainer-scripts/publish-aar/gradle/wrapper/gradle-wrapper.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip | ||
networkTimeout=10000 | ||
validateDistributionUrl=true | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
Oops, something went wrong.