monado/src/xrt
Christoph Haag f684ae95d1 comp: Fix depth-stencil image validation warning
Depth-only formats must use *only* VK_IMAGE_ASPECT_DEPTH_BIT.
Depth-stencil formats must use both VK_IMAGE_ASPECT_DEPTH_BIT | VK_IMAGE_ASPECT_STENCIL_BIT.
2021-01-13 20:39:20 +01:00
..
auxiliary comp/vk: Guard VkCommandBuffer usage with command pool mutex. 2021-01-13 12:42:26 +01:00
compositor comp: Fix depth-stencil image validation warning 2021-01-13 20:39:20 +01:00
drivers drv/android: Fill in xrt_device str. 2021-01-13 12:33:15 +01:00
include xrt: Rename hand_origin to hand_pose 2021-01-06 13:29:36 +00:00
ipc ipc: Support sending sync handles on layer_commit 2020-12-28 15:22:06 +00:00
state_trackers st/oxr: Remove dynamic prediction code 2021-01-11 23:50:01 +00:00
targets illixr: Add initial integration. 2020-12-29 23:44:57 +00:00
.clang-format clang-format configs: Fix SPDX tags 2020-11-02 17:04:51 +00:00
CMakeLists.txt build: Switch all CMake options to XRT_... to match what's used in source. 2020-05-12 11:52:51 -05:00
meson.build build: Enable service less build with meson too 2020-07-14 02:16:06 +02:00