monado/src/xrt/state_trackers/oxr
Ryan Pavlik cc4007a69e cmake: Substantial cleanups and simplifications
We now have a cmake-format config file.
We no longer use list variables for sources, instead using
target_sources when we need to add, in accordance with current
best practice. (This makes it a lot easier to edit too.) There's no more
include_directories(), add_definitions(), or other gently-deprecated
directory-scoped commands, nor any CMake scripts that include
a parent directory reference (named targets instead)
2021-11-12 09:48:37 -06:00
..
CMakeLists.txt cmake: Substantial cleanups and simplifications 2021-11-12 09:48:37 -06:00
meson.build st/oxr: Refactor out end frame function into own file 2021-07-10 17:59:17 +01:00
oxr_api_action.c xrt: Add msft_hand_interaction path to cache and check func 2021-04-02 15:48:10 +00:00
oxr_api_debug.c st/oxr: Trace markers 2021-03-08 11:20:52 +00:00
oxr_api_funcs.h st/oxr: Implement loader init extension. 2021-04-13 11:33:50 -05:00
oxr_api_instance.c st/oxr: MSVC-specialized version of macro in oxr_xrResultToString 2021-10-19 16:49:23 -05:00
oxr_api_negotiate.c st/oxr: Only advertise hand tracking funcs if compiled with ext 2021-09-13 21:28:01 +01:00
oxr_api_session.c st/oxr: Add ifdef for XR_EXT_hand_tracking 2021-09-13 21:27:58 +01:00
oxr_api_space.c st/oxr: Trace markers 2021-03-08 11:20:52 +00:00
oxr_api_swapchain.c st/oxr: Support XR_SWAPCHAIN_USAGE_INPUT_ATTACHMENT_BIT_KHR 2021-08-27 02:38:05 +02:00
oxr_api_system.c st/oxr: Check that VkPhysicalDevice in graphics binding matches suggested device 2021-05-07 13:42:49 +02:00
oxr_api_verify.h doc: Fix missing entities from modules documentation 2021-03-06 20:34:35 -03:00
oxr_binding.c st/oxr: Use OXR_MAX_BINDINGS_PER_ACTION instead of hardcoded 32 2021-07-15 01:08:20 +02:00
oxr_chain.h doc: Fix missing entities from modules documentation 2021-03-06 20:34:35 -03:00
oxr_event.c xrt: Reflow after column change 2021-01-15 13:50:32 +00:00
oxr_extension_support.h scripts: Add XR_KHR_swapchain_usage_input_attachment_bit extension 2021-08-27 02:21:58 +02:00
oxr_handle.h xrt: Reflow after column change 2021-01-15 13:50:32 +00:00
oxr_handle_base.c xrt: Reflow after column change 2021-01-15 13:50:32 +00:00
oxr_input.c st/oxr: Enumerate outputs too in xrEnumerateBoundSourcesForAction 2021-09-20 00:28:46 +02:00
oxr_input_transform.c xrt: Reflow after column change 2021-01-15 13:50:32 +00:00
oxr_input_transform.h xrt: Reflow after column change 2021-01-15 13:50:32 +00:00
oxr_instance.c xrt: Add msft_hand_interaction path to cache and check func 2021-04-02 15:48:10 +00:00
oxr_logger.c xrt: Reflow after column change 2021-01-15 13:50:32 +00:00
oxr_logger.h doc: Fix missing entities from modules documentation 2021-03-06 20:34:35 -03:00
oxr_messenger.c xrt: Reflow after column change 2021-01-15 13:50:32 +00:00
oxr_objects.h st/oxr: Add debug variable for adding extra sleep in wait frame 2021-08-17 12:04:49 +01:00
oxr_path.c xrt: Reflow after column change 2021-01-15 13:50:32 +00:00
oxr_session.c st/oxr: Add debug variable for adding extra sleep in wait frame 2021-08-17 12:04:49 +01:00
oxr_session_frame_end.c st/oxr: Calculate normalized sub-image offsets and sizes 2021-07-10 17:59:17 +01:00
oxr_session_gfx_egl.c st/oxr: Add gfx to session gfx files 2021-07-10 17:59:17 +01:00
oxr_session_gfx_gl.c st/oxr: Add gfx to session gfx files 2021-07-10 17:59:17 +01:00
oxr_session_gfx_gles_android.c st/oxr: Add gfx to session gfx files 2021-07-10 17:59:17 +01:00
oxr_session_gfx_vk.c st/oxr: Add gfx to session gfx files 2021-07-10 17:59:17 +01:00
oxr_space.c st/oxr: Port to using new zero/identity defines 2021-04-26 22:38:42 +00:00
oxr_subaction.h xrt: Reflow after column change 2021-01-15 13:50:32 +00:00
oxr_swapchain.c st/oxr: Support XR_SWAPCHAIN_USAGE_INPUT_ATTACHMENT_BIT_KHR 2021-08-27 02:38:05 +02:00
oxr_swapchain_gl.c xrt: Make xrt_swapchain be reference counted 2021-03-24 17:50:08 +00:00
oxr_swapchain_vk.c xrt: Make xrt_swapchain be reference counted 2021-03-24 17:50:08 +00:00
oxr_system.c st/oxr: Populate oxr_system's blend modes list from the system compositor, not the device. 2021-11-12 03:05:10 +00:00
oxr_two_call.h xrt: Reflow after column change 2021-01-15 13:50:32 +00:00
oxr_verify.c st/oxr: Handle XRT_ERROR_EGL_CONFIG_MISSING 2021-03-12 00:06:36 +00:00
oxr_vulkan.c st/oxr: Check that VkPhysicalDevice in graphics binding matches suggested device 2021-05-07 13:42:49 +02:00
oxr_xdev.c st/oxr: Switch to new get_hand_tracking signature 2021-10-02 23:06:43 +01:00