Simon Hausmann

Results 390 comments of Simon Hausmann

I license past and future contributions under the triple MIT OR Apache-2.0 OR Zlib license, allowing licensees to choose any one at their option.

I license past and future contributions under the triple MIT OR Apache-2.0 OR Zlib license, allowing licensees to chose any one at their option.

> I'm pretty confident with this PR at this point. As a functionality test, I ported Alacritty to this PR and now it runs straight from the tty https://github.com/StratusFearMe21/alacritty I...

I haven't seen this particular message before, but I've seen similar messages sometimes. When I've seen them though they were a warning merely, sometimes the result of drawing "zero" geometries....

I think I start to see. There exists a cmake target property called [LINKER_LANGUAGE](https://cmake.org/cmake/help/latest/prop_tgt/LINKER_LANGUAGE.html?highlight=linker_language#prop_tgt:LINKER_LANGUAGE), which is meant to be set on executable targets, shared libraries or modules. However `cargo-build_${target_name}` is...

You’re absolutely right. Thanks for spotting, the hyperbus makes no sense here. I’m indeed interested in enabling memory-mapped mode. I’ll play a bit more with indirect mode and reading/writing.

I can reproduce this (somewhat) when using `weston --scale=2` and following the above steps. Since this is a setup with client side window decorations, etc. - this is most likely...

So we end up calling `set_inner_size` on the `winit::Window` but we don't receive a resize event in return, that we would use to resize the OpenGL surface. In consequence, winit...

Yes, this is what we did up until commit f4ddfa5ef69aea5b16822d41a27d50d7bd002725 . But that itself is not enough to fix it AFAICS :( So concretely ```patch diff --git a/internal/backends/winit/renderer/femtovg.rs b/internal/backends/winit/renderer/femtovg.rs index...

I've reduced this down to a glutin test case and filed https://github.com/rust-windowing/winit/issues/2499