aboutsummaryrefslogtreecommitdiffhomepage
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-11-17 23:54:09 +0100
committerdec05eba <dec05eba@protonmail.com>2025-11-17 23:54:09 +0100
commit92f4bd5f954cf8af3d5db59483000a95507fb62e (patch)
tree8204a671f3a2e149b2513cccdaf20e6131d9e8d7 /TODO
parentcc43ca03360e5802d234dcf1d776e87df89a797c (diff)
kms: fix incorrect capture region on intel when playing a fullscreen game with a lower resolution (on some wayland compositors)
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index 6bd0da3..71db9f0 100644
--- a/TODO
+++ b/TODO
@@ -61,8 +61,6 @@ Remove follow focused option.
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.
-
Test if p2 state can be worked around by using pure nvenc api and overwriting cuInit/cuCtxCreate* to not do anything. Cuda might be loaded when using nvenc but it might not be used, with certain record options? (such as h264 p5).
nvenc uses cuda when using b frames and rgb->yuv conversion, so convert the image ourselves instead.-