Tony Wasserka
Tony Wasserka
During debugging, I found two ways of working around the issue: * In `fexfn_unpack_libGL_*`, always look up the function using `glXGetProcAddress` instead of using `fexldr_ptr` * Drop the `glXCreateContextAttribsARB` export...
Any chance you could move time measurement from `FEXCORE_PROFILE_SCOPED` to the backend? Tracy uses its own tracking, which would make ours redundant. Other than that, a quick proof-of-concept works fine...
Is the issue on Arch that there is no x86 glibc/libstdc++ package available, or not even the x86 cross-compiler itself? I'm guessing chances are slim someone else already wrote an...
> Eh.... I think containers will be a mistake for this. If we use clang as the cross-compiler, then the only extra files we need are headers. Yup, if providing...
Haven't had issues with this recently, so presumably this was fixed somewhere along the way.
If there's still action needed, please update the PR with the suggested `builtin_unreachable` changes. Closing for now. As a general note, the recommendation is to include nihstro as a system...
This is a pretty cool feature, but I have to ask: Why did you choose ImGUI for the implementation here instead of something Qt based? ImGUI has horrendous accessibility issues,...
This looks beautiful. How does it compare to existing profiler libraries like [Tracy](https://github.com/wolfpld/tracy/)?
Thanks for working on this! I've been using this recipe locally and it's working fairly well. I've encountered two small issues though: * On macOS, linking fails unless `with_opencl=False`: `"_clBuildProgram",...
These notes are probably not any further useful nowadays.