aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-06-07 00:41:45 +0200
committerdec05eba <dec05eba@protonmail.com>2025-06-07 00:41:45 +0200
commit3b09cb7fd35b080ec42ce23a2cab01b12959f9f9 (patch)
treed774383319d165c47eed627436476948f38598b5 /TODO
parent1ab2c066b4de87facf89103602387c370211b190 (diff)
Disable cap_sys_nice which causes amd gpu crash for some people. Do glFlush instead of swapBuffers, which allows it to run at high fps anyways. Downside is that some games on kde plasma can start to stutter. Kde plasma issue?
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index 49b1d71..7263273 100644
--- a/TODO
+++ b/TODO
@@ -300,3 +300,5 @@ Either support webcam support with raw yuyv, mapping the buffer directly to open
Allow medium, high, very_high and ultra quality for -bm cbr. If that is used then it will automatically estimate the best bitrate for that quality based on resolution and fps.
Maybe do this in the ui instead (or both?), to show estimated file size.
+
+Maybe remove shader compute code. It doesn't seem necessary anymore now that glSwapBuffer/glFinish isn't used. dbus server isn't needed anymore either, the code can be moved back to the gpu screen recorder process.