index
:
gpu-screen-recorder
master
A shadowplay-like screen recorder for Linux. The fastest screen recorder for Linux.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cursor.c
Age
Commit message (
Collapse
)
Author
6 days
Fix incorrect compute size when scaling image
dec05eba
2024-11-09
Fix incorrect color format in x11 cursor (bgr instead of rgb)
dec05eba
2024-09-15
Remove xi2 code, it's not needed
dec05eba
2024-09-14
Properly damage if moving cursor
dec05eba
Only damage if cursor is inside the target area
2024-08-18
x11 cursor deinit: check if display is valid
dec05eba
2024-07-15
Add support for desktop portal capture (-w portal)
dec05eba
2024-06-21
Add -fm 'content' option to match fps to captured content, only x11 window ↵
dec05eba
capture currently supported
2024-03-09
Draw cursor in window capture
dec05eba
2023-09-29
Remove unused cursor code
dec05eba
2023-04-22
kms_vaapi: add cursor capture for amd/intel monitor capture
dec05eba
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-21
Add code to copy cursor image to opengl texture and update on event update ↵
dec05eba
(not used yet)