Skip to content
Commit 494ef1c9 authored by Xaver Hugl's avatar Xaver Hugl
Browse files

backends/drm: port cursors to atomic

The cursor being set out-of-band with atomic commits creates problems
because it can create false positive for atomic tests, if the cursor
state gets changed in between an atomic test and its matching commit.

This commit also ports the cursor to a swapchain instead of only one
image. This is not strictly required but may prevent artifacts and
will be needed for future optimisations.
parent 53e3e876
Pipeline #106958 passed with stage
in 12 minutes and 31 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment