-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Conformance Tests - Fix: Replace early returns with SKIP(). (internal MR 2898, OpenXR-CTS issue 60, internal issue 2072) - Fix: Remove infinite loop in Timed_Pipelined_Frame_Submission in error case. (internal MR 2915) - Fix: Test failure count API (internal MR 2940, internal issue 2072, internal MR 2965, internal MR 2999) - Fix: Fix waiting for xrWaitSwapchainImage timeout cases. (internal MR 2944) - Fix: Enable build with clang, clang-cl, and GCC (MinGW64) on Windows. (internal MR 2948, internal MR 2975) - Fix: Do not request hand tracking joint poses with an XrTime of 0: it is invalid. Be sure to be in “FOCUSED” since we want input data. (internal MR 2977) - Improvement: Add validation of test tags to CTS. (internal MR 2924, internal issue 2050, internal issue 2062) - Improvement: Make conformance layer initialization clear and consistent with other layers in the official OpenXR repos. (internal MR 2926) - Improvement: Update Khronos registry URLs in comments. (internal MR 2935) - Improvement: Add conformance test library API output value for Catch2 error conditions. (internal MR 2940, internal issue 2072, internal MR 2965, internal MR 2999) - Improvement: Add OpenGL 3.3 functions to gfxwrapper, an internal utility library used by the CTS. (internal MR 2941) - New test: Add additional tests for XR_EXT_debug_utils based on the test app loader_test. (internal MR 2861) - New test: Check that no interaction profile is returned as current before calling xrSyncActions. (internal MR 2897, internal issue 1942) GitOrigin-RevId: c43f8b8c0380df42fe71b98c3d5a53632eda0eb9
- Loading branch information
Showing
36 changed files
with
446 additions
and
105 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 was deleted.
Oops, something went wrong.
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
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
Oops, something went wrong.