aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-06-10 11:07:42 +0200
committerdec05eba <dec05eba@protonmail.com>2025-06-10 11:07:42 +0200
commita8b3e3808291b838d427a02306930b7d1cf4e3c7 (patch)
tree92815c4893027c24b05da10cc532cd88984a5f27 /TODO
parentd0a620a574a113098e925701246e7081f5bdba48 (diff)
Update README and TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index 7263273..ab23e05 100644
--- a/TODO
+++ b/TODO
@@ -302,3 +302,5 @@ Allow medium, high, very_high and ultra quality for -bm cbr. If that is used the
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.
+
+Add proper check if opengl functions are supported. dlsym for the symbol will return a no-op function if it's not supported, so it silently fails if used.