Skip to content

Commit b15ef6c

Browse files
committed
OpenXR SDK 1.1.42 (2024-10-25)
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
1 parent 1284d2a commit b15ef6c

20 files changed

+503
-193
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

5-
version: 1.1.41.{build}
5+
version: 1.1.42.{build}
66
image: Visual Studio 2017
77

88

.azure-pipelines/openxr-sdk-source.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ stages:
2121
- job: loader_docs
2222
pool:
2323
vmImage: "ubuntu-latest"
24-
container: khronosgroup/docker-images:openxr.20240805@sha256:05e900737234daf09d29a1c525a017ea8cc54a0d1f808569488e9ae6018053f2
24+
container: khronosgroup/docker-images:openxr.20240924@sha256:3d595e68d21b2bba12cb7bbfa8cb135f66a2d9b97efeda6de3c6c8412163c4b7
2525
steps:
2626
- script: make loader
2727
workingDirectory: specification
@@ -34,7 +34,7 @@ stages:
3434
- job: archive
3535
pool:
3636
vmImage: "ubuntu-latest"
37-
container: khronosgroup/docker-images:openxr.20240805@sha256:05e900737234daf09d29a1c525a017ea8cc54a0d1f808569488e9ae6018053f2
37+
container: khronosgroup/docker-images:openxr.20240924@sha256:3d595e68d21b2bba12cb7bbfa8cb135f66a2d9b97efeda6de3c6c8412163c4b7
3838
steps:
3939
- script: make loader
4040
workingDirectory: specification
@@ -62,7 +62,7 @@ stages:
6262
presentationBackend: wayland
6363
pool:
6464
vmImage: "ubuntu-latest"
65-
container: khronosgroup/docker-images:openxr-pregenerated-sdk.20240412@sha256:0006d0994219477d460953f0eda1fa6053f770c68da23b190be7c0d067f078b5
65+
container: khronosgroup/docker-images:openxr-pregenerated-sdk.20240924@sha256:5ddce09400cc7e17a81e65a0e7e2c26376f21e0844a6cf932270c2955213eef6
6666
# container: sha256:845e19e59f22c29fedc33dcaa4f3c5f8aa44e367283ef955c7549239cf9a46d2
6767
steps:
6868
- task: DownloadPipelineArtifact@2

.azure-pipelines/shared/build_jobs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
presentationBackend: wayland
2727
pool:
2828
vmImage: "ubuntu-latest"
29-
container: khronosgroup/docker-images:openxr-sdk.20240805@sha256:bbc790ccdc56f291d72877c6fdb825edbb9c3222efb63dc4d3ac34e3bf13dd7a
29+
container: khronosgroup/docker-images:openxr-sdk.20240924@sha256:5e6a6f5d72dc4a20d5c33f12550fdd9b6a1206e94d6cf1382e0697a5726c424c
3030

3131
steps:
3232
# First build as debug

.azure-pipelines/shared/check_clang_format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
displayName: "clang-format"
77
pool:
88
vmImage: "ubuntu-latest"
9-
container: khronosgroup/docker-images:openxr.20240805@sha256:05e900737234daf09d29a1c525a017ea8cc54a0d1f808569488e9ae6018053f2
9+
container: khronosgroup/docker-images:openxr.20240924@sha256:3d595e68d21b2bba12cb7bbfa8cb135f66a2d9b97efeda6de3c6c8412163c4b7
1010

1111
steps:
1212
- checkout: self

.azure-pipelines/shared/check_file_format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
displayName: "Check file formatting"
66
pool:
77
vmImage: "ubuntu-latest"
8-
container: khronosgroup/docker-images:openxr-sdk.20240805@sha256:bbc790ccdc56f291d72877c6fdb825edbb9c3222efb63dc4d3ac34e3bf13dd7a
8+
container: khronosgroup/docker-images:openxr-sdk.20240924@sha256:5e6a6f5d72dc4a20d5c33f12550fdd9b6a1206e94d6cf1382e0697a5726c424c
99

1010
steps:
1111
- script: ./file_format.sh

.azure-pipelines/shared/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
displayName: "codespell"
77
pool:
88
vmImage: "ubuntu-latest"
9-
container: khronosgroup/docker-images:openxr-sdk.20240805@sha256:bbc790ccdc56f291d72877c6fdb825edbb9c3222efb63dc4d3ac34e3bf13dd7a
9+
container: khronosgroup/docker-images:openxr-sdk.20240924@sha256:5e6a6f5d72dc4a20d5c33f12550fdd9b6a1206e94d6cf1382e0697a5726c424c
1010

1111
steps:
1212
- checkout: self

.github/workflows/android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v4
2727
- name: Get modern CMake and Ninja
28-
uses: "lukka/[email protected].3"
28+
uses: "lukka/[email protected].5"
2929

3030
# Do this before building aar since it affects the version
3131
- name: Touch SNAPSHOT marker file
@@ -47,7 +47,7 @@ jobs:
4747
steps:
4848
- uses: "actions/checkout@v4"
4949
- name: "Get modern CMake and Ninja"
50-
uses: "lukka/[email protected].3"
50+
uses: "lukka/[email protected].5"
5151
- name: "set up JDK 11"
5252
uses: "actions/setup-java@v4"
5353
with:

.github/workflows/check_clang_format_and_codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
clang-format:
1111
runs-on: ubuntu-latest
1212
container:
13-
image: khronosgroup/docker-images:openxr.20240805@sha256:05e900737234daf09d29a1c525a017ea8cc54a0d1f808569488e9ae6018053f2
13+
image: khronosgroup/docker-images:openxr.20240924@sha256:3d595e68d21b2bba12cb7bbfa8cb135f66a2d9b97efeda6de3c6c8412163c4b7
1414

1515
steps:
1616
- uses: actions/checkout@v4

.github/workflows/msvc-build-preset.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,11 @@ jobs:
3232
- uses: actions/checkout@v4
3333
with:
3434
lfs: true
35+
fetch-tags: "${{ !github.event.release }}"
36+
fetch-depth: "${{ github.event.release && '0' || '1'}}"
3537

3638
- name: Get modern CMake and Ninja
37-
uses: lukka/[email protected].3
39+
uses: lukka/[email protected].5
3840

3941
- name: Add msbuild to PATH
4042
uses: microsoft/setup-msbuild@v2

.reuse/dep5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Files: src/external/tinygltf/README.md
5050
src/external/tinygltf/tiny_gltf.h
5151
Copyright: 2015-Present, Syoyo Fujita, Aurélien Chatelain and many contributors
5252
License: MIT
53-
Comment: Unmodified, vendored copy of a subset of the tiny-gltf repo v2.8.9
53+
Comment: Unmodified, vendored copy of a subset of the tiny-gltf repo v2.9.3
5454

5555
Files: src/external/d3dx12/*
5656
Copyright: Copyright (c) Microsoft Corporation.

0 commit comments

Comments
 (0)