Commit graph

6769 commits

Author SHA1 Message Date
huanchen 774b3d23a5 st/oxr: Implement XR_EXT_performance_settings 2024-01-04 23:03:20 +00:00
huanchen 1f658ba2be ipc: Implement performance settings interface
Used to implement XR_EXT_performance_settings.
2024-01-04 23:03:20 +00:00
huanchen 3d5c16fdba xrt: Add performance settings interface
Used to implement XR_EXT_performance_settings.
2024-01-04 23:03:13 +00:00
Jakob Bornecrantz 921a373352 doc: Document !2109 2024-01-04 22:23:07 +00:00
Jakob Bornecrantz 63f7e3c84f st/oxr: Up max bindings per action
The CTS has more then 16. The limit is just during binding, not actually after.
2024-01-04 21:24:41 +00:00
Jakob Bornecrantz ef6e07508a st/oxr: Change num to binding_count [NFC] 2024-01-04 21:21:28 +00:00
Jakob Bornecrantz 0f9147c6de st/oxr: Do not crash on too many bindings to an action 2024-01-04 21:19:59 +00:00
Jakob Bornecrantz 170131bd2b doc: Document !2108 2024-01-04 20:09:21 +00:00
Jakob Bornecrantz 03457a8c40 u/pacing: Do live stats tracking in fake pacer 2024-01-04 19:54:05 +00:00
Jakob Bornecrantz f1c8843b7d u/pacing: Keep track of frame times in fake pacer 2024-01-04 19:54:05 +00:00
Jakob Bornecrantz 479973e68f u/pacing: Split submit timing into begin and end 2024-01-04 19:54:05 +00:00
Jakob Bornecrantz abe783d2a4 c/main: Split submit timing into begin and end 2024-01-04 19:51:30 +00:00
Jakob Bornecrantz 40534011e8 u/live_stats: Add helper to do live statistics on nano-seconds durations 2024-01-04 19:49:32 +00:00
Jakob Bornecrantz cd2274b370 doc: Document !2106 2024-01-04 16:32:36 +00:00
Jan Schmidt 3d534bcc1d a/math: Refactor m_clock_offset_a2b
Avoid limited precision float operations on large 64-bit
integers. The clock averaging was basically not working
once the clock values got large
2024-01-04 16:32:15 +00:00
Jakob Bornecrantz a1f385eb0d doc: Document !2103 2024-01-04 16:23:28 +00:00
Jakob Bornecrantz 03c8a1a14e c/main: Use new debuggable scratch images 2024-01-04 16:23:28 +00:00
Jakob Bornecrantz e7d8cc0310 c/util: Add scratch buffer helpers 2024-01-04 16:23:28 +00:00
Jakob Bornecrantz 45a9ef295a c/render: Tweak alpha blending 2024-01-04 16:23:28 +00:00
Jakob Bornecrantz 1de99e4ce7 st/gui: Integrate new preview views into end-user UI 2024-01-04 16:23:28 +00:00
Jakob Bornecrantz dbd8a5b323 st/gui: Integrate gui_widget_native_images into debug gui 2024-01-04 16:23:28 +00:00
Jakob Bornecrantz f586a5ae6a st/gui: Add gui_widget_native_images 2024-01-04 16:23:28 +00:00
Jakob Bornecrantz 92f5b0c1a6 u/var: Add u_native_images_debug 2024-01-04 16:04:40 +00:00
Jakob Bornecrantz 3e76d43c30 u/native_images_debug: Add helper struct to debug xrt_image_native content 2024-01-04 16:04:40 +00:00
Jakob Bornecrantz b743efe0bb a/vk: Return flag for XRT_SWAPCHAIN_USAGE_UNORDERED_ACCESS 2024-01-04 16:04:40 +00:00
Jakob Bornecrantz 39c0b46eb2 doc: Document !2104 2024-01-04 15:49:55 +00:00
Jakob Bornecrantz dbd6504beb c/main: Improve swapchain creation 2024-01-04 15:49:55 +00:00
Jakob Bornecrantz b3dc8ca17e c/main: Use vk_enumerate_swapchain_images helper 2024-01-04 15:49:55 +00:00
Jakob Bornecrantz 07be73afbc a/vk: Tidy surface info function 2024-01-04 15:49:55 +00:00
Jakob Bornecrantz ca43f81322 a/vk: Add vk_enumerate_swapchain_images 2024-01-04 15:49:55 +00:00
Jakob Bornecrantz 9a7056fafe a/vk: Add enumerators for two surface properties 2024-01-04 15:49:55 +00:00
Jakob Bornecrantz 5bf57229ca doc: Document !2039 2024-01-04 12:47:49 +00:00
Jakob Bornecrantz f7356d7d7b d/sample: Improve helper message in update_inputs [NFC] 2024-01-04 12:47:49 +00:00
Jakob Bornecrantz 9149352c55 d/all: Standardize use of get_view_poses helper 2024-01-04 12:47:49 +00:00
Jakob Bornecrantz 1254e5041c d/all: Use u_device_noop_update_inputs helper 2024-01-04 12:47:49 +00:00
Jakob Bornecrantz 45f1a2d230 u/device: Improve comment on u_device_get_view_poses 2024-01-04 12:47:49 +00:00
Jakob Bornecrantz 5d49486a8b u/device: Add default, no-op and not implemented function helpers 2024-01-04 12:47:49 +00:00
Jakob Bornecrantz c24bb53dbf xrt: Add XRT_ERROR_DEVICE_FUNCTION_NOT_IMPLEMENTED error 2024-01-04 12:47:49 +00:00
Jakob Bornecrantz 4bab1b2fe2 doc: Document !2101 2024-01-04 11:39:39 +00:00
Jakob Bornecrantz e051549668 c/util: Refactor how arguments are given 2024-01-04 11:39:39 +00:00
Jakob Bornecrantz df69c9da50 c/main: Tidy and make dispatch code more uniform 2024-01-04 11:39:39 +00:00
Jakob Bornecrantz 83297c9ce5 c/main: Add enum to select FoV source 2024-01-04 11:39:35 +00:00
Jakob Bornecrantz 11e4564e42 doc: Document !1621 2024-01-03 20:45:25 +00:00
Niharika Challapalli 428c511924 u/space_overseer: Make it possible set root as unbounded 2024-01-03 20:43:15 +00:00
Niharika Challapalli 613d08ebbc xrt: Document using unbounded pose 2024-01-03 20:43:15 +00:00
Jakob Bornecrantz bfa1c16ff9 doc: Document !2099 2024-01-02 23:10:09 +00:00
Jakob Bornecrantz 18d21fab70 t/libmonado: Update Python example
* Use new device properties.
* Remove device ID it's deprecated because it's not stable.
2024-01-02 23:10:09 +00:00
Jakob Bornecrantz 00f68ea8c4 t/libmonado: Add property enum and getters for devices 2024-01-02 23:10:09 +00:00
Jakob Bornecrantz 1f60853d6e t/libmonado: Tidy mnd_root_get_device_from_role [NFC]
Tidy both documentation and code.
2024-01-02 23:10:09 +00:00
Jakob Bornecrantz 9e9bbe47b9 doc: Document !2105 2024-01-02 22:35:29 +00:00