@@ -17,6 +17,47 @@ particular, since it is primarily software, pull requests may be integrated as
1717they are accepted even between periodic updates. However, versions that are not
1818signed tags on the ` approved ` branch are not valid for conformance submission.
1919
20+ ## OpenXR CTS 1.1.54.0 (2025-12-18)
21+
22+ - Conformance Tests
23+ - Change: Update C++ standard version used from C++14 to C++17.
24+ ([ internal MR 4096] ( https://gitlab.khronos.org/openxr/openxr/merge_requests/4096 ) )
25+ - Fix: Use correct buffer size constant for ` xrStructureTypeToString2KHR ` test.
26+ ([ internal MR 4093] ( https://gitlab.khronos.org/openxr/openxr/merge_requests/4093 ) )
27+ - Fix: Alpha channel values are to be propagated unchanged, not affected by
28+ conversion between linear and non-linear sRGB representation
29+ ([ internal MR 4109] ( https://gitlab.khronos.org/openxr/openxr/merge_requests/4109 ) )
30+ - Fix: Remove leading newline from generated include file for shader.
31+ ([ internal MR 4127] ( https://gitlab.khronos.org/openxr/openxr/merge_requests/4127 ) )
32+ - Improvement: ` XR_EXT_spatial_marker_tracking ` : If QR code has string data,
33+ check that the string ends with a null terminator.
34+ ([ internal MR 3913] ( https://gitlab.khronos.org/openxr/openxr/merge_requests/3913 ) )
35+ - Improvement: ` XR_EXT_spatial_marker_tracking ` : Replace "REQUIRE" with "CHECK"
36+ for marker component data because we can still continue to render the markers
37+ and test the bounded2D component even if the marker component data is invalid.
38+ ([ internal MR 3913] ( https://gitlab.khronos.org/openxr/openxr/merge_requests/3913 ) )
39+ - Improvement: ` XR_EXT_spatial_marker_tracking ` : Create "update snapshot" for
40+ discovered markers so that we render them at their latest pose.
41+ ([ internal MR 3913] ( https://gitlab.khronos.org/openxr/openxr/merge_requests/3913 ) )
42+ - Improvement: Add checks for ` XrEventDataSessionStateChanged::time ` .
43+ ([ internal MR 4048] ( https://gitlab.khronos.org/openxr/openxr/merge_requests/4048 ) )
44+ - Improvement: Add additional test instructions for ` XR_EXT_hand_tracking `
45+ interactive test.
46+ ([ internal MR 4073] ( https://gitlab.khronos.org/openxr/openxr/merge_requests/4073 ) )
47+ - Improvement: Add additional test instructions for ` XR_EXT_spatial_anchor `
48+ interactive test.
49+ ([ internal MR 4074] ( https://gitlab.khronos.org/openxr/openxr/merge_requests/4074 ) )
50+ - Improvement: Force all tests to be printed in test XML.
51+ ([ internal MR 4103] ( https://gitlab.khronos.org/openxr/openxr/merge_requests/4103 ) )
52+ - Improvement: Fix ` -Wmissing-prototypes ` compiler warnings.
53+ ([ internal MR 4107] ( https://gitlab.khronos.org/openxr/openxr/merge_requests/4107 ) )
54+ - Improvement: Fix ` -Wdeprecated-literal-operator ` warnings in CTS.
55+ ([ internal MR 4108] ( https://gitlab.khronos.org/openxr/openxr/merge_requests/4108 ) )
56+ - New test: Verify the presence of ` VK_KHR_image_format_list ` in the Vulkan
57+ device extension list when ` XR_KHR_vulkan_swapchain_format_list ` is enabled if
58+ ` XR_KHR_vulkan_enable2 ` is also enabled in ` XrApiLayer_runtime_conformance ` .
59+ ([ internal MR 3781] ( https://gitlab.khronos.org/openxr/openxr/merge_requests/3781 ) )
60+
2061## OpenXR CTS 1.1.53.0 (2025-11-06)
2162
2263- Conformance Tests
0 commit comments