Open jpbruyere opened 2 years ago
Timeline semaphore looks promising for simple surface with multiple contexts (each in a separate thread) sync. A single timeline semaphore per surface seems sufficient to handle all cases. Even the context flush fence could become unnecessary.
First tests show output performances increased by 25%.
todo: Sync surface patterns paint
Timeline semaphore looks promising for simple surface with multiple contexts (each in a separate thread) sync. A single timeline semaphore per surface seems sufficient to handle all cases. Even the context flush fence could become unnecessary.