Jakob Bornecrantz
|
8d61577081
|
ipc: Add xrt check return helpers
|
2023-11-14 01:20:51 +00:00 |
|
Jakob Bornecrantz
|
440b1f2660
|
ipc: Add ipc_print_result helper
|
2023-11-14 01:20:51 +00:00 |
|
Jakob Bornecrantz
|
c188a69b14
|
doc: Document !2026
|
2023-11-13 23:14:24 +00:00 |
|
Jakob Bornecrantz
|
a13959c1b8
|
doc: Update gfx layer squasher changelog
|
2023-11-13 23:13:22 +00:00 |
|
Jakob Bornecrantz
|
3de7bab023
|
c/util: Fix synchronisation errors with scratch images on gfx path
|
2023-11-13 23:09:43 +00:00 |
|
Christoph Haag
|
7025b755d5
|
doc: Document !2024
|
2023-11-13 17:12:54 +00:00 |
|
Christoph Haag
|
7efd580a70
|
st/oxr: CTS fix: return XR_SUCCESS for no action sets synced
|
2023-11-13 17:11:57 +00:00 |
|
Ryan Pavlik
|
4dcc8cfff7
|
doc: Document !2010
|
2023-11-13 16:09:11 +00:00 |
|
Weijie Wang
|
86c3e217cc
|
c/main,a/android,external: Add argument to specify display mode id for surface creation
|
2023-11-13 16:09:11 +00:00 |
|
Jakob Bornecrantz
|
49eb2c4d7c
|
doc: Document !2022
|
2023-11-13 13:10:29 +00:00 |
|
Jakob Bornecrantz
|
4a8400538c
|
ipc: Use message channel's log_level in client
|
2023-11-13 12:47:12 +00:00 |
|
Jakob Bornecrantz
|
2d7041c797
|
ipc: Move ipc_message_channel functions to own files
What actually happened:
copy src/xrt/ipc/shared/{ipc_utils.h => ipc_message_channel.h} (95%)
rename src/xrt/ipc/shared/{ipc_utils_unix.c => ipc_message_channel_unix.c} (99%)
rename src/xrt/ipc/shared/{ipc_utils_windows.cpp => ipc_message_channel_windows.cpp} (99%)
rewrite src/xrt/ipc/shared/ipc_utils.h (94%)
|
2023-11-13 12:47:12 +00:00 |
|
Jakob Bornecrantz
|
850e57a002
|
ipc: Move non-channel functions to utils [NFC]
|
2023-11-13 12:47:12 +00:00 |
|
Jakob Bornecrantz
|
5dfdab9e80
|
ipc: Split UNIX and Windows utils implementations more
|
2023-11-13 12:47:12 +00:00 |
|
Jakob Bornecrantz
|
5e92df460d
|
ipc: Tidy Windows utils file [NFC]
|
2023-11-13 12:47:12 +00:00 |
|
Jakob Bornecrantz
|
f0c2167fb8
|
ipc: Tidy UNIX utils files [NFC]
|
2023-11-13 12:47:12 +00:00 |
|
Jakob Bornecrantz
|
a339d7adf4
|
ipc: Remove unused function [NFC]
|
2023-11-13 12:47:12 +00:00 |
|
Jakob Bornecrantz
|
c004043c3b
|
doc: Document !2023
|
2023-11-13 12:04:57 +00:00 |
|
Michael Graham
|
255b62e892
|
d/wmr: Add Dell Visor support to WMR driver
|
2023-11-13 11:56:13 +00:00 |
|
Jakob Bornecrantz
|
e983eecd73
|
doc: Document !2009
|
2023-11-09 18:37:47 +00:00 |
|
Jakob Bornecrantz
|
cec787ba0f
|
ipc: Add variable number of views get function
|
2023-11-09 18:37:47 +00:00 |
|
Jakob Bornecrantz
|
7251417569
|
ipc: Add functions to lock/unlock the client connection
|
2023-11-09 17:56:27 +00:00 |
|
Jakob Bornecrantz
|
e576424995
|
ipc: Add ability to do variable length calls
|
2023-11-09 17:56:27 +00:00 |
|
Jakob Bornecrantz
|
6d990ba480
|
ipc: Refactor proto generation a little bit
|
2023-11-09 17:49:35 +00:00 |
|
Zhongwang Zhang
|
ad82df3f2d
|
doc: Document !2005
|
2023-11-09 13:45:48 +00:00 |
|
Zhongwang Zhang
|
d6168fdbb4
|
st/oxr: Add KHR_vulkan_enable rdc capture support
|
2023-11-09 13:45:48 +00:00 |
|
Zhongwang Zhang
|
e328c42121
|
st/oxr: RenderDoc support on Vulkan/GLES client sides and Android platform
Makes it so RenderDoc can be captured by the button in UI.
|
2023-11-09 13:45:48 +00:00 |
|
Zhongwang Zhang
|
b1aedcf1d5
|
st/oxr: Enable VK_EXT_debug_utils extension for client side on the platform that support it
|
2023-11-09 13:45:48 +00:00 |
|
Zhongwang Zhang
|
aadb9517f3
|
st/oxr: Enable RenderDoc compiling on Android
|
2023-11-09 13:45:48 +00:00 |
|
Zhongwang Zhang
|
f93d08c7f5
|
c/client: Add renderdoc_enabled implementation for VK and EGL
Currently only used on Android platforms.
|
2023-11-09 13:45:48 +00:00 |
|
Zhongwang Zhang
|
23595274ee
|
c/client: Allow passing down debug_utils_enabled flag
|
2023-11-09 13:45:48 +00:00 |
|
Zhongwang Zhang
|
3dde1f2d27
|
a/vk: Enable VK_EXT_debug_utils to be enabled in given
|
2023-11-09 13:45:48 +00:00 |
|
Zhongwang Zhang
|
51690cf20e
|
a/vk: Add RenderDoc helpers
Adds helper for inserting frame delimiter.
|
2023-11-09 13:45:48 +00:00 |
|
Zhongwang Zhang
|
017e2b2f29
|
xrt: Enable passing down renderdoc status
|
2023-11-09 13:45:43 +00:00 |
|
Zhongwang Zhang
|
0f257e1bed
|
xrt: Enable passing down VK_EXT_debug_utils enabled status
|
2023-11-09 13:45:23 +00:00 |
|
Jakob Bornecrantz
|
09272fa812
|
doc: Document !1963
|
2023-11-08 17:52:30 +00:00 |
|
Jarvis Huang
|
9e913b5a31
|
c/main: Support creating surface with title on Android
|
2023-11-08 17:51:29 +00:00 |
|
Jarvis Huang
|
4f90666b75
|
external: Update android-jni-wrap
|
2023-11-08 17:51:24 +00:00 |
|
Jakob Bornecrantz
|
3587d79494
|
doc: Document !2013
|
2023-11-07 22:57:44 +00:00 |
|
Jakob Bornecrantz
|
60bbded2e2
|
ipc: Remove left over static roles
|
2023-11-07 22:57:44 +00:00 |
|
Jakob Bornecrantz
|
f1d275708d
|
libmonado: Fix dynamic roles
|
2023-11-07 22:57:44 +00:00 |
|
Jakob Bornecrantz
|
7835f59b05
|
doc: Document !2020
|
2023-11-07 22:51:30 +00:00 |
|
Jakob Bornecrantz
|
14d94d8d9a
|
t/common: Fix North Star builder
Closes #296
|
2023-11-07 22:51:27 +00:00 |
|
Ryan Pavlik
|
8792465a16
|
doc: Document !2019
|
2023-11-07 22:36:58 +00:00 |
|
Ryan Pavlik
|
51fa07cfd6
|
xrt: Better documentation for revised system devices/roles interface
|
2023-11-07 22:36:58 +00:00 |
|
Jakob Bornecrantz
|
26a2221ed0
|
doc: Document !2015
|
2023-11-06 15:45:57 +00:00 |
|
Weijie Wang
|
fdfe2fc459
|
ipc: Increase the duration of the starting timeout
|
2023-11-06 15:40:23 +00:00 |
|
Jakob Bornecrantz
|
139d3a44cf
|
doc: Document !2014
|
2023-11-06 12:59:09 +00:00 |
|
Jakob Bornecrantz
|
5da1086d26
|
a/vk: Name VkInstance once we have the needed VkDevice
Note this is currently disabled due to bugs in Vulkan Loader / Mesa.
|
2023-11-06 12:59:09 +00:00 |
|
Jakob Bornecrantz
|
e84d47400e
|
a/vk: Disable naming of VkDescriptorSet objects
Mesa RADV leaks the names on descriptor pools we use reset on.
|
2023-11-06 12:59:07 +00:00 |
|