aboutsummaryrefslogtreecommitdiffhomepage
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-09-21 03:20:58 +0200
committerdec05eba <dec05eba@protonmail.com>2025-09-21 03:21:30 +0200
commit1ded0a79fd9519d4155ee06685df193c7c80d79f (patch)
tree51b2130450dc64c5c220adf2e1326fc691118f19 /TODO
parent2c22782ca0af78070089938feb873beaa1d78722 (diff)
Remove compute shader. It doesn't improve performance and it has worse UV quality because of incorrect pixel colors
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index 11dd4ae..cce117c 100644
--- a/TODO
+++ b/TODO
@@ -244,8 +244,6 @@ When webcam support is added also support v4l2loopback? this is done by using av
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.
-
Cursor position might be slightly wrong on rotated monitor.
External texture doesn't work on nvidia x11, probably because of glx context (requires gles es). External texture is not used on nvidia x11 right now so it's not an issue.