Sam Lantinga

Results 1875 comments of Sam Lantinga

> Diving into SDL, GPU is the default renderer! GPUs selected backend chooses Vulkan. backends[] doesn't contain opengles2. > > So effectively, Vulkan is still the default renderer. I think...

It's interesting that I'm not seeing it here. What devices are you able to reproduce this on?

> So you implicitly request "vulkan" and it works for you? Yep!

@AntTheAlchemist, can you retest with the latest code that fixes the Vulkan viewport?

However it is less legible when scaled to 1.5. Maybe we should check the scaling factor instead of unconditionally setting one or the other?

I think I agree with you, but I’ll defer to @icculus’s opinion on this. Thanks for the visual comparison!

> **Issue with SyncTERM Input After Arch Update to sdl2-compat** I moved this to a new issue, for tracking.

From the D-Bus documentation: > You MUST free all memory and release all reference counts returned to you by libdbus prior to calling [dbus_shutdown()](https://dbus.freedesktop.org/doc/api/html/group__DBusMemory.html#ga01912903e39428872920d861ef565bac). > > If a shared connection...

@ProgrammingRainbow, thank you for setting up a bunch of test cases for us to investigate. We will come back to this, but are prioritizing game breaking bugs over memory leaks...

> For the XrmInititalize leak, I'm thinking we should try other approaches first (GDK's Xsettings key, if not the GDK_SCALE environment variable), and try Xft.dpi as a last resort, so...