Skip to content

Commit

Permalink
OpenXR SDK 1.0.31
Browse files Browse the repository at this point in the history
* Upgrades OpenXR SDK 1.0.31
* android-activity 0.5
* version bump
  • Loading branch information
korejan committed Oct 28, 2023
1 parent aca1053 commit 041b0c8
Show file tree
Hide file tree
Showing 11 changed files with 156 additions and 105 deletions.
231 changes: 141 additions & 90 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions alvr/openxr-client/alxr-android-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alxr-android-client"
version = "0.16.1"
version = "0.17.0"
authors = ["korejan <64199710+korejan@users.noreply.github.com>"]
edition = "2021"
description = "An OpenXR based ALVR client for android platorms"
Expand All @@ -21,7 +21,7 @@ alxr-common = { path = "../alxr-common" }
jni = "0.21"
log = "0.4"
android_logger = "0.13"
android-activity = { version="0.4", features = [ "native-activity" ] }
android-activity = { version="0.5", features = [ "native-activity" ] }
ndk-context = "0.1"
libloading = "0.8"
lazy_static = "1"
Expand Down
4 changes: 2 additions & 2 deletions alvr/openxr-client/alxr-android-client/lynx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alxr-client-lynx"
version = "0.16.1"
version = "0.17.0"
authors = ["korejan <64199710+korejan@users.noreply.github.com>"]
edition = "2021"
description = "An OpenXR based ALVR client for android platorms"
Expand All @@ -22,7 +22,7 @@ alxr-common = { path = "../../alxr-common", features = ["lynx-flavor"] }
jni = "0.21"
log = "0.4"
android_logger = "0.13"
android-activity = { version="0.4", features = [ "native-activity" ] }
android-activity = { version="0.5", features = [ "native-activity" ] }
ndk-context = "0.1"
libloading = "0.8"
lazy_static = "1"
Expand Down
4 changes: 2 additions & 2 deletions alvr/openxr-client/alxr-android-client/pico-v4/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alxr-client-pico-v4"
version = "0.16.1"
version = "0.17.0"
authors = ["korejan <64199710+korejan@users.noreply.github.com>"]
edition = "2021"
description = "An OpenXR based ALVR client for Pico 4/Neo 3, pre PUI v5.2.x"
Expand All @@ -18,7 +18,7 @@ alxr-common = { path = "../../alxr-common", features = ["pico-v4-flavor"] }
jni = "0.21"
log = "0.4"
android_logger = "0.13"
android-activity = { version="0.4", features = [ "native-activity" ] }
android-activity = { version="0.5", features = [ "native-activity" ] }
ndk-context = "0.1"
libloading = "0.8"
lazy_static = "1"
Expand Down
4 changes: 2 additions & 2 deletions alvr/openxr-client/alxr-android-client/pico/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alxr-client-pico"
version = "0.16.1"
version = "0.17.0"
authors = ["korejan <64199710+korejan@users.noreply.github.com>"]
edition = "2021"
description = "An OpenXR based ALVR client for Pico 4/Neo 3, PUI >= v5.2.x"
Expand All @@ -18,7 +18,7 @@ alxr-common = { path = "../../alxr-common", features = ["pico-flavor"] }
jni = "0.21"
log = "0.4"
android_logger = "0.13"
android-activity = { version="0.4", features = [ "native-activity" ] }
android-activity = { version="0.5", features = [ "native-activity" ] }
ndk-context = "0.1"
libloading = "0.8"
lazy_static = "1"
Expand Down
4 changes: 2 additions & 2 deletions alvr/openxr-client/alxr-android-client/quest/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alxr-client-quest"
version = "0.16.1"
version = "0.17.0"
authors = ["korejan <64199710+korejan@users.noreply.github.com>"]
edition = "2021"
description = "An OpenXR based ALVR client for Oculus Quest 1/2"
Expand All @@ -18,7 +18,7 @@ alxr-common = { path = "../../alxr-common", features = ["quest-flavor"] }
jni = "0.21"
log = "0.4"
android_logger = "0.13"
android-activity = { version="0.4", features = [ "native-activity" ] }
android-activity = { version="0.5", features = [ "native-activity" ] }
ndk-context = "0.1"
libloading = "0.8"
lazy_static = "1"
Expand Down
2 changes: 1 addition & 1 deletion alvr/openxr-client/alxr-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alxr-client"
version = "0.16.1"
version = "0.17.0"
authors = ["korejan <64199710+korejan@users.noreply.github.com>"]
edition = "2021"
description = "An OpenXR based ALVR client for non-android platorms"
Expand Down
2 changes: 1 addition & 1 deletion alvr/openxr-client/alxr-client/uwp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alxr-client-uwp"
version = "1.16.1"
version = "1.17.0"
authors = ["korejan <64199710+korejan@users.noreply.github.com>"]
edition = "2021"
build = ".build/main.rs"
Expand Down
2 changes: 1 addition & 1 deletion alvr/openxr-client/alxr-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alxr-common"
version = "0.16.1"
version = "0.17.0"
authors = ["korejan <64199710+korejan@users.noreply.github.com>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion alvr/openxr-client/alxr-engine-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alxr-engine-sys"
version = "0.16.1"
version = "0.17.0"
authors = ["korejan <64199710+korejan@users.noreply.github.com>"]
edition = "2021"
links = "alxr_engine"
Expand Down
2 changes: 1 addition & 1 deletion alvr/openxr-client/alxr-engine-sys/cpp/ALVR-OpenXR-Engine
Submodule ALVR-OpenXR-Engine updated 43 files
+1 −1 .appveyor.yml
+4 −4 .github/workflows/android.yml
+1 −1 .github/workflows/check_clang_format_and_codespell.yml
+1 −1 .github/workflows/gradle-wrapper-validation.yml
+2 −2 .github/workflows/msvc-build-preset.yml
+2 −2 .github/workflows/windows-matrix.yml
+4 −0 .gitignore
+57 −0 CHANGELOG.SDK.md
+1 −1 CMakeLists.txt
+1 −2 specification/Makefile
+1 −1 specification/loader/api_layer.adoc
+1,487 −40 specification/registry/xr.xml
+29 −3 specification/scripts/check_spec_links.py
+2 −1 specification/scripts/creflectiongenerator.py
+2 −1 specification/scripts/generator.py
+1 −1 specification/scripts/jinja_helpers.py
+3 −3 specification/scripts/pdf_chapter_diff.py
+3 −0 specification/scripts/reserve_extensions.py
+2 −1 specification/scripts/spec-macros/extension.rb
+2 −2 specification/scripts/spec_tools/algo.py
+2 −2 specification/scripts/spec_tools/attributes.py
+1 −0 specification/scripts/spec_tools/consistency_tools.py
+1 −1 specification/scripts/spec_tools/conventions.py
+3 −3 specification/scripts/spec_tools/entity_db.py
+13 −6 specification/scripts/spec_tools/macro_checker.py
+5 −5 specification/scripts/test_entity_db.py
+10 −8 specification/scripts/validitygenerator.py
+5 −4 specification/scripts/xml_consistency.py
+12 −1 src/CMakeLists.txt
+22 −14 src/api_layers/api_dump.cpp
+24 −15 src/api_layers/core_validation.cpp
+32 −0 src/cmake/fxc_shader.cmake
+55 −0 src/cmake/glsl_shader.cmake
+26 −0 src/cmake/make_includable.cmake
+33 −1 src/common/gfxwrapper_opengl.c
+41 −7 src/common/gfxwrapper_opengl.h
+2 −2 src/common/platform_utils.hpp
+12 −11 src/external/jnipp/jnipp.cpp
+9 −3 src/loader/CMakeLists.txt
+6 −6 src/scripts/automatic_source_generator.py
+1 −1 src/scripts/loader_source_generator.py
+27 −17 src/scripts/utility_source_generator.py
+31 −13 src/scripts/validation_layer_generator.py

0 comments on commit 041b0c8

Please sign in to comment.