Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-22 | Fix focused window follow failing on vaapi for the first window. Also dont ↵ | dec05eba | |
error on fail to focus window | |||
2023-04-22 | vaapi window capture: resizing window should make the window have its ↵ | dec05eba | |
original size instead of resized to video size | |||
2023-04-21 | Add code to copy cursor image to opengl texture and update on event update ↵ | dec05eba | |
(not used yet) | |||
2023-04-21 | Use x11 event loop with XPending instead of XCheckTypedWindowEvent | dec05eba | |
2023-04-18 | Only capture frame if num frames to capture > 0 | dec05eba | |
2023-04-18 | Show shorter form of help on argument error | dec05eba | |
2023-04-18 | Replace tabs with 4 spaces | dec05eba | |
2023-04-18 | Made fps update toggleable | XnipS | |
2023-04-16 | Find /dev/dri/card path that exists (the first one) | dec05eba | |
2023-04-16 | Use XDG_RUNTIME_DIR (and flatpak specific dir) and /dev/dri/renderD128 ↵ | dec05eba | |
instead of /dev/dri/card0 (fixes capture on some systems) | |||
2023-04-15 | Remove extra swapBuffer in kms capture | dec05eba | |
2023-04-15 | Apply rotation fix for intel as well (for kms capture) | dec05eba | |
2023-04-15 | Fix AMD single monitor rotated display being rotated in recording | dec05eba | |
If there is only one monitor connected and it's rotated then the drm buf will also be rotated. This only the case with AMD and only when using one monitor! To fix this, we perform color conversion with an opengl shader which allows us to also rotate the texture. VAAPI supports rotation but it's not implemented by AMD at least. Performance seems to be the same as when using VAAPI, even when GPU usage is 100%. | |||
2023-04-15 | Move EGL define to egl.h from window texture .c | dec05eba | |
2023-04-13 | Move back receive packet to main thread | dec05eba | |
Fixes crash if encode fps is less than capture fps | |||
2023-04-13 | Move back video encoding to main thread, move receive packet to separate thread | dec05eba | |
When video is encoded at slower than capture rate that would cause a crash (happens on steam deck). | |||
2023-04-11 | Temporary disable monitor recording on amd/intel | dec05eba | |
2023-04-11 | Remove kms modifier | dec05eba | |
2023-04-11 | Revert "amd/intel: use xrgb format, use drm prime 2" | dec05eba | |
This reverts commit 2f665e9d53d19f82af0973a169e6c2dc186e915f. | |||
2023-04-11 | amd/intel: use xrgb format, use drm prime 2 | dec05eba | |
2023-04-10 | amd test 2 | dec05eba | |
2023-04-10 | Recreate surface every frame :( | dec05eba | |
2023-04-10 | aaa | dec05eba | |
2023-04-10 | Dont create va surface every frame for kms (test) | dec05eba | |
2023-04-10 | Remove unecessary vaCreatebuffer every frame | dec05eba | |
2023-04-10 | Amd monitor recording fixed, remove unused modifier code | dec05eba | |
2023-04-10 | test kms | dec05eba | |
2023-04-10 | Debug amd kms err | dec05eba | |
2023-04-10 | Cleanup of aframe if same pts | dec05eba | |
2023-04-10 | Fix messed up audio pts when merging audio | dec05eba | |
2023-04-10 | Revert "Revert: encoding video on separate thread" | dec05eba | |
This reverts commit ce9465b391e4843d90feca1e33f8d8d4a1d2a9b7. | |||
2023-04-10 | Revert: encoding video on separate thread | dec05eba | |
2023-04-10 | kms: fix crash on intel when using hevc, remove debug print, remove jpeg ↵ | dec05eba | |
color range (incorrect colors on intel h264) | |||
2023-04-10 | kms: get plane every frame, might fix not updating issue and issue where ↵ | dec05eba | |
plane gets invalid | |||
2023-04-09 | Use /usr/bin/gsr-kms-server constant path for pkexec | dec05eba | |
2023-04-09 | Move kms client and server to separate directories | dec05eba | |
2023-04-08 | Use flatpak-spawn in flatpak | dec05eba | |
2023-04-08 | Only use flatpak-spawn if inside flatpak, use gsr-kms-server in PATH | dec05eba | |
2023-04-08 | test | dec05eba | |
2023-04-08 | pkexec test | dec05eba | |
2023-04-08 | kms permission ok if running as root, no pkexec needed | dec05eba | |
2023-04-08 | Better amd/intel quality tuning | dec05eba | |
2023-04-07 | Implement kms vaapi capture | dec05eba | |
2023-04-03 | Cleanup replay packets after use | dec05eba | |
2023-04-02 | Fix -k description | dec05eba | |
2023-04-01 | Dont initialize vaapi on nvidia (fixes crash on startup) | dec05eba | |
2023-04-01 | Rename drm to vaapi | Steam Deck User | |
2023-04-01 | Cleanup xcomposite_drm | Steam Deck User | |
2023-04-01 | Use vaapi to do rgb->yuv420p color conversion | Steam Deck User | |
Enable window capture for amd/intel. Properly check if h264/hevc is supported on amd/intel before using codec. |