Scott Moreau

Results 220 comments of Scott Moreau

> @ammen99 With CFLAGS="-g -fsanitize=address" CXXFLAGS="-g -fsanitize=address" LDFLAGS="-fsanitize=address" ? You only need to pass `-Db_sanitize=address,undefined` to meson.

I can't really think of an 'unloadable' plugin that also does GL stuff. Are there any?

Sure, but I was thinking more along the lines of having no plugins loaded when testing, and if that works, then maybe hinge on unloadable flag for now until it...

After discussing a bit with emersion on IRC, it seems wlroots is emitting the signal to early, before the gpu is ready. According to [the spec](https://registry.khronos.org/OpenGL/extensions/KHR/KHR_robustness.txt): ``` For this extension,...

[This](https://github.com/swaywm/sway/pull/8063/files) appears to be part of a working implementation for sway.

I've ported the sway [patch to wayfire](https://termbin.com/uudt) and tested with an added option to toggle between software and hardware rendering. I've tested with the wayland backend, now I'm wondering if...

For some reason, I've found that when starting from a tty 'manually', wayfire does not have this problem, even without this patch. However, if I start wayfire with lightdm, the...

This was completely fixed by an update to seatd, as far as I can tell. I can not reproduce the issue as of now. Previously, the version was seatd 0.8.0...

> The effect works quite well but I think it uses lots of CPU and I also think we can make it work almost entirely on the GPU .. let...

> The effect works quite well but I think it uses lots of CPU and I also think we can make it work almost entirely on the GPU .. let...