aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-03-30 15:09:52 +0200
committerdec05eba <dec05eba@protonmail.com>2025-03-30 15:09:52 +0200
commitec0411c248da407ee951993a7bd715ba7754fb1b (patch)
treee994ed3c3b0860b8d94f495d0c9ca427aa08337a /TODO
parentad26bc77db6bbc91a71db656060af514ff061a21 (diff)
TODO: scissor conversion to compute shader
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index 345556d..fa2b4f0 100644
--- a/TODO
+++ b/TODO
@@ -252,3 +252,5 @@ Support spanning multiple monitors with region capture. This would also allow th
When webcam support is added also support v4l2loopback? this is done by using avdevice_register_all(); and -c v4l2 -o /dev/video0; but it needs to output raw data as well instead of h264 and possibly yuv420p. Maybe add a -k yuv420p option to do that.
Do proper exit, to call gsr_capture_destroy which will properly stop gsr-kms-server. Otherwise there can be zombie gsr-kms-server on error.
+
+Replace all scissors with clearing textures if the cursor hits the outside of the frame image \ No newline at end of file