David Heidelberg
David Heidelberg
I got to this place, because I wanted add `date` into Alpine container.. so I recalled there is great `uutils` and I could install them instead of regular `coreutils`, but...
Kernel: `5.19.0-1-amd64` I'll try to get traces tomorrow! :)
I tried with https://github.com/apitrace/apitrace/pull/855 and I'm getting black window, while in qapitrace I see the content. [gtk-traces.tar.gz](https://github.com/apitrace/apitrace/files/10309767/gtk-traces.tar.gz) When using `eglretrace` with wait option, after closing it's firing ``` /usr/bin/eglretrace: signalHandler+0x2d99c0:...
What I recall Tom upstreamed some of his patches for piglit, maybe he would be willing contribute directly to apitrace :wink:
Do you have idea about any hacky approach to create reasonable trace? The BAR is pretty complex game and would be great for the Mesa3D CI testing.
small reminder.
EAPI bump, missing desktop inherit ;)
``` Tested-by: David Heidelberg ``` Tested in our MesaCI.
works for me, but with little edit: ```diff diff --git a/wrappers/egltrace.py b/wrappers/egltrace.py index 22d6f0e6..50f25b9a 100644 --- a/wrappers/egltrace.py +++ b/wrappers/egltrace.py @@ -139,7 +139,7 @@ GLXContext glXGetCurrentContext(void) #if HAVE_X11 return _glXGetCurrentContext(); #else...
`s/gui_touch/adjust_touchscreen_ui/` or `/touchscreen_ui_adjust/`... `gui_touch` feel too confusing. But I hope after next release there will be rewrite, where UI will become hack-free for touchscreen and just universal code for both...