José Fonseca

Results 215 comments of José Fonseca

Sorry, there's no easy solution from Apitrace's side. The fundamental issue is that window size is not explicit in GLX/WGL APIs, instead size is only explicit on X11/GDI APIs which...

> but somehow replay is crashing in the first `glMultiDrawElementsIndirect` when accessing the indirect buffer It's probably better to track this in a separate issue report, but looking at that...

I reckon that dropping entries would probably be the most useful for users _if_ we can do it based on word frequency. It would however require effort, and above all,...

A less invasive fix would be to expose `glXGetCurrentContext` from egltrace.so by hand. I think this should do the trick, and be relatively safe: ```diff diff --git a/wrappers/egltrace.py b/wrappers/egltrace.py index...

> works for me, but with little edit I left `os::abort()` under the assumption `glXGetCurrentContext` would not be called by GTK/Epoxy like you said on your earliest comment, but I...