Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | 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-07 | Implement kms vaapi capture | 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. | |||
2023-03-31 | Make sure region size for focused window is divisable by 2 | dec05eba | |
2023-03-31 | Install coolbits if using nvidia, add preserve video memory install script | dec05eba | |
2023-03-26 | Remove yuv444 for now | dec05eba | |
2023-03-26 | Move video encoding to separate thread, remove pixel_format that doesn't do ↵ | dec05eba | |
anything and was bugged | |||
2023-03-26 | Add pixfmt yuv420p/yuv444p option to set lossless color | dec05eba | |
2023-03-26 | Remove unused code | 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-03-04 | Add screen-direct-force option for VRR monitor | dec05eba | |
2023-02-19 | Fix follow focused for the first window and when switching from/to invalid ↵ | dec05eba | |
window | |||
2023-01-18 | Fix crash on error: dont do av_buffer_unref on frame contex because ↵ | dec05eba | |
device_ctx frees it as well | |||
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 | |||
2022-10-14 | Refactor nvfbc into abstract capture api | dec05eba | |