aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-10-31 17:40:32 +0100
committerdec05eba <dec05eba@protonmail.com>2023-10-31 17:40:32 +0100
commit97a345f08f910df375f5e9579876efd06674b802 (patch)
tree80a6c20ea282d629022ba5de9218710588529bf8 /TODO
parent2a890a4b4dee0e0791f600d790bde9c0411225bc (diff)
Try re-enabling use of modified in linux dma buf ext egl create image
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO b/TODO
index f6c823b..9b6e9a6 100644
--- a/TODO
+++ b/TODO
@@ -102,4 +102,6 @@ Overclocking (-oc) can overclock too much on some systems. Maybe remove the opti
Exit if X11/Wayland killed (if drm plane dead or something?)
-Use SRC_W and SRC_H for screen plane instead of crtc_w and crtc_h. \ No newline at end of file
+Use SRC_W and SRC_H for screen plane instead of crtc_w and crtc_h.
+
+Make it possible to select which /dev/dri/card* to use, but that requires opengl to also use the same card. Not sure if that is possible for amd, intel and nvidia without using vulkan instead.