monado/src/xrt/state_trackers/oxr
2023-09-13 20:21:57 +01:00
..
CMakeLists.txt st/oxr: Wire up Win32 OpenGL 2022-08-22 19:53:50 +00:00
oxr_api_action.c st/oxr: Add XR_MNDX_system_buttons support 2023-07-21 16:28:43 +00:00
oxr_api_debug.c st/oxr: Support session lost error in session related APIs 2023-04-01 14:43:40 +01:00
oxr_api_funcs.h st/oxr: Implementation of XR_KHR_android_thread_settings 2023-09-13 20:13:20 +01:00
oxr_api_instance.c st/oxr: Remove non-reachable return for oxr_xrPathToString 2023-07-08 11:42:57 +08:00
oxr_api_negotiate.c st/oxr: Implementation of XR_KHR_android_thread_settings 2023-09-13 20:13:20 +01:00
oxr_api_session.c st/oxr: Implementation of XR_KHR_android_thread_settings 2023-09-13 20:13:20 +01:00
oxr_api_space.c st/oxr: Add eye gaze support 2023-06-13 01:37:50 +01:00
oxr_api_swapchain.c st/oxr: Support session lost error in session related APIs 2023-04-01 14:43:40 +01:00
oxr_api_system.c st/oxr: Guard against xsysc being NULL 2023-05-18 12:22:57 +01:00
oxr_api_verify.h st/oxr: Convert session IPC error to XR_ERROR_SESSION_LOST 2023-04-01 15:44:32 +01:00
oxr_binding.c xrt: Adds new xrt_device_name entry for XR_EXT_hand_interaction 2023-07-27 12:29:51 +01:00
oxr_chain.h doc: Fix missing entities from modules documentation 2021-03-06 20:34:35 -03:00
oxr_conversions.h st/oxr: Handle LOCAL_FLOOR enums 2023-05-01 14:03:41 +01:00
oxr_d3d.cpp st/oxr: Guard against xsysc being NULL 2023-05-18 12:22:57 +01:00
oxr_d3d11.cpp a/d3d: Split out some d3d11 stuff from generic 2022-07-26 14:45:29 +00:00
oxr_d3d12.cpp st/oxr: Wire in D3D12 support 2022-07-26 14:45:29 +00:00
oxr_defines.h st/oxr: Add eye gaze support 2023-06-13 01:37:50 +01:00
oxr_dpad.c misc: Fix multiple compile warnings in gcc and clang 2022-11-03 20:08:52 +00:00
oxr_event.c st/oxr: xrPollEvent should not return XR_SESSION_LOSS_PENDING 2023-04-01 14:43:40 +01:00
oxr_extension_support.h st/oxr: Implementation of XR_KHR_android_thread_settings 2023-09-13 20:13:20 +01: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: Fix inconsistent naming related to subaction paths 2023-02-06 17:58:00 -06:00
oxr_input_transform.c st/oxr: Fix bitwise operation on signed int warnings. 2023-03-03 01:05:14 +00:00
oxr_input_transform.h st/oxr: Implement dpad emulation 2022-05-31 13:25:48 +00:00
oxr_instance.c st/oxr: Add XR_OPPO_controller_interaction extension 2023-07-17 10:53:32 +01:00
oxr_logger.c st/oxr: Send logging to OutputDebugStringA even if we aren't printing to stderr 2023-07-04 12:25:33 +00:00
oxr_logger.h st/oxr: Word choice/clarity 2022-05-17 17:40:58 -05:00
oxr_messenger.c xrt: Reflow after column change 2021-01-15 13:50:32 +00:00
oxr_objects.h st/oxr: Implementation of XR_KHR_android_thread_settings 2023-09-13 20:13:20 +01:00
oxr_path.c st/oxr: Add some const correctness 2023-02-06 17:58:00 -06:00
oxr_pretty_print.c st/oxr: Implement dpad emulation 2022-05-31 13:25:48 +00:00
oxr_pretty_print.h st/oxr: Add pretty print functions 2022-04-11 20:27:53 +01:00
oxr_session.c st/oxr: Implementation of XR_KHR_android_thread_settings 2023-09-13 20:13:20 +01:00
oxr_session_frame_end.c xrt: Introduce xrt_layer_frame_data 2023-04-04 13:38:21 +01:00
oxr_session_gfx_d3d11.c st/oxr: Work on D3D11 2022-05-20 22:37:15 +01:00
oxr_session_gfx_d3d12.c st/oxr: Wire in D3D12 support 2022-07-26 14:45:29 +00:00
oxr_session_gfx_egl.c st/oxr: can not -> cannot 2022-11-09 14:48:17 -06:00
oxr_session_gfx_gl_win32.c st/oxr: Wire up Win32 OpenGL 2022-08-22 19:53:50 +00:00
oxr_session_gfx_gl_xlib.c st/oxr: Make sure defines are set for graphics integration files 2022-05-02 15:40:31 +00:00
oxr_session_gfx_gles_android.c st/oxr: can not -> cannot 2022-11-09 14:48:17 -06:00
oxr_session_gfx_vk.c st/oxr: can not -> cannot 2022-11-09 14:48:17 -06:00
oxr_space.c st/oxr: Add eye gaze support 2023-06-13 01:37:50 +01:00
oxr_subaction.h st/oxr: Add eye gaze support 2023-06-13 01:37:50 +01:00
oxr_swapchain.c st/oxr: Less obvious warning fixes 2023-06-17 11:46:01 +01:00
oxr_swapchain_common.h st/oxr: Fix doxygen warnings 2023-09-13 20:21:57 +01:00
oxr_swapchain_d3d11.c st/oxr: Refactor swapchains to use explicit transitions 2023-04-18 14:31:55 +01:00
oxr_swapchain_d3d12.c st/oxr: Refactor swapchains to use explicit transitions 2023-04-18 14:31:55 +01:00
oxr_swapchain_gl.c st/oxr: Refactor swapchains to use explicit transitions 2023-04-18 14:31:55 +01:00
oxr_swapchain_vk.c st/oxr: Less obvious warning fixes 2023-06-17 11:46:01 +01:00
oxr_system.c st/oxr: Add eye gaze support 2023-06-13 01:37:50 +01:00
oxr_two_call.h st/oxr: Fix or silence a number of MSVC warnings 2022-04-12 23:06:11 +00:00
oxr_verify.c st/oxr: Add some const correctness 2023-02-06 17:58:00 -06:00
oxr_vulkan.c st/oxr: Guard against xsysc being NULL 2023-05-18 12:22:57 +01:00
oxr_xdev.c st/oxr: Use xrt_space 2023-03-10 00:03:46 +00:00
oxr_xret.h st/oxr: Add helper for xrt_result_t checking 2023-04-01 15:44:32 +01:00