Tool to run GLIntercept output?

Is there a tool that would take the GLIntercept output files and run them? I would imagine it would be like an interpreter of sorts that parses all OpenGL calls in the output file and after creating its own window and context would simply render those OpenGL calls to it.

Thanks.

Ron

No. This is not possible since GLIntercept does not log all the data.

There are however tools that claim to do what you want.
Apitrace is one such tool:
https://github.com/apitrace/apitrace