LaserEyess

Results 58 comments of LaserEyess

Poached a commit from #10262 for local testing and overriding `wayland-protocols`. Currently it seems to be working with a patched sway/wlroots: ``` [2258739.179] [email protected](31, "wp_single_pixel_buffer_manager_v1", 1) [2258739.184] -> [email protected](31, "wp_single_pixel_buffer_manager_v1",...

Added a second commit removing the wl_shm code path, since it's technically redundant. Can be squashed/dropped later if needed.

loosely rebased on the fixes merged yesterday. Will need to be tested again once the protocol is merged.

I think this is ready for review, but as of right now builds are going to fail without a wide release of `wayland-protocols` 1.26. There is also the question on...

You're mixing and matching a lot of options here. First, ``profile=gpu-hq`` will do absolutely nothing with anything that isn't ``vo=gpu``. Second, xv has no ``hwdec``, it's a software only vo...

You won't get a native implementation, even now the feature you're using is implemented as a script, [autoload.lua](https://github.com/mpv-player/mpv/blob/master/TOOLS/lua/autoload.lua). You can set it to ignore extensions by type, such as ignore...

Tried testing this out myself with ``` mpv --no-config --gpu-api=opengl --gpu-context=drm --drm-send-hdr-meta=auto --drm-format=xrgb2101010 --target-trc=pq $file ``` A couple of observations: * very, very heavy banding unless `--drm-format` is set to...

https://0x0.st/-BGZ.txt This may be a pixman bug or something, I am not sure.

FWIW I get the same crash on swaybg as well, so it may be unrelated to either program

https://gitlab.freedesktop.org/pixman/pixman/-/issues/47 upstream bug report