vogl icon indicating copy to clipboard operation
vogl copied to clipboard

VOGL can't trace applications that use EGL

Open mstewartgallus opened this issue 10 years ago • 1 comments

It'd be nice if VOGL could autodetect EGL use but most probably the easiest approach would be to just have an option for the tracer (like Apitrace does) of --api=egl that selects EGL for use .

To reproduce the issue try vogl64 trace /usr/bin/es2gears

mstewartgallus avatar Feb 04 '15 04:02 mstewartgallus

So I looked into this in more detail. Apparently VOGL uses the obsolete Khronos spec files instead of the more modern XML registry. However, the EGL functions aren't available under spec file format. So, fixing this bug requires adding support for the API XML Registry.

mstewartgallus avatar Jul 25 '15 22:07 mstewartgallus