Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | |