José Fonseca

Results 246 comments of José Fonseca

I've been using Qt 5.7 from brew without issues. I tried ugrade to Qt 5.8 and I still can't repro. If you didn't use Qt from brew, please try and...

Oh, and wipe the build dir first (`git clean -fdx`) to avoid confusing CMake with cached stuff.

Sorry for the silence. I got a new baby and a strong cold, all at the same time. But before that happened, I did managed to repro this issue. An...

> Already, I followed the instructions, I put d3d11.dll, dxgi.dll and dxgitrace.dll in the folder containing the emulator exe then in cmd, I did: apitrace trace -o demul. exe Folder/of/Demul/demul.exe...

So it looks like the problem happens when replaying the trace. Could you please provide the trace to me? That should enable me to repro this. See https://github.com/apitrace/apitrace/blob/master/docs/BUGS.markdown#attachments

Oh, just noticed the `error: unknown event 5`. So it looks like the trace itself is corrupted/incomplete. No need to attach the trace then. Instead, please try to manually capture...

I'm trying to catch up with old issues, and I took a closer look at the trace. It's corrupted. It's like two traces concatenated back to back. The `error: unknown...

Sorry for the silence. I really haven't been able to keep up with the inflow of issues and PRs on Apitrace. It's probably too late to be of assistance, but...

For completeness, another solution would be to run the trace with desktop GL, as ES traces should run well if the `GL_ARB_ES2_compatibility`/`GL_ARB_ES3_compatibility` extensions are supported.

No, this is not currently supported. But I believe that when you profile a trace with the GUI it will show you the durations of each frame. And frame duration...