Christoph Haag
|
18d863c179
|
d/wmr: Add WMR_[LEFT|RIGHT]_DISPLAY_VIEW_Y_OFFSET env variables
|
2024-01-04 23:37:26 +00:00 |
|
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
|
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
|
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 |
|
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
|
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
|
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
|
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
|
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 |
|
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
|
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
|
a462afb767
|
c/render: Remove old code from removed layers
|
2024-01-02 22:35:29 +00:00 |
|
Niharika Challapalli
|
6588c345ae
|
st/oxr: Fix typo
|
2024-01-02 22:00:00 +00:00 |
|
Niharika Challapalli
|
fb01dce94a
|
ipc: Fix typo
|
2024-01-02 21:57:14 +00:00 |
|
Jakob Bornecrantz
|
38b7f28205
|
d/simulated: Support reference space usage printing
|
2024-01-02 21:34:29 +00:00 |
|
Jakob Bornecrantz
|
b30f41bd2d
|
u/space_overseer: Notify the device about reference space usage
|
2024-01-02 21:34:29 +00:00 |
|
Jakob Bornecrantz
|
b7e7aa5d4c
|
xrt: Add xrt_device::ref_space_usage function
|
2024-01-02 21:34:29 +00:00 |
|
Jakob Bornecrantz
|
6a1788c941
|
a/vk: Pass create mutable format bit if usage flag is set
|
2024-01-02 21:31:23 +00:00 |
|
Jakob Bornecrantz
|
d2f5103db7
|
a/vk: Improve format list handling
This fixes scope error on struct and combines the format list on Android.
|
2024-01-02 21:31:23 +00:00 |
|
Jakob Bornecrantz
|
a6ec2c1aa8
|
a/vk: Helper function static [NFC]
|
2024-01-02 21:31:06 +00:00 |
|