monado/src/xrt
Antonio Ospite 031a53d6fd c/render: assign comp_buffer.size when creating a buffer
The size field in comp_buffer was never assigned, and also never used as
all comp_buffer users rely on the allocation_size field.

Use the size field to store the size originally requested when creating
the buffer which could be different from the value returned in the
allocation_size field.

Having both sizes available allows a user to check if allocation_size is
in fact different from the requested size.
2022-03-02 16:41:00 +00:00
..
auxiliary u/sink: Don't sleep when combining frames; we're not testing 2022-03-01 01:14:57 -06:00
compositor c/render: assign comp_buffer.size when creating a buffer 2022-03-02 16:41:00 +00:00
drivers Update illixr_device.cpp: There is no function called get_view_pose in xrt_device.h. 2022-02-23 17:13:38 +00:00
include xrt: Add XRT_TIMEOUT to xrt_result_t 2022-03-01 20:59:35 +00:00
ipc ipc: Do not copy fov in distortion information 2022-02-19 13:22:25 +00:00
state_trackers st/oxr: Remove direct access or mention of hmd distortion fov 2022-02-19 13:45:26 +00:00
targets t/oxr: Come on, we can be more sparkly than that 2022-02-18 20:06:20 -06:00
.clang-format
.editorconfig
CMakeLists.txt cmake: Build the IPC irrespectively of the service or not 2021-11-24 21:30:01 +00:00
meson.build