-
Notifications
You must be signed in to change notification settings - Fork 256
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This release updates a vendor extension with renamed enumerants, adds architecture support for loong64, and delivers substantial improvements and fixes to the XML registry, particularly the description of interaction profile - Registry - Fix: Update schema to reflect that XrPathString_t should allow dash in interaction profile paths. (internal MR 3493) - Fix: XR_VARJO_xr4_controller_interaction did not properly define its interaction profile in XML. (internal MR 3493, internal MR 3548) - Fix: Correct XML description of OpenXR 1.1 related additions to the promoted Meta Touch Plus, Touch Pro, and Touch (Rift CV1) controller interaction profiles. (internal MR 3513, internal issue 2350, internal issue 2375) - Fix: Add missing XML description of EXT_hand_interaction additions to several interaction profiles, and add comments to clarify where profile additions should be located. (internal MR 3517, internal MR 3541, internal MR 3552) - Fix: Corrections to the Schema chapter of the style guide. (internal MR 3521) - Improvement: Small consistency clean-up. (internal MR 3512) - Improvement: Clean up .rnc schema to improve readability. (internal MR 3521) - Scripts: Improve update_version.py used in release process. (internal MR 3543) - Update: Change naming convention in XR_HTC_facial_expression: rename XR_LIP_EXPRESSION_MOUTH_SMILE_RIGHT_HTC to XR_LIP_EXPRESSION_MOUTH_RAISER_RIGHT_HTC, XR_LIP_EXPRESSION_MOUTH_SMILE_LEFT_HTC to XR_LIP_EXPRESSION_MOUTH_RAISER_LEFT_HTC, XR_LIP_EXPRESSION_MOUTH_SAD_RIGHT_HTC to XR_LIP_EXPRESSION_MOUTH_STRETCHER_RIGHT_HTC and XR_LIP_EXPRESSION_MOUTH_SAD_LEFT_HTC to XR_LIP_EXPRESSION_MOUTH_STRETCHER_LEFT_HTC, providing the old names as compatibility aliases. (internal MR 3408) - SDK - Loader: Fix build error on loong64, and add loong64 in the architecture table in the loader documentation. (OpenXR-SDK-Source PR 479) GitOrigin-RevId: 38dd67e911b3578f6d1c2da497b8c3d3b605c354
- Loading branch information
Showing
20 changed files
with
503 additions
and
193 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
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 |
---|---|---|
|
@@ -25,7 +25,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Get modern CMake and Ninja | ||
uses: "lukka/[email protected].3" | ||
uses: "lukka/[email protected].5" | ||
|
||
# Do this before building aar since it affects the version | ||
- name: Touch SNAPSHOT marker file | ||
|
@@ -47,7 +47,7 @@ jobs: | |
steps: | ||
- uses: "actions/checkout@v4" | ||
- name: "Get modern CMake and Ninja" | ||
uses: "lukka/[email protected].3" | ||
uses: "lukka/[email protected].5" | ||
- name: "set up JDK 11" | ||
uses: "actions/setup-java@v4" | ||
with: | ||
|
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 |
---|---|---|
|
@@ -32,9 +32,11 @@ jobs: | |
- uses: actions/checkout@v4 | ||
with: | ||
lfs: true | ||
fetch-tags: "${{ !github.event.release }}" | ||
fetch-depth: "${{ github.event.release && '0' || '1'}}" | ||
|
||
- name: Get modern CMake and Ninja | ||
uses: lukka/[email protected].3 | ||
uses: lukka/[email protected].5 | ||
|
||
- name: Add msbuild to PATH | ||
uses: microsoft/setup-msbuild@v2 | ||
|
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
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
Oops, something went wrong.