aboutsummaryrefslogtreecommitdiff
path: root/src/cursor.c
AgeCommit message (Collapse)Author
10 daysRevert "Fix screen and portal capture not working on some intel gpus"dec05eba
This reverts commit 3ba1dbda98fcf221eb92d241b753ccdef9eb2a08.
10 daysFix screen and portal capture not working on some intel gpusdec05eba
2025-03-30Fix incorrect compute size when scaling imagedec05eba
2024-11-09Fix incorrect color format in x11 cursor (bgr instead of rgb)dec05eba
2024-09-15Remove xi2 code, it's not neededdec05eba
2024-09-14Properly damage if moving cursordec05eba
Only damage if cursor is inside the target area
2024-08-18x11 cursor deinit: check if display is validdec05eba
2024-07-15Add support for desktop portal capture (-w portal)dec05eba
2024-06-21Add -fm 'content' option to match fps to captured content, only x11 window ↵dec05eba
capture currently supported
2024-03-09Draw cursor in window capturedec05eba
2023-09-29Remove unused cursor codedec05eba
2023-04-22kms_vaapi: add cursor capture for amd/intel monitor capturedec05eba
Always find largest drm buf, to fix some cases when there are multiple planes and we accidentally capture a drm buf that isn't the target buf. We always want the full SCREEN drm buf.
2023-04-21Add code to copy cursor image to opengl texture and update on event update ↵dec05eba
(not used yet)