apitrace / apitrace

Tools for tracing OpenGL, Direct3D, and other graphics APIs

Home Page:https://apitrace.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can Apitrace support retrace through EGL on Windows

mmmmmoria opened this issue · comments

Hello

I’ve noticed that apitrace always uses WGL as the middleware for replay on the Windows platform, and there are no others configurable options available. I would like to use EGL instead of WGL, and I’ve tried both the master and angle’s branch, but there still seem to be some issues. I’m wondering if apitrace will support egl replay on Windows in the future.

In another way, I've tried apitrace trace --api egl to generate a trace file on Linux while it couldn't be replayed by glretrace nor eglretrace. Are there any other parameters that need to be configured?

Best Regrads!

What's more, on Linux, I just

export LD_PRELOAD=/lib/aarch64-linux-gnu/apitrace/wrappers/egltrace.so
apitrace trace --api egl glmark2
apitrace replay glmark2.trace

then I got "error: unavailable function glXQueryVersion"

Sorry, not supported. See #522 (comment)