aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-08-17 22:18:57 +0200
committerdec05eba <dec05eba@protonmail.com>2024-08-17 22:18:57 +0200
commitbba260489d492e9e8df64e47e8b357c36a7209c1 (patch)
treefce2b43e0a88c11b5457b13eeefe5dd0f3154988 /TODO
parent42ef50fe07c6e255dba7ea765f4270a72ec14106 (diff)
Set free camera by default unless --sphere or --sphere360 options are usedHEADmaster
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index e0541b5..22f37b6 100644
--- a/TODO
+++ b/TODO
@@ -9,3 +9,4 @@ Fix sphere360... AAAAAA.
Use egl instead of glx for xcomposite window capture because nvidia glx has a limitation where only 1 pixmap can be created for a window which means that with some compositors (gnome for example with CSD or picom in GLX mode) it will fail to create a texture and the captured texture will instead be black. Nvidia with egl doesn't have this limitation.
Add option to capture monitors. This would be useful specifically with the --overlay option.
Allow selecting window/monitor in overlay.
+Use lanczos resampling shader for improved texture quality.