Moses Turner
|
13f2b3b7c4
|
aux/util: Add get_vec3_f64_array
|
2021-08-16 21:02:27 +01:00 |
|
Moses Turner
|
0b2dd35b60
|
aux/os: Add os_mutex_trylock
|
2021-08-16 21:02:27 +01:00 |
|
Moses Turner
|
7356100696
|
aux/math: Add m_vec3_project, m_vec3_orthonormalize, m_vec3_lerp, m_vec2_normalize, math_lerp
|
2021-08-16 21:02:27 +01:00 |
|
Christoph Haag
|
32d09aadc3
|
aux/vk: Add vkGetFenceStatus function
|
2021-08-16 15:37:29 +02:00 |
|
Christoph Haag
|
1b179306dc
|
comp: Only use dedicated allocation when supported/preferred
Fixes OpenGL depth formats on Tegra
|
2021-08-09 15:17:25 +02:00 |
|
Christoph Haag
|
b4145a1543
|
aux/vk: Print all used device extensions in XRT_LOG=trace
|
2021-08-09 15:15:57 +02:00 |
|
Moses Turner
|
e8e977faa2
|
inc/xrt, aux/bindings: fix typo XRT_OUTPUT_NAME_XBOX_HAPTIC_RIGHTT -> XRT_OUTPUT_NAME_XBOX_HAPTIC_RIGHT
|
2021-07-29 20:45:05 +00:00 |
|
humbletim
|
0b36586fe7
|
add 'Vive MV.' model_number variant
|
2021-07-27 20:02:33 -04:00 |
|
Christoph Haag
|
c6b5c5322c
|
aux/vk: Print info for setting CAP_SYS_NICE
|
2021-07-15 16:35:06 +00:00 |
|
Christoph Haag
|
c676020bdb
|
aux/vk: Add VK_ERROR_NOT_PERMITTED_EXT error code string
|
2021-07-15 16:35:06 +00:00 |
|
Christoph Haag
|
82140ea83b
|
aux/vk: Print vkCreateDevice error num too
|
2021-07-15 16:35:06 +00:00 |
|
Jakob Bornecrantz
|
cb9ce8b34e
|
t/calibration: Add support for RGB images
|
2021-07-13 15:01:00 +00:00 |
|
Jakob Bornecrantz
|
dbb6b1f43c
|
t/calibration: Make it possible to select number distortion parameters
|
2021-07-13 15:01:00 +00:00 |
|
Jakob Bornecrantz
|
9aff6fb9b3
|
u/sink: Add special converter sink that passes through YUV, L8 and RGB
|
2021-07-13 15:01:00 +00:00 |
|
Jakob Bornecrantz
|
c278618ec1
|
t/hsv: Add tracing support
|
2021-07-09 21:38:02 +01:00 |
|
Jakob Bornecrantz
|
cdf30b00e1
|
u/sink: Add tracing support
|
2021-07-09 21:36:57 +01:00 |
|
Jakob Bornecrantz
|
e04decbe64
|
u/trace_marker: Add sink category
|
2021-07-09 19:19:50 +01:00 |
|
Jakob Bornecrantz
|
5838d737b3
|
u/sink: Tidy and add some comments to queue sink (NFC)
|
2021-06-27 00:59:24 +00:00 |
|
Dan Weatherford
|
fabf01ff39
|
aux/math: Add math_quat_slerp()
|
2021-06-25 17:40:07 +01:00 |
|
Jan Schmidt
|
4581a7a9a6
|
aux/math: Implement math_matrix_3x3_inverse.
Add a function to invert 3x3 matrices, to reverse 2D
affine transforms.
|
2021-06-25 17:40:07 +01:00 |
|
Moses Turner
|
93ec678110
|
aux/util: Add North Star "VIPD" and "polynomial 2D" distortion methods
|
2021-06-21 12:29:31 -05:00 |
|
Moses Turner
|
017997fba3
|
aux/math: Add math_map_ranges function
|
2021-06-21 12:29:31 -05:00 |
|
Moses Turner
|
01bfed1694
|
aux/util: Make new u_extents_2d as alternative to u_device_simple_info
|
2021-06-21 14:49:35 +00:00 |
|
Ryan Pavlik
|
ad44f42b24
|
aux/vk: Add fence import for windows
|
2021-06-15 17:37:14 -05:00 |
|
Jakob Bornecrantz
|
8a7d857dde
|
aux/vk: Add the option to handle optional device features
|
2021-06-15 19:45:14 +00:00 |
|
Jakob Bornecrantz
|
4bbc13f5d4
|
aux/vk: Add support for VK_EXT_robustness2 and tidy
|
2021-06-15 19:45:14 +00:00 |
|
Jakob Bornecrantz
|
bf27691280
|
aux/vk: Refactor out optional extension handling
|
2021-06-15 19:45:14 +00:00 |
|
Jakob Bornecrantz
|
57d24ecdbb
|
aux/vk: Make it possible to get a compute only queue
|
2021-06-15 19:45:14 +00:00 |
|
Jakob Bornecrantz
|
c42d681db0
|
aux/vk: Add vkCmdCopyBufferToImage and vkCmdCopyImageToBuffer
|
2021-06-15 19:45:14 +00:00 |
|
Jakob Bornecrantz
|
8899b267a6
|
aux/vk: Add vkCmdDispatch, vkCreateComputePipelines and vkResetDescriptorPool functions
|
2021-06-15 19:45:14 +00:00 |
|
Jakob Bornecrantz
|
aa3f071d2b
|
u/trace_marker: Refactor init to fix bug
|
2021-06-14 19:12:14 +01:00 |
|
Jakob Bornecrantz
|
c2c49cb6d3
|
u/trace_marker: Make sure to include headers outside of extern block
|
2021-06-14 19:12:12 +01:00 |
|
Jakob Bornecrantz
|
b7b469089c
|
t/fm: Add simple FrameMat that wraps a cv::Mat
|
2021-05-31 13:43:19 +00:00 |
|
Jakob Bornecrantz
|
855cdb4c29
|
aux/vk: Tidy code (NFC)
|
2021-05-18 03:48:50 +01:00 |
|
Moses Turner
|
36bc45b686
|
util: make sure u_config_json.file_loaded is false if we didn't load the file
|
2021-05-18 01:22:39 +00:00 |
|
Christoph Haag
|
82d9ed75c2
|
aux/vk: Check that native handles are importable
|
2021-05-18 03:01:44 +02:00 |
|
zhibinw
|
92565b7f21
|
ipc/android: support create surface from runtime.
|
2021-05-17 16:20:29 +00:00 |
|
Moses Turner
|
4ff7fb74ff
|
aux/util: only do tracing things if XRT_FEATURE_TRACING is enabled
|
2021-05-10 10:10:18 -05:00 |
|
Jakob Bornecrantz
|
b3455555c2
|
u/trace_marker: Use Percetto/Perfetto for tracing
|
2021-05-05 17:00:35 +01:00 |
|
Ryan Pavlik
|
b6f440fa26
|
aux/tracking: Move general docs to a separate header.
|
2021-05-04 11:21:46 -05:00 |
|
Ryan Pavlik
|
77baa8b7e6
|
aux/android: Move code into official namespaces
|
2021-05-04 11:21:46 -05:00 |
|
Ryan Pavlik
|
265c49d337
|
a/math: Move functionality into official namespaces.
|
2021-05-04 11:04:32 -05:00 |
|
Ryan Pavlik
|
2ae3ce883d
|
a/util: Namespace documentation
|
2021-05-04 11:04:32 -05:00 |
|
Ryan Pavlik
|
d88aefafbc
|
a/tracking: Migrate C++ APIs to the official namespaces now that we have some.
|
2021-05-04 10:34:43 -05:00 |
|
Ryan Pavlik
|
a66f567392
|
aux/android: Remove unused include
|
2021-04-30 17:57:50 -05:00 |
|
Ryan Pavlik
|
cf2abe7d88
|
u/process: Fix a warning by marking a function as maybe unused.
|
2021-04-30 17:57:50 -05:00 |
|
Ryan Pavlik
|
125b0799a3
|
aux/android: Update wrappers
|
2021-04-30 17:57:50 -05:00 |
|
Ryan Pavlik
|
45c0ca2ef9
|
aux/android: Expose native pointer from MonadoView
|
2021-04-30 17:34:21 -05:00 |
|
Ryan Pavlik
|
faa753c667
|
android: Annotation, docs, and formatting improvements for MonadoView
|
2021-04-30 17:34:21 -05:00 |
|
Ryan Pavlik
|
e4f2ac3286
|
android: Revise MonadoView so it doesn't require an Activity.
|
2021-04-30 17:34:21 -05:00 |
|