Michael Mestnik

Results 128 comments of Michael Mestnik

I did some googling and found this: https://developer.android.com/guide/practices/screens_support.html I read the whole thing and it seems to cover everything needed to auto-calibrate this setting. One thing it did'nt cover that...

A setting of 1.5 might work. Changing the font size does not effect the size of whatever contains the font, I did not test how this effects input the important...

s/ = Float32Array/ = new Float32Array/g Close this.

Seems like proton can't use OpenGl through Xwayland.

Sorry, I had another problem likely an outdated mesa or something.

I think you should just give up on Wayland. It's MO is basically the same as X11, except in extreme cases.

The documentation talks a lot about server and client, but this is ambiguous. An overview of how things should look and what kind of data is transposed across the links...

I don't think having two separate issues adds anything to the conversation, one should be sufficient.

I took a look at gfx-rs/hal and it's a Vulkan oriented abstraction across a range of graphical APIs. Of note there is no support for Direct to Display drawing, a...

I started a branch to develop a Vulkan compositor, I figured that code changes would happen in parallel. Thus far I've only made changes to cargo, though I don't know...