Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VOGL can't trace applications that use EGL #193

Open
mstewartgallus opened this issue Feb 4, 2015 · 1 comment
Open

VOGL can't trace applications that use EGL #193

mstewartgallus opened this issue Feb 4, 2015 · 1 comment

Comments

@mstewartgallus
Copy link

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
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant