diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-07-19 22:00:28 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-07-19 22:00:28 +0200 |
commit | 739fab83ba60087eb598a0fc8732c1bc7669b839 (patch) | |
tree | 0f227dc4b3db8afd440c55bde31d42e3d9442192 /TODO | |
parent | e2d1aa22034fd46c2c0eba047a9fdf3bb1ebacaf (diff) |
Update todo and minor usage info
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -56,9 +56,6 @@ On nvidia some games apparently causes the game to appear to stutter (without dr Support "screen" (all monitors) capture on wayland. This should be done by getting all drm fds and multiple EGL_DMA_BUF_PLANEX_FD_EXT to create one egl image with all fds combined. -Support pipewire screen capture? -CPU usage is pretty high on AMD/Intel/(Nvidia(wayland)), why? opening and closing fds, creating egl, cuda association, is slow when done every frame. Test if desktop portal screencast has better performance. - Capture is broken on amd on wlroots. It's disabled at the moment and instead uses kms capture. Find out why we get a black screen in wlroots. Support vulkan video encoding. That might workaround forced p2 state nvidia driver "bug". Ffmpeg supports vulkan video encoding if it's encoding with --enable-vulkan |