monado/src/xrt/compositor/main
Christoph Haag 6e396ed07e comp: Add hack waiting on xrEndFrame() until frame should be displayed.
xrWaitFrame() doesn't block at all, will only predict the time for the next frame.
Once the compositor is multithreaded, this wait should be moved to the compositor thread
and xrWaitFrame should be the function to block until the compositor finished rendering the frame.
2019-08-15 12:29:58 +00:00
..
comp_client_interface.h comp: Pass time state down into compositor 2019-03-27 13:39:22 +00:00
comp_compositor.c comp: Add hack waiting on xrEndFrame() until frame should be displayed. 2019-08-15 12:29:58 +00:00
comp_compositor.h comp: Code style 2019-05-02 14:07:41 +01:00
comp_distortion.c xrt: Add input, hmd_parts and tracking interface 2019-06-10 14:47:19 +01:00
comp_distortion.h comp: Move VIVE distortion properties to UBO. 2019-03-18 14:45:31 +01:00
comp_documentation.h comp: Refactor documentation 2019-04-06 13:05:35 +01:00
comp_glue_gl.c xrt: Add all of Monado 2019-03-18 05:52:32 +00:00
comp_glue_vk.c comp: Pass time state down into compositor 2019-03-27 13:39:22 +00:00
comp_glue_xlib.c comp: Pass time state down into compositor 2019-03-27 13:39:22 +00:00
comp_renderer.c comp: Use U_ZERO 2019-06-18 14:14:01 -05:00
comp_renderer.h comp: Code style 2019-05-02 14:07:41 +01:00
comp_settings.c xrt: Add input, hmd_parts and tracking interface 2019-06-10 14:47:19 +01:00
comp_settings.h comp: Tidy code 2019-04-03 17:24:06 +01:00
comp_swapchain.c comp: Support rendering individual array layers 2019-05-01 17:45:43 -07:00
comp_window.h xrt: Add all of Monado 2019-03-18 05:52:32 +00:00
comp_window_direct_mode.cpp comp: fix cleanup of direct window, delete with correct type 2019-08-13 01:47:50 +02:00
comp_window_wayland.cpp xrt: Add all of Monado 2019-03-18 05:52:32 +00:00
comp_window_xcb.cpp xrt: Add all of Monado 2019-03-18 05:52:32 +00:00