monado/src/xrt/compositor
bjorn 2d954d84af c/render: Fix invalid synchronization when uploading images;
`queue_upload_for_first_level_and_layer` uploads pixels to an image.

It performs a layout transition, does the copy, and does another layout
transition.  There is an execution dependency between the the copy and
the second layout transition, but the memory dependency was missing.

Caught/tested via enabling synchronization validation.
2022-05-26 17:27:15 +00:00
..
client a/d3d: Further namespace the d3d11-specific functions 2022-05-25 18:12:22 +00:00
main c/main: Init vblank.even_thread 2022-05-21 23:50:19 -03:00
mock c/mock: Clarify that wait_image timeout is nanoseconds 2022-05-20 23:31:59 +01:00
multi c/multi: Document why unsetting waiting so late 2022-05-26 14:06:18 +00:00
render c/render: Fix invalid synchronization when uploading images; 2022-05-26 17:27:15 +00:00
shaders compositor: Improve word choice/clarity 2022-05-17 17:40:58 -05:00
util c/util: Clarify that wait_image timeout is nanoseconds 2022-05-20 23:31:59 +01:00
CMakeLists.txt comp: Add a basic "mock" native compositor for testing purposes 2022-05-20 22:37:15 +01:00