aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-07-18 05:07:49 +0200
committerdec05eba <dec05eba@protonmail.com>2023-07-18 05:07:49 +0200
commitd879ccf0fee2ffee3f5f4330a6852dcc2c3bd4fe (patch)
treeb02f5c0a426c4ceaa3ea371595f61ddc9ce652ad /TODO
parente89d8a05514258cf5785eed6ba68d0e0ac7d3e7a (diff)
todo
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index 83126ee..b8f98e1 100644
--- a/TODO
+++ b/TODO
@@ -82,4 +82,5 @@ Support pipewire screen capture?
Support screen rotation in amd/intel/nvidia wayland.
Support wlroots dmabuf screen recording, because it doesn't require root access unlike kms grab.
Capture cursor on amd/intel wayland without xwayland.
-When nvidia supports hardware cursor then capture the cursor. Right now the cursor is captured because it's a software cursor so it's composed on the dma buf. \ No newline at end of file
+When nvidia supports hardware cursor then capture the cursor. Right now the cursor is captured because it's a software cursor so it's composed on the dma buf.
+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. \ No newline at end of file