Results 65 comments of linkmauve

On Mesa (at least on Wayland and X11, possibly other platforms as well) this can be implemented with `setenv("LIBGL_ALWAYS_SOFTWARE", "", 1)`.

Have you reported this bug to Nvidia? It seems to only apply to their driver, I can’t reproduce on Intel at all.

GLFW doesn’t use GTK+ to draw its title bar, as this would be an extremely heavy dependency. Instead, it has two modes: - On X11 or [on Wayland when the...

Note that since GNOME 3.32 (not released yet), and on every other compositor, you will get decorations around a transparent window in this case, see #1257. GLFW can’t render to...

On 0.15.0, the old way should work since `mouse_delta` and `offset_range` both implement the [`VectorSpace`](https://docs.rs/cgmath/0.15.0/cgmath/trait.VectorSpace.html) trait.

#1319 is now merged, closing.

In this latest version I’ve fixed all of your comments, and opted to use `eventfd` for the signaling that this thread should exit, this avoids a timeout in `poll()` which...

I implemented this in #10382, feel free to take it over.

Hi, I rebased on top of latest master. Please tell me if you don’t want to merge this.