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
/
window_texture.c
Age
Commit message (
Collapse
)
Author
2025-06-09
Revert "Fix screen and portal capture not working on some intel gpus"
dec05eba
This reverts commit 3ba1dbda98fcf221eb92d241b753ccdef9eb2a08.
2025-06-09
Fix screen and portal capture not working on some intel gpus
dec05eba
2025-03-30
Fix incorrect compute size when scaling image
dec05eba
2024-09-16
Pure vaapi capture (for capture target) and opengl composition for cursor ↵
dec05eba
only when capturing window and portal as well, clear background on resize for monitor capture
2024-01-28
nvidia wayland: support hardware cursor plane
dec05eba
2023-04-18
Replace tabs with 4 spaces
dec05eba
2023-04-15
Move EGL define to egl.h from window texture .c
dec05eba
2023-03-17
Add overclocking option -oc to workaround a NVIDIA driver bug (forcefully ↵
dec05eba
set to p2 state when using cuda)
2023-03-17
vaapi wip
Steam Deck User
2023-01-07
Add info about audio names to readme file
dec05eba
2022-12-20
follow focused
dec05eba
2022-11-30
wip intel
dec05eba
2022-10-16
Refactor xcomposite into abstract capture api
dec05eba
Refactor c++ files into c files, more usable