Stefanos Kornilios Mitsis Poiitidis

Results 336 comments of Stefanos Kornilios Mitsis Poiitidis

(note to self: There's also the 32-bit side of things that needs to be looked into here)

Interesting: We can generate the md docs from these tickets via https://github.com/mattduck/gh2md

Added [Next Project Milestone](https://github.com/orgs/FEX-Emu/projects/4/views/1)

(Removed myself as I'm not in thunks for now)

After some more thorough investigation on how GLX and EGL are implemented under the hood, it looks like we don't need to thunk X11 or Wayland by doing a secondary...

Chromium, and hopefully no one other, buypasses libGLX and directly assembles the GLX X11 requests and sends them over with xcb. Chromium's `Glx::GetFBConfigs` that hand assembles the GLX request https://github.com/chromium/chromium/blob/main/ui/gfx/x/generated_protos/glx.cc#L2015...

Leaving it here as a note, we should also test for libraries brought in through `DT_NEEDED` for compatibility reasons (see #1880 for an example of why this is a good...

Did a first pass on the dispatch optimizations, see `skmp/reduce-dispatch-overhead` and `skmp/optihacks-4`. Overall, ByteMARK perf dropped, though I'm not 100% certain on the numbers yet. The implementation is mostly full,...