Asahi Lina

Results 44 comments of Asahi Lina

Since the main buffer is now displayless, it doesn't have to force offscreen support on and use an extra buffer any more. It would be useful to allow using the...

The reference implementation can be quite easily made GL 2.1 + `GL_ARB_explicit_attrib_location` compatible with some trivial shader transformations, so I think if that target is good enough we should go...

Here are the changes required for OpenGL 2.1 / GLSL 1.2 support: https://github.com/Inochi2D/inochi2d/compare/main...legacy-gl It's mostly just downgrading the syntax. That extension is the only thing that can't just be trivially...

Looks like [pretty much everything](https://feedback.wildfiregames.com/report/opengl/feature/GL_ARB_explicit_attrib_location) supports that extension with modern drivers, even going back to 2004 with cards that can't officially do more than GL 2.1. That extension is purely...

Just thought I'd drop by and mention I got unicorn.js to work with real ARM64 code using very large 64-bit PC addresses and register values. PR #46 has some needed...

The kernel will try to use it unconditionally if the mount flag is present (that's how I figured out what was missing, enabling DAX just broke everything until I got...

You need to set the "dax" mount option on your mount, as the last commit (revert) does for the root filesystem. If that works and the flag shows up in...

I opened this because the popup keeps *reappearing*, not just once when lan-mouse is first started. I imagine there should be some workaround lan-mouse can do to keep this from...

This is running on KDE Plasma Wayland on all three machines, with the default backends, which it reports as: ``` [2025-11-02T12:03:27Z INFO input_emulation] using emulation backend: libei [2025-11-02T12:03:28Z INFO input_capture]...

I also get the mouse offset issue with this branch. Fedora 42 KDE (Wayland), wine 10.4 (staging), Ardour 8, Melodyne. DPI scale set at 1.5. I tried both running Ardour...