07:46dhewg: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7494
22:06mannerov: I wonder how fast or not fast you can execute a game on these ARM machines
22:06mannerov: is the future to go away from x86 ?
22:07Venemo: I'm skeptical
22:08mannerov: Also I wonder how much gallium nine helps there by being native versus wine not being native
22:10linkmauve: You can get a long way with a proper JIT.
22:10linkmauve: Also thunking most libraries so that you execute the native ARM version instead of an emulated x86 version which ends up doing the same thing.
22:11linkmauve: Have a look at https://github.com/FEX-Emu/FEX for such an initiative.
22:11linkmauve: Also https://github.com/AndreRH/hangover
22:26Venemo: “native” doesn't mean much
23:39iive: transmeta proved that you can recompile code so that it runs almost at native speed.
23:41iive: it does matter how much effort is put into optimizing the emulator/jit